Script URL: http://www.ravensbreath.com/Guestbook/gbook.php?a=sign
Version of script:
Hosting company: Ipage
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Write your message below:
Someone emailed me that she tried to sign the guestbook but it asks to 'enter the number displayed above' - the security image - yet that feature doesn't seem to exist on my guestbook. I haven't looked at it for quite awhile but I don't recall it even being there before. This may explain why I've had no entries in ages. How to I correct this so people can use the guestbook?
Thank you.
Says please enter number (security image) displayed above
Re: Says please enter number (security image) displayed abov
A was able to submit your guestbook without problems.
If you wish you can disable the anti-SPAM image by changing to in the settings.php file.
If you wish you can disable the anti-SPAM image by changing
Code: Select all
$settings['autosubmit']=1;
Code: Select all
$settings['autosubmit']=0;
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
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


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
Re: Says please enter number (security image) displayed abov
Hi Klemen,
Thank you! I see you did that but could you see the security numbers, or did you do something to make them show up, because either I nor that signer could see them before.
I may disable that bit, like you've suggested. Funny, tho, I thought I had. I feel a bit of deja vu - all over again re: this issue.
Anyway, many thanks for your help.
Have a good day.
Thank you! I see you did that but could you see the security numbers, or did you do something to make them show up, because either I nor that signer could see them before.
I may disable that bit, like you've suggested. Funny, tho, I thought I had. I feel a bit of deja vu - all over again re: this issue.
Anyway, many thanks for your help.
Have a good day.
Re: Says please enter number (security image) displayed abov
I thought I would see where in the code to disable the autosubmit for the anti-spam image but can't see it. The only thing close that I see is this:
/* Prevent automated submissions (recommended YES)? 0 = NO, 1 = YES, GRAPHICAL, 2 = YES, TEXT */
$settings['autosubmit']=1;
Where should I be looking?
Thx
/* Prevent automated submissions (recommended YES)? 0 = NO, 1 = YES, GRAPHICAL, 2 = YES, TEXT */
$settings['autosubmit']=1;
Where should I be looking?
Thx
Re: Says please enter number (security image) displayed abov
I tried it /* Prevent automated submissions (recommended YES)? 0 = NO, 1 = YES, GRAPHICAL, 2 = YES, TEXT */
$settings['autosubmit']=1; and it seems that was the place.
Thanks.
$settings['autosubmit']=1; and it seems that was the place.
Thanks.