Jump to content

no-spamming image


asmith

Recommended Posts

 

good and short one here,

i tried but can't view the image : (i skipped setp 3 for audio captcha)

 

visual-captcha.php  :

<?php

require('php-captcha.inc.php');

$aFonts = array('fonts/VeraBd.ttf', 'fonts/VeraIt.ttf', 'fonts/Vera.ttf');

$oVisualCaptcha = new PhpCaptcha($aFonts, 200, 60);

$oVisualCaptcha->Create();

?>

 

test.php :

<p><img src="visual-captcha.php" width="200" height="60" alt="Visual CAPTCHA" /></p>

 

there was a file named php-captcha.inc.php in the site zip file, i just unzip it and put it near other 2 files,

and edit php.ini and uncomment gd2 dll file ,

what else should i do to view the this image?

 

 

 

Link to comment
https://forums.phpfreaks.com/topic/77959-no-spamming-image/#findComment-394676
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.