Anti-spam check doesn't work on my webhost

Problems installing LinkMan?
Post Reply
pedro
Posts: 1
Joined: Fri Nov 24, 2006 3:19 pm

Anti-spam check doesn't work on my webhost

Post by pedro »

Script URL: http://www.fabiobortoli.it/bmb/links/form.html
Version of script: 103
URL of phpinfo.php: http://www.fabiobortoli.it/bmb/links/phpinfo.php
URL of session_test.php: http://www.fabiobortoli.it/bmb/links/session_test.php

I don't know english and php well: I can only put things together and see if they work.. and you understand :)

on my local machine I have easyphp 1.8 installed and LinkMan worked perfectly, now I decided to go on the internet: I put all the files in the same directory, made linkinfo CHMOD 666 and should work, but if the spam check is on (settings.php) it only refreshes the same page and gives back another spam-check code. If the check is off everything works perfectly.

The only thing I noticed is that the URL called by the Continue button is missing something:
I get
http://..../links/addlink.php?

but I don't know why..

Since it is a testing zone some links are not right, but you need:

URL to see the links page:
http://www.fabiobortoli.it/bmb/links.php

URL with reciprocal link
http://www.fabiobortoli.it/bmb/links/ref.htm

reciprocal link is set to http://www.fabiobortoli.it/bmb

Thank you in advance, great script

P
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Hi,

From the session_test file I can see that your sessions aren't working properly. If they were the variable in the second session test page would have been set to "TRUE".

You should check your PHP sessions to make sure they work properly. Make sure the session.save_path set in php.ini (/tmp) is indeed a valid and writable folder. You can also see if session.use_trans_sid set to 0 helps.

If you don't have root access (permission to edit php.ini) ask your hosting company to check PHP sessions. You can give them the link to the session_test.php file for reference as it is the simplest form of using sessions and if that doesn't work something is wrong on the server.

Regards
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Post Reply