|
Cookbook /
CaptchasSummary: Uses captchas to protect certain actions from spambots
Version: 0.0001
Prerequisites: none
Status: pre-alpha, discussion
Maintainer: Nils Knappmeier
Categories: Security
Discussion: Captchas-Talk
Questions answered by this recipe
DescriptionUses captchas to protect certain actions from spambots This recipe is an adaption of the captcha-class by Andreas John [1] to PmWiki. Download pmwiki-captcha.tar.gzΔ (or pmwiki-captcha.zipΔ) and unpack it into your PmWiki-Directory. To activate the recipe
Examples
include_once('cookbook/captcha.php');
CaptchaAction('mailform');
to display a captcha before sending the mail.
Notes
Release Notes
Comments
if ($action == 'comment')
SDV($HandleActions['comment'],'HandleCommentPost');
seems to work fine for me! -JoelMig (2007-08-22)
{$Captcha} (:input captcha:)
(:input e_savebutton:)
I was unable to get this recipe to work until I edited captcha_image.php and changed HTTP_GET_VARS to _GET -Steve (2007-08-31) See Discussion at Captchas-Talk See Also
Contributors |