###### ## VeriWord ## A PHP CAPTCHA System ## Version 2 ####### ## Author: Huda M Elmatsani ## Email: justhuda ## netscape ## net ## ## 25/07/2004 ####### ## Copyright (c) 2004 Huda M Elmatsani All rights reserved. ## This program is free for any purpose use. ######## ## ## PACKAGE OF VERIWORD V2 ## sample.php ## image.veriword.php ## class.veriword.php ## class.captcha.php ## class.noisegenerator.php ## class.wordgenerator.php ## class.wordart.php ## class.filter.php ## class.filefinder.php ## class.configreader.php ## class.flashcaptcha.php ## flash.veriword.php ## veriword.ini ## ## USAGE ## create some SWF animation, put in movies directory, ## put some FDB font into font directory, ## put a dictionary file into dict directory ## ## ####### require_once("class.verificator.php"); $veri = new VeriFicator($_POST['veriword']); $verified = $veri->verified(); if($verified){ echo "You typed the right word"; } else { ?>
} ?>