PHP Classes

File: image.veriword.php

Recommend this page to a friend!
  Classes of Huda M Elmatsani   VeriWord   image.veriword.php   Download  
File: image.veriword.php
Role: Application script
Content type: text/plain
Description: image output
Class: VeriWord
A PHP CAPTCHA System
Author: By
Last change: rename file and role
Date: 19 years ago
Size: 703 bytes
 

Contents

Class file image Download
<?
######
## 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.filefinder.php
## class.configreader.php
## veriword.ini
##
#######
require_once("class.veriword.php");

$vword = new VeriWord;
$vword->setConfiguration();
$vword->setCaptcha();
$vword->outputImage();
?>