Projectname: Simple CAPTCHA class Version: 0.1 Author: Ver Pangonilo Last modified: 18 May 2006 Copyright (C): 2006 Ver Pangonilo, All Rights Reserved * GNU General Public License (Version 2, June 1991) * * This program is free software; you can redistribute * it and/or modify it under the terms of the GNU * General Public License as published by the Free * Software Foundation; either version 2 of the License, * or (at your option) any later version. * * This program is distributed in the hope that it will * be useful, but WITHOUT ANY WARRANTY; without even the * implied warranty of MERCHANTABILITY or FITNESS FOR A * PARTICULAR PURPOSE. See the GNU General Public License * for more details. Description: This class can generate CAPTCHAs for user forms. Parameters can be set on the configuration file including transprency. Note: The font "BRADHITC.TTF" is required for the default configuration. This is a common script font for Windows. A replace the default font to suit application. Usage : Create a configuration file which contains the following: Code; ?> Save this file as captcha.php or any filename you wish to. In the html form, the usage will be captcha Limitations: 1. Initially, it only uses PNG images. 2. The image size should be the same as the background image size.