octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Spam on wiki


From: John W. Eaton
Subject: Spam on wiki
Date: Tue, 15 May 2012 17:20:48 -0400

On 15-May-2012, Jordi Gutiérrez Hermoso wrote:

| The spam on the wiki is getting out of hand.
| 
| More aggressive captcha questions? I'm thinking of something like
| "what is the output of magic(234)(4234)?".

We can have multiple questions instead of just one.  Send me new
questions in the format required by QuestyCaptcha and I can add them
to the wiki.

The code in the config file looks like this:

  # $wgCaptchaQuestions[] = array( 'question' => "A question?", 'answer' => "An 
answer!" );
  # $wgCaptchaQuestions[] = array( 'question' => 'How much wood would a 
woodchuck chuck if a woodchuck could chuck wood?', 'answer' => 'as much wood 
as...' );
  # $wgCaptchaQuestions[] = array( 'question' => "What is this wiki's name?", 
'answer' => "$wgSitename" );

  $wgCaptchaQuestions[] = array( 'question' => "what is the value of pi to 
three decimal digits?", 'answer' =>  array( "3.14", "3.141", "3.142" ));

The commented questions are examples distributed with QuestyCaptcha.

jwe


reply via email to

[Prev in Thread] Current Thread [Next in Thread]