View Full Version : no longer receiving a response


jbryant
09-11-2004, 04:06 PM
I have purchased your scripts kit and installed them on my server but I seem to be having some problems.

Classifieds- users register, email recieved with verification link but the link does not work. 5 people have tried to register on my classifieds but noone but admin can login due to the broken link.
http://waynesvilleclassifieds/cgi-bin/classads/classads.cgi?Verify_User&Boogie&1094928133

Live Mail- Users not recieving email. Also, no pop server page showing so cannot add pop.

As2- start client but no activity and webpage says operator not available.

I am sure these issues can be solved relatively easy. Please advise on how to proceed. I have posted to the forum but am no longer receiving a response.



Thank you for your time and patience.

Jafo
09-12-2004, 09:14 PM
Your problem with the classifieds is a webserver problem as the link is taking you back to a forum post on our site. There is nothing in the script that would even remotely be able to do this. I would check a possible .htaccess file in that directory.

In the temp directory of the Messenger, open data.cgi with a text editor, there should be an error message there if the Messenger cannot access the catch-all.

I would doublecheck your AS2 installation, and/or post a test link IN THE AS2 FORUM.

jbryant
09-13-2004, 05:26 PM
Your problem with the classifieds is a webserver problem as the link is taking you back to a forum post on our site.

the link that came in the email:
http://waynesvilleclassifieds/cgi-b...ogie&1094928133
The page cannot be displayed is what I get.

What should the link look like?
I did not find a .htaccess file in that directory.

Jafo
09-13-2004, 05:54 PM
Do you have a link to your classifieds so I can see this? An .htaccess file is not necessarily viewable with your FTP program unless you specify your FTP program views those type of files. With WS_FTP Pro for example, there is a little white box on the right hand pane where you can enter a command, enter the letters: la into the box and you will view these hidden files..

jbryant
09-15-2004, 09:02 AM
http://waynesvilleclassifieds.com/

Use Smart FTP
.htaccess files show in other directories but none in classads directory

Jafo
09-15-2004, 02:53 PM
Your $url_to_classads variable is incorrect. I am assuming this is what you have:

http://waynesvilleclassifieds/cgi-bin/classads/classads.cgi

When it should be:

http://waynesvilleclassifieds.com/cgi-bin/classads/classads.cgi

jbryant
09-16-2004, 12:21 AM
:rolleyes:


Thank you


Works great now.

I am also still working on the most recent post hack. It shows the number of posts but not a description. Any idea?