I am having problems with not seeing the captcha images at all....
I am pretty sure the code is working.... just not seeing he images?
I did the phpenv.php thing, and it says "session support enabled"
It also says GD Support enabled
GD Support enabled
GD Version bundled (2.0.28 compatible)
GIF Read Support enabled
GIF Create Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled
What else could be wrong?
I got badly hacked with version 2 under fantastico so I am very scared of not having enough security.
Regards Jeff
Linux
PHP Version 4.4.7
Server API Apache 2.0 Handler
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Here is the note at the top of the 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
*
*/
Pay attention to the requirements. If the requirements are met, the form should work.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am using the online form here.
I am having problems with not seeing the captcha images at all....
I am pretty sure the code is working.... just not seeing he images?
I did the phpenv.php thing, and it says "session support enabled"
It also says GD Support enabled
GD Support enabled
GD Version bundled (2.0.28 compatible)
GIF Read Support enabled
GIF Create Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled
What else could be wrong?
I got badly hacked with version 2 under fantastico so I am very scared of not having enough security.
Regards Jeff
Linux
PHP Version 4.4.7
Server API Apache 2.0 Handler
Here is the note at the top of the 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
*
*/
Pay attention to the requirements. If the requirements are met, the form should work.
same problem I have, requirements met, form not working with captcha image.
check your path to monotype.ttf in the CaptchaSecurityImages.php
I had to set path from the root of the document domain.