Welcome Visitor, Please Login or Register Now Sunday, April 28, 2024 06:22 PM 
Forums Index > Mewsoft Products > Auctionawy > initial url
New Topic   New Reply
Search for:
Author Message
lizzie lizzie's personal page
Registered Member
Posts: 5 Display member's posts
Joined: 04-28-24 06:22 PM
Member Offline
View Member's Profile Send private message
 
Back to top
initial url Edit Delete Reply with quote Quote
First Post Posted on: 03-03-08 06:17 PM next post first post
my site is up and running, but to get to it i need to type myurl/cgi-bin/auction.cgi. how do you get the site to come up with just the regular url, do i need to do a redirect?
totalbids totalbids's personal page
Registered Member
Posts: 64 Display member's posts
Joined: 04-28-24 06:22 PM
Location: Southend
Member Offline
View Member's Profile Visit member's website http://www.totalbids.co.uk Send private message YIM Messenger: toptech1911 MSN Messenger: jason_yorke@hotmail.com
 
Back to top
Re: initial url Edit Delete Reply with quote Quote
Reply #: 1 Posted on: 03-03-08 07:38 PM next post previous post
no...place your index.shtml in your root directory.
lizzie lizzie's personal page
Registered Member
Posts: 5 Display member's posts
Joined: 04-28-24 06:22 PM
Member Offline
View Member's Profile Send private message
 
Back to top
index.shtml Edit Delete Reply with quote Quote
Reply #: 2 Posted on: 03-03-08 07:58 PM next post previous post
i already have an index.shtml and an index1.shtml in my root file and when i bring up my root directory in a browser, i get the following error:

[an error occurred while processing this directive]
adunaway adunaway's personal page
Registered Member
Posts: 4 Display member's posts
Joined: 04-28-24 06:22 PM
Member Offline
View Member's Profile Send private message
 
Back to top
Re: initial url Edit Delete Reply with quote Quote
Reply #: 3 Posted on: 03-03-08 08:24 PM next post previous post
I'm getting exactly the same thing. I thought at first SHTML wasn't parsing correctly, but I don't know if that's the problem or not.

When I hit http://www.MYDOMAIN.com/cgi-bin/auction.cgi, all I get is a blank page, no errors, nothing. admin.cgi and all its functions seem to work though.
totalbids totalbids's personal page
Registered Member
Posts: 64 Display member's posts
Joined: 04-28-24 06:22 PM
Location: Southend
Member Offline
View Member's Profile Visit member's website http://www.totalbids.co.uk Send private message YIM Messenger: toptech1911 MSN Messenger: jason_yorke@hotmail.com
 
Back to top
Re: initial url Edit Delete Reply with quote Quote
Reply #: 4 Posted on: 03-03-08 08:54 PM next post previous post
what does your index.shtml have written in it...also can you send me your urls so i can see what is happening/??
Jural1 Jural1's personal page
Registered Member
Posts: 21 Display member's posts
Joined: 04-28-24 06:22 PM
Member Offline
View Member's Profile Send private message
 
Back to top
Re: initial url Edit Delete Reply with quote Quote
Reply #: 5 Posted on: 03-03-08 09:03 PM next post previous post
Make sure that index.shtml is one of the default pages for your isp. More than likely it is index.html and default.html. I had to add it and I use IIS6.
Anonymous Anonymous's personal page
Registered Member
Posts: Display member's posts
Joined: 04-28-24 06:22 PM
Member Offline
View Member's Profile PM
 
Back to top
Re: initial url Edit Delete Reply with quote Quote
Reply #: 6 Posted on: 03-03-08 09:06 PM next post previous post
if this is the address of your auction
http://www.YOURDOMAIN.com[i:76c12845d5]/cgi-bin/auction.cgi[/i:76c12845d5]

it will be this
<!--#exec cgi="/cgi-bin/auction.cgi"-->

