]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/recaptcha/README
Merge branch '0.8.x' of git://gitorious.org/~brion/statusnet/brion-fixes into 0.8.x
[quix0rs-gnu-social.git] / plugins / recaptcha / README
1 StatusNet reCAPTCHA plugin 0.2 8/3/09
2 ====================================
3 Adds a captcha to your registration page to reduce automated spam bots registering.
4
5 Use:
6 1. Get an API key from http://recaptcha.net
7
8 2. In config.php add:
9 include_once('plugins/recaptcha/recaptcha.php');
10 $captcha = new recaptcha(publickey, privatekey, showErrors);
11
12 Changelog
13 =========
14 0.1 initial release
15 0.2 Work around for webkit browsers
16
17 reCAPTCHA README
18 ================
19
20 The reCAPTCHA PHP Lirary helps you use the reCAPTCHA API. Documentation
21 for this library can be found at
22
23         http://recaptcha.net/plugins/php