Eddie
10-09-2008, 11:38 AM
Turing test is very simple spam filtering addon. It asks simple questions (What color is lemon?) which should understand and correctly answer only human.
Download:
You can download it here (http://www.pixelpost.org/extend/addons/turing-test-text-captcha/).
Installation:
* uncompress file and copy it to addon folder
* turn on both addons "Turing test" in admin
* insert tag <TURING> into comment template (somewhere below email input tag)
Questions are stored in text file, so you can easily add your own set of questions and answers. Format is described in the question file. There can be more correct answers to each questions, comparing answers is case insensitive.
It requires Javascript (to confuse more intelligent bots), but it's trivial to remove this requirement (Javascript is used just to print question using document.write()).
I would appreaciate any ideas for new questions.
I hope it's useful.
Download:
You can download it here (http://www.pixelpost.org/extend/addons/turing-test-text-captcha/).
Installation:
* uncompress file and copy it to addon folder
* turn on both addons "Turing test" in admin
* insert tag <TURING> into comment template (somewhere below email input tag)
Questions are stored in text file, so you can easily add your own set of questions and answers. Format is described in the question file. There can be more correct answers to each questions, comparing answers is case insensitive.
It requires Javascript (to confuse more intelligent bots), but it's trivial to remove this requirement (Javascript is used just to print question using document.write()).
I would appreaciate any ideas for new questions.
I hope it's useful.