Page 1 of 1

[RESOLVED] Anti-SPAM question

Posted: Sun Oct 04, 2009 10:48 pm
by Raven
Hi, just a quick question - I would like to alter the anti-SPAM questions' that are auto-generated within the main admin but have hit a snag.

After looking in the main language file and in the generate_spam_question.php files I cannot see what I have to alter for both the questions and answers...

Please help

Posted: Mon Oct 05, 2009 7:35 pm
by Klemen
Code is in common.inc.php file (inside inc folder). Find function "hesk_generate_SPAM_question" then you have an array named $spam_questions which contains:

"Answer" => "Question",

Posted: Fri Oct 09, 2009 2:08 pm
by Raven
Thank you