This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/***************************************************************/ | |
/* PhpCaptcha - A visual and audio CAPTCHA generation library | |
Software License Agreement (BSD License) | |
Copyright (C) 2005-2006, Edward Eliot. | |
All rights reserved. | |
Redistribution and use in source and binary forms, with or without |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/*require('php-captcha.inc.php'); | |
$aFonts = array('captcha/fonts/VeraBd.ttf', 'captcha/fonts/VeraIt.ttf', 'captcha/fonts/Vera.ttf'); | |
$oVisualCaptcha = new PhpCaptcha($aFonts, 200, 50); | |
$oPhpCaptcha->UseColour(true); | |
$oVisualCaptcha->Create();*/ | |
require('php-captcha.inc.php'); | |
# // define fonts | |
$aFonts = array('captcha/fonts/VeraBd.ttf', 'captcha/fonts/VeraIt.ttf', 'captcha/fonts/Vera.ttf'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[17-May-2013 14:18:46] PHP Warning: imageftbbox() [<a href='function.imageftbbox'>function.imageftbbox</a>]: Could not read font in /home/guga/public_html/232classificados/captcha/php-captcha.inc.php on line 296 | |
[17-May-2013 14:18:46] PHP Warning: imagefttext() [<a href='function.imagefttext'>function.imagefttext</a>]: Could not read font in /home/guga/public_html/232classificados/captcha/php-captcha.inc.php on line 304 | |
[17-May-2013 14:18:46] PHP Warning: imageftbbox() [<a href='function.imageftbbox'>function.imageftbbox</a>]: Could not read font in /home/guga/public_html/232classificados/captcha/php-captcha.inc.php on line 296 | |
[17-May-2013 14:18:46] PHP Warning: imagefttext() [<a href='function.imagefttext'>function.imagefttext</a>]: Could not read font in /home/guga/public_html/232classificados/captcha/php-captcha.inc.php on line 304 | |
[17-May-2013 14:18:46] PHP Warning: imageftbbox() [<a href='function.imageftbbox'>function.imageftbbox</a>]: Could not read font in /home/guga/public_html/232classificados |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/*require('php-captcha.inc.php'); | |
$aFonts = array('fonts/VeraBd.ttf', 'fonts/VeraIt.ttf', 'fonts/Vera.ttf'); | |
$oVisualCaptcha = new PhpCaptcha($aFonts, 200, 60); | |
$oPhpCaptcha->UseColour(true); | |
$oVisualCaptcha->Create();*/ | |
require('php-captcha.inc.php'); | |
# // define fonts | |
$aFonts = array('fonts/VeraBd.ttf', 'fonts/VeraIt.ttf', 'fonts/Vera.ttf'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
visual-captcha.php |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://www.mediafire.com/download/nx7y3fqp8fq8tjy/captcha.rar |