Description: Cool-php-captcha is a very cool PHP used to generate verification code library.
Sample code:
Session_start ()
$captcha = SimpleCaptcha new ()
Change// configuration...
//$captcha->wordsFile = null // Disable dictionary words
//$captcha->wordsFile = words/es.txt // Enable Spanish words
//$captcha->session_var = secretword // Change session variable
$captcha->CreateImage ()
To Search:
File list (Check if you may need any files):
cool-php-captcha-0.3
....................\captcha.php
....................\example-form.php
....................\example.jpg
....................\LICENSE.txt
....................\resources
....................\.........\fonts
....................\.........\.....\AntykwaBold.ttf
....................\.........\.....\Candice.ttf
....................\.........\.....\Ding-DongDaddyO.ttf
....................\.........\.....\Duality.ttf
....................\.........\.....\Heineken.ttf
....................\.........\.....\Jura.ttf
....................\.........\.....\StayPuft.ttf
....................\.........\.....\TimesNewRomanBold.ttf
....................\.........\.....\VeraSansBold.ttf
....................\.........\tools
....................\.........\.....\dictionary-import
....................\.........\.....\.................\importwords.php
....................\.........\.....\.................\README.txt
....................\.........\.....\.................\sample-words-en.txt
....................\.........\.....\.................\sample-words-es.txt
....................\.........\words
....................\.........\.....\en.php
....................\.........\.....\es.php
说明.htm