Topic on Extension talk:ConfirmEdit

Thomas1311 (talkcontribs)

Hallo The following cod doesn't seem to work.

if(mt_rand(1,3)==1){
	require_once( "$IP/extensions/ConfirmEdit/QuestyCaptcha.php");
	$wgCaptchaClass = 'QuestyCaptcha';
	$wgCaptchaQuestions[] = array( 'question' => 'Bitte schreibe, welches Tier das ist (erster Buchstabe groß):<img src="URL replaced!" style="width: 5%;"><a href="http://pastebin.com/8MESqzqh">Infos über das Bild</a>', 'answer' => "Answer replaced!" );
	$wgCaptchaQuestions[] = array( 'question' => 'Bitte schreibe, welches Tier das ist (erster Buchstabe groß):<img src="URL replaced!" style="width: 5%;"><a href="http://pastebin.com/8MESqzqh">Infos über das Bild</a>', 'answer' => "Answer replaced!" );
}else{
	require_once("$IP/extensions/ConfirmEdit/Asirra.php");
	$wgCaptchaClass = 'Asirra';
}

It shows what it should show, but you aren't able to pass the test. When you click submit, you have to pass another of the possible antispam things. Please fix the bug.

Reply to "doesn't work"