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

Dave Marshall' Blog: Asynchronous cache priming with progress bars via Gearman, Memcache and Dojo

Sameer Borate's Blog: Beautifying XML documents

Kevin Schroeder's Blog: Connecting PHP to ActionScript and Flex using Stomp

NetTuts.com: Getting Real-Time with Pusher

DevShed: Handling Static Data with PHP 5


Community Events











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


zendframework2 example framework series tool application testing release interview unittest language opinion podcast introduction community conference code development functional phpunit

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