BANGALORE, INDIA: Recently while upgrading our PCQuest online forums to phpBB3, we managed to integrate reCAPTCHA. Implementing reCAPTCHA in this environment was a bit difficult because there is no official module for reCAPTCHA available for phpBB3.
For those who don't know what is reCAPTCHA, it's a program used to distinguish between a human and a bot through images that cannot be read by computers and can only be deciphered by humans. If your website receives a lot of spams, you can put reCAPTCHA on your site to make sure bots and computer programs don't enter your forums and blogs.
Implementing reCAPTCHA To begin with, you have to create a pair of private and public keys which will be needed later for authenticating your reCAPTCHA installation. For this, you need an account at reCAPTCHA's website http://recap tcha.net/plugins/phpbb/. Sign up on this site and place the path for your domain in the file. Just click on 'Create Key' and note down the keys which appear.
Changes in template file Find the following old code in the ucp_register.html file (template file) and replace it
Old code...
{L_CONFIRMATION} {L_CONFIRM_EXPLAIN} {CONFIRM_IMG} {L_CONFIRM_CODE}: {L_CONFIRM_CODE_EXPLAIN} {L_VC_REFRESH_EXPLAIN}
New Code...
{CONFIRM_IMG}
The above code will help you in getting the reCAPTCHA image on your registration page.
Get most out of your technology infrastructure investments with Dell
About CIOL | Media Kit | Site Map | Contact Us | Help | Write to us | Jobs@CyberMedia | Privacy Policy
Copyright © CyberMedia India Online Ltd. All rights reserved. Usage of content from web site is subject to Terms and Conditions.