I need to add some CATPTCHA to forms on my existing web site to combat web crawlers and understand that 'phpFormGenerator', has captcha field creation built in, but can't for the life of me find where to start.
Any pointers will be greatly appreciated.
Regards
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The Captcha feature has some specific requirements. Talk to your host to see that these requirements are met. If they are and you still have trouble, feel free to post again.
The phpFormGenerator uses the following Captcha code.
/*
* File: CaptchaSecurityImages.php
* Author: Simon Jarvis
* Copyright: 2006 Simon Jarvis
* Date: 03/08/06
* Updated: 23/11/06
* Requirements: PHP 4/5 with GD and FreeType libraries
* Link: http://www.white-hat-web-design.co.uk/articles/php-captcha.php
*
* 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:
* http://www.gnu.org/licenses/gpl.html
*
*/
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi there.
I need to add some CATPTCHA to forms on my existing web site to combat web crawlers and understand that 'phpFormGenerator', has captcha field creation built in, but can't for the life of me find where to start.
Any pointers will be greatly appreciated.
Regards
The Captcha feature has some specific requirements. Talk to your host to see that these requirements are met. If they are and you still have trouble, feel free to post again.
The phpFormGenerator uses the following Captcha code.
/*
* File: CaptchaSecurityImages.php
* Author: Simon Jarvis
* Copyright: 2006 Simon Jarvis
* Date: 03/08/06
* Updated: 23/11/06
* Requirements: PHP 4/5 with GD and FreeType libraries
* Link: http://www.white-hat-web-design.co.uk/articles/php-captcha.php
*
* 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:
* http://www.gnu.org/licenses/gpl.html
*
*/