[RESOLVED] Anti-SPAM question

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
Raven
Posts: 172
Joined: Sat Jun 20, 2009 12:39 am

[RESOLVED] Anti-SPAM question

Post 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
Last edited by Raven on Sat Oct 17, 2009 7:05 pm, edited 1 time in total.
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Post 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",
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
Raven
Posts: 172
Joined: Sat Jun 20, 2009 12:39 am

Post by Raven »

Thank you
Post Reply