
License Agreement
tppAsciiArtFont is an ASCII Art Font PHP script that is extremely easy to integrate with your site.
Use it to stop email address harvesters from scanning your site for addresses!

License Agreement
tppAsciiArtFont v1.0 - 10/29/2006
Installation
To install tppAsciiArtFont, copy the files in the zip file you will receive to a folder, then ftp them into the folder on your web site that contains the form you want to protect.
At the top of the file that outputs the ASCII CAPTCHA, before any other codes including html, place the following code block
<?PHP
require_once( 'tppAsciiArtFont.php' );
?>
It is absolutely critical that there are no spaces or lines before the <?PHP.
Now, somewhere in the HTML of your page, at an appropriate place, place this code to output the ASCII Art Font.
<pre style="font-size: .4em; font-weight: bold;"><?PHP
echo tppAsciiArtFontOutput( 'some text' ); ?></pre>
?>
That's all there is to displaying the ASCII Art Font! If you need assistance installing this, we provide full-service installation.
For web site hosting I recommend - www.bluehost.com

Tim is... a coder to keep in your Rolodex.