Page 1 of 1

Says please enter number (security image) displayed above

Posted: Tue Nov 03, 2015 6:24 pm
by ghostgirl
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.

Re: Says please enter number (security image) displayed abov

Posted: Tue Nov 03, 2015 6:42 pm
by Klemen
A was able to submit your guestbook without problems.

If you wish you can disable the anti-SPAM image by changing

Code: Select all

$settings['autosubmit']=1;
to

Code: Select all

$settings['autosubmit']=0;
in the settings.php file.

Re: Says please enter number (security image) displayed abov

Posted: Tue Nov 03, 2015 7:03 pm
by ghostgirl
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.

Re: Says please enter number (security image) displayed abov

Posted: Tue Nov 03, 2015 7:14 pm
by ghostgirl
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

Re: Says please enter number (security image) displayed abov

Posted: Tue Nov 03, 2015 8:00 pm
by ghostgirl
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.