Updated Captcha Frog Plugin for 9.3
Posted by ajcates on Sun, 17 Aug 2008
I have updated my captcha frog plugin to work with version 9.3. Took me staying up until 4am to get it working. I have done a complete rewrite on the way it interacts with the frog system. Also I have added in a little update that will tell you that you had failed in typing in the answer. It also uses Frogs built in observers, the plugin will call an event named 'spam_found' if the user fails in typing something in.
To use place this in your comment-form snippet some where in between the form tags(I personally do it right above the textarea). Oh also enable the plugin.
<?php captchaProxy::drawQuestion();?>
I really like how Frog version 9.3 handles everything in a cleaner manor making it easier to write plugins for. I really hope in future version we see more event usage, as that is where I feel the power of plugins will shine thur.
xmlcaptcha2.zip Download