MOD Description: This MOD replaces phpBB's CAPTCHA with the much stronger reCAPTCHA.
MOD Version: v1.0.1
I built this MOD based upon the patch files found here: http://recaptcha.net/plugins/phpbb/ (v1.8 used to make this MOD)
DIY Instructions
- Code: Select all
***DO THIS PRIOR TO INSTALL***
You will need to obtain reCAPTCHA API keys (http://recaptcha.net/api/getkey)
and place the API keys in the required fields below on lines 94 & 95:
$recaptcha_public_key = ''; // You need to put your public key here
$recaptcha_private_key = ''; // You need to put your private key here
***DO THIS PRIOR TO INSTALL***
Screenshot:
Demonstration: http://recaptcha.net/learnmore.html
View/Download:
http://www.ChrisRutter.com/phpBB/reCAPTCHA.zip
Files Included:
- reCAPTCHA.mod - The actual mod file (v1.0.1)
- recaptchalib.php - Modified version of reCAPTCHA's php library v1.8 obtained from: http://recaptcha.net/plugins/phpbb/
Revision History:
- Code: Select all
## MOD History:
## 2007-10-30 - Version 1.0.1
## - Updated DIY INSTRUCTIONS
## - Minor Tweaks to make the MOD smaller/efficient
##
## 2007-10-29 - Version 1.0.0
##
## 2007-10-29 - Version 0.0.2
## - Security Fixes (reCAPTCHA.mod)
## - Security and xHTML Fixes (recaptchalib.php)
##
## 2007-10-29 - Version 0.0.1
Comments:
I tested this in EasyMOD v0.3.0, and it worked flawlessly.
I must say however this is my first MOD creation, so take it easy on me if it doesn't work for you.
Getting Support for this MOD
- Ask any questions relating to this MOD directly in this topic; please don't PM me.
- If you receive an error, please post the error.
- If the error points to a specific line in a file, please post the code on that line with around 10 lines on either side of it (if the error is on line 30, post lines 20-40).
- If you post code, please use the [code] bbcode tags.

