I tried to call this:
http://www.proximitisupport.com/CaptchaSecurityImages.php?width=100&height=38&characters=6(http://www.proximitisupport.com/CaptchaSecurityImages.php?width=100&height=38&characters=6)
and it returned an error:
"Error in imagettfbbox function"
It seemed that your server does not support "php_gd2" or FreeType libraries, as said in the header of that CaptchaSecurityImages.php file:
/*
* File: CaptchaSecurityImages.php
* Author: Simon Jarvis
* Copyright: 2006 Simon Jarvis
* Date: 03/08/06
* Updated: 07/02/07
* 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
*
*/
There is no problem with mine and the others as long as that requirements have been fulfilled.
Sincerely,
Masino Sinaga