--------------------------------------------------------------------------------

if this is the address of your auction is
http://www.YOURDOMAIN.com[i:76c12845d5]/cgi-bin/na/auction.cgi[/i:76c12845d5]

then it will be like this
<!--#exec cgi="/cgi-bin/na/auction.cgi"-->




do not put your full address http://www.YOURDOMAIN.com/cgi-bin/auction.cgi


hope this helps!
mewsoft mewsoft's personal page
Administrator Team Member
Posts: 5381 Display member's posts
Joined: 04-28-24 06:22 PM
Location: knxoville, TN, USA
Member Offline
View Member's Profile Visit member's website Mewsoft Corporation Send private message ICQ Messenger: ICQ AIM Messenger: AIM YIM Messenger: Yahoo MSN Messenger: MSN
 
Back to top
Re: initial url Edit Delete Reply with quote Quote
Reply #: 7 Posted on: 03-03-08 09:15 PM next post previous post
Guys,

The index.shtml file can be used if your server allows SSI (server side include), this file has only one line which should point to your auction.cgi file:

<!--#exec cgi="/cgi-bin/auction/auction.cgi"-->



The path /cgi-bin/auction/auction.cgi is your server path to the file auction.cgi, this may be different from server to another, it may start from your server root

/var/www/domain.com/cgi-bin/auction/auction.cgi

If SSI is not allowed on your server, then use the file index1.shtml, rename it to index.html orindex.shtml or default.html, and editthe url in it, it is loaded by little Javascript code:



<SCRIPT LANGUAGE="JavaScript">
<!--
window.location.replace("http://www.mewsoft.com/cgi-bin/auction/auction.cgi");
//-->
</SCRIPT>



Edit the url in the above code to point to your auction.cgi

Of course SSI is better because it is parased on your server localey while the JS code is run on your browser so another borwser call is added.

Mewsoft Support
www.mewsoft.com

lizzie lizzie's personal page
Registered Member
Posts: 5 Display member's posts
Joined: 04-28-24 06:22 PM
Member Offline
View Member's Profile Send private message
 
Back to top
Re: initial url Edit Delete Reply with quote Quote
Reply #: 8 Posted on: 03-03-08 09:22 PM next post previous post
thanks everybody for the help, that cgi call just had an extry /auctions in the path.
adunaway adunaway's personal page
Registered Member
Posts: 4 Display member's posts
Joined: 04-28-24 06:22 PM
Member Offline
View Member's Profile Send private message
 
Back to top
Re: initial url Edit Delete Reply with quote Quote
Reply #: 9 Posted on: 03-04-08 02:50 PM next post previous post
It would appear SSI parsing was my problem with index.shtml, so I switched to the index1.shtml using the javascript, and that page bounced over to auction.cgi just fine...

Except then, I still get just a blank page. Anytime I load auction.cgi, I get no errors, nothing but a blank page.

You're welcome to check it out for yourself. I've setup NetAuction on our website here:

http://www.treellc.com/cgi-bin/auction.cgi

The html pages are located here:

http://www.treellc.com/auction/index1.shtml

I can even go into Configuration and set the site status to Locked, and the "Down for Maintenance" page works! But as soon as I set it back to Unlocked, I get nothing but a blank page.

The page Title loads ok, I can see the Internet Explorer title-bar changed to what I entered in Configuration. And even more bizarre -- if I view the source for the page from Internet Explorer, all the HTML is there! It's almost like it's just not showing any of it.

I sure hope someone has an idea, I'm getting kind of desperate here.
mewsoft mewsoft's personal page
Administrator Team Member
Posts: 5381 Display member's posts
Joined: 04-28-24 06:22 PM
Location: knxoville, TN, USA
Member Offline
View Member's Profile Visit member's website Mewsoft Corporation Send private message ICQ Messenger: ICQ AIM Messenger: AIM YIM Messenger: Yahoo MSN Messenger: MSN
 
Back to top
Re: initial url Edit Delete Reply with quote Quote
Reply #: 10 Posted on: 03-04-08 03:08 PM next post previous post
Your installation is not correct for sure, tried to access other pages like:

http://www.treellc.com/cgi-bin/MyAccount.cgi

http://www.treellc.com/cgi-bin/Accounts.cgi

All gives errors,

This means your installation is not complete only.

You need to upload the files in the correct mode, change files permissions as in the file install.txt, etc.

You can use our Auto installer for free it will do the full installation and change files permissions for you if your server is not windows, if windows it will not change files permissions only but will do the full installation.

The other way if you do not have the experiance for all that you may then need to purchase our installation service.

Mewsoft Support
www.mewsoft.com

adunaway adunaway's personal page
Registered Member
Posts: 4 Display member's posts
Joined: 04-28-24 06:22 PM
Member Offline
View Member's Profile Send private message
 
Back to top
Re: initial url Edit Delete Reply with quote Quote
Reply #: 11 Posted on: 03-04-08 03:20 PM next post previous post
I already used the Auto-Installer, that's how I got this far.

I don't have a problem paying the $50 for the installation services, in fact at this point I'd love to. I'm just concerned that if you have problems with it then it will be blamed on my server configuration or something and then I'll be out $50 and still not have a working Auction.

If you can assure me that for $50 you will work with me until it is working, then I will gladly pay for installation services immediately.

How do you complete the installation services? Do you call me and do it over the phone or what?
mewsoft mewsoft's personal page
Administrator Team Member
Posts: 5381 Display member's posts
Joined: 04-28-24 06:22 PM
Location: knxoville, TN, USA
Member Offline
View Member's Profile Visit member's website Mewsoft Corporation Send private message ICQ Messenger: ICQ AIM Messenger: AIM YIM Messenger: Yahoo MSN Messenger: MSN
 
Back to top
Re: initial url Edit Delete Reply with quote Quote
Reply #: 12 Posted on: 03-04-08 03:58 PM next post previous post
In All cases we work with you until you get your software up and runing. If you order our installation service we will install and configure the software and work with you and your hosting company to get all the requierments installed if your server is missing something like perl module:

GD
DBI
mysql
...
etc

To start, order, then email me these info:

FTP address or IP:
FTP user:
FTP password:

also, please create a mysql database and send its info:

Mysql host: localhost
mysql database name:
mysql database user:
mysql database password:

We will start immediatly after we receive these information.


Thank you

Mewsoft Support
www.mewsoft.com

adunaway adunaway's personal page
Registered Member
Posts: 4 Display member's posts
Joined: 04-28-24 06:22 PM
Member Offline
View Member's Profile Send private message
 
Back to top
Re: initial url Edit Delete Reply with quote Quote
Reply #: 13 Posted on: 03-04-08 05:14 PM next post previous post
I just purchased your Installation Services. I sent you an email containing all the information for my server.

Please let me know if you need anything else to get it working. My phone number is on the billing information if you need to call me.

Thanks,
Anthony Dunaway
mewsoft mewsoft's personal page
Administrator Team Member
Posts: 5381 Display member's posts
Joined: 04-28-24 06:22 PM
Location: knxoville, TN, USA
Member Offline
View Member's Profile Visit member's website Mewsoft Corporation Send private message ICQ Messenger: ICQ AIM Messenger: AIM YIM Messenger: Yahoo MSN Messenger: MSN
 
Back to top
Re: initial url Edit Delete Reply with quote Quote
Reply #: 14 Posted on: 03-04-08 08:06 PM last post previous post
Anthony,

Installation and configuration has been deon as I emailed you.

Thank you

Mewsoft Support
www.mewsoft.com

Page 1 of 1
Go to page:

New Topic   New Reply Mark Unread
Jump to:  
Delete   Move     Lock   +Favorits   +Notify   Print