SPAM not working

Dr. GBooky is here to help you with your guestbook problems ...
Post Reply
ronel
Posts: 2
Joined: Wed Jan 04, 2006 6:15 pm

SPAM not working

Post by ronel »

Script URL:
Version of script:
Version of PHP:
Hosting company:
Have you searched THIS FORUM for your problem:
(if not please do before posting)
If so, what terms did you try:

Write your message below:

somebody pls help me. . .

if the $settings['autosubmit']=0 i can add my message on the gbook but if it is set to 1 it only re-generate new code and returns on the same page everytime i enter the 5 digit code. thanks. . .

God bless

by the way i'm already using the message board and it's really great!!! thanks a lot for sharing your script with us.
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Hi,

This is not here for no reason:
Script URL:
Version of script:
Version of PHP:
Hosting company:
Have you searched THIS FORUM for your problem:
(if not please do before posting)
If so, what terms did you try:


Perhaps the problem is with sessions, try this script:
http://www.phpjunkyard.com/extras/session_test.zip

Also upload this and post a link here:
http://www.phpjunkyard.com/extras/phpinfo.zip

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
ronel
Posts: 2
Joined: Wed Jan 04, 2006 6:15 pm

Post by ronel »

hi there

thanks for the reply.
by the way im a beginner in php. i dont uplaod my webpages i run my own apache web server and i register a free domain and redirect it to my computer. can you please help with this kind of senario. because i still cant fix the spam problem in gbook

thank a lot . . . and

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

Post by Klemen »

Try downloading the files I linked to and see what results you get on your computer.

In the phpinfo.php file see if you can find "Session Support: Enabled"
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
JanB
Posts: 1
Joined: Thu Jan 05, 2006 9:17 pm

Post by JanB »

Hi
Maybe I can help?
I am using OpenBSD with chrooted apache.
The problem is that gbook.php tries to write the session file to the /tmp directory (witch does not exist by default in a chrooted environment)
I solved this by creating a tmp directory with full rights in the apache root directory.
Eks. mkdir /var/www/tmp and chmod 777 /var/www/tmp
This depends of course of the settings in php.ini session.save_path.
Maybe there are other ways to solve this, but it worked for me...
Please apology my English :oops: (I am from Norway)
Post Reply