<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Sat, 25 May 2013 15:32:53 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Matthew Leverton's Blog: How to add a custom CAPTCHA to phpBB2]]></title>
      <guid>http://www.phpdeveloper.org/news/5457</guid>
      <link>http://www.phpdeveloper.org/news/5457</link>
      <description><![CDATA[<p>
In <a href="http://www.matthewleverton.com/howto/phpBB2-captcha.html">this tutorial</a> from <i>Matthew Leverton</i>, 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.
</p>
<quote>
<i>
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.
</i>
</quote>
<p>
He <a href="http://www.matthewleverton.com/howto/phpBB2-captcha.html">walks the reader through</a> each step of the way, giving shell commands and configuration changes where appropriate. The addition makes use of the <a href="http://www.puremango.co.uk/">freecap</a> CAPTCHA script, making it a simple process of including the library in and adding a few lines to the comment form code inside phpBB.
</p>]]></description>
      <pubDate>Sat, 27 May 2006 11:46:07 -0500</pubDate>
    </item>
  </channel>
</rss>
