News Feed
Jobs Feed
Sections




News Archive
Matthew Leverton's Blog:
How to add a custom CAPTCHA to phpBB2
May 27, 2006 @ 11:46:07

In this tutorial from Matthew Leverton, there's information on adding a step several phpBB users could benefit from - putting a CAPTCHA image on the comment form to reduce spam issues.

phpBB is "an open source, flat style, message board written in PHP." Because thousands of people use it with little or no modifications, it is a very popular target for spammers. They can use bots to automatically fill out the registration forms, including "clicking" on the activation link inside e-mails. A CAPTCHA is some sort of challenge that will (in theory) be easy for a human to solve, but hard for a computer to. Typically, they are implemented as a distorted word that the user must enter to complete the form.

He walks the reader through each step of the way, giving shell commands and configuration changes where appropriate. The addition makes use of the freecap CAPTCHA script, making it a simple process of including the library in and adding a few lines to the comment form code inside phpBB.

1 comment voice your opinion now!
tutorial add captcha phpbb2 freecap library tutorial add captcha phpbb2 freecap library


blog comments powered by Disqus

Similar Posts

DevShed: Using the Clone Magic Function in PHP 5

Amit Singh's Blog: Installing PEAR and PHPUnit on WAMP and Windows 7

DevShed: Drawing Basic Rectangles in PDF Documents with PHP 5

Lorenzo Alberton's Blog: PEAR::Pager Tutorials

NETTUTS.com: Create a Photo Admin Site Using PHP and jQuery


Community Events









Don't see your event here?
Let us know!


example development composer opinion community interview database api framework language testing podcast phpunit object unittest introduction tool zendframework2 code release

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework