posted 10/23/2008 by Chris
Comments: 0

We wrote and submitted 2 articles (1 and 2) to cakephp.org's bakery and they were both published.  One is the tutorial Captcha Component with Securimage, which explains how to integrate the Securimage class with CakePHP.  The other is the tutorial Bake ROT13 Encoded "mailto:" Links, which explains how to write a CakePHP helper to fool spambots...

posted 10/8/2008 by Chris
Comments: 0

Captcha is a free, open source CakePHP Component wrapper class written by Debugged Interactive Designs to take advantage of the functionality provided by the Securimage class. Securimage is an open-source free PHP CAPTCHA script for generating complex images and CAPTCHA codes to protect forms from spam and abuse. It can be easily added into existing forms on your website to provide protection from spam bots. It can run on most any webserver as long as you have PHP installed, and GD support within PHP. Securimage does everything from generate complicated CAPTCHA images to making sure the code the user entered was correct...