Page 1 of 1

Anti-spam question

Posted: Mon May 13, 2013 4:22 pm
by Impresario
Script URL:
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:
I just installed GBook and am attempting my first post. It asks for my name, comment, what my age was in 2006 in one field and to enter numbers displayed above in another field. When I click Submit my Comment, I keep getting a "Please answer the anti-spam question". What am I missing? Thanks for any advice.

Re: Anti-spam question

Posted: Mon May 13, 2013 11:05 pm
by Henrie
From what you have written, I think the anti-spam question is
what my age was in 2006
. You probably answered it wrongly. You would have to see in the settings.php file what the correct answer is, because the age in 2006 is different for most people. So this is not a good anti-spam question. Better would be "What is the sum of 5 and 3?" or "What is the color of a banana?", put it in settings.php file at $settings['spam_question']='What is the color of a banana?'; . Don't forget put the right answer in the settings.php file at $settings['spam_answer']='yellow'; .

Greetings,
Henrie

Re: Anti-spam question

Posted: Tue May 14, 2013 5:55 pm
by Impresario
Thank you.