Captcha PluginA simple plugin for commenting with CAPTCHA™ test. Changes
Overview"Captcha Plugin" is an anti comment-spam plugin which generates and verifies CAPTCHA™ tests that most human commenters can easily pass but current spambots cannot pass. Unlike well-known SCode plugin, Captcha plugin generates different CAPTCHA tests whenever commenters request commenting pages, and each tests have shorter time to live. So, I think, Captcha plugin is less exploitable by spammers than the predecessors. RequirementsThis plugin is supported on Movable Type 3.2 or later and requires the following Perl modules: If you want to employ "secret key" feature, you must apply the following patch to Authen::Captcha. InstallationInstallation process is not so hard.
That's all. You'll see the Captcha plugin in the plugins listing in the system overview screen. UsageTo use CAPTCHA tests, you will need to add the following line into your all commenting templates and rebuild them. <script type="text/javascript" src="<$MTCaptchaJsURL$>"></script> Each CAPTCHA tests has a time to live, and the default lifetime is 1 hour. To customize the lifetime, you will need to change "CAPTCHA TTL" from the blog plugin setting screen. See AlsoLicenseThis code is released under the Artistic License. The terms of the Artistic License are described at http://www.perl.com/language/misc/Artistic.html. Author & CopyrightCopyright 2006, Hirotaka Ogawa (hirotaka.ogawa at gmail.com) |