Daboo Banner Ad
|
Version 0.01
Copyright 1997-2003 David Dienhart All Rights Reserved.
Release Date: 05-06-2003
http://www.dienhart.com |
| |
License Agreement 0.03 |
This program and source code may be used and modified free of charge by
anyone as long as all copyright notices and the comments remain intact.
By using this program you agree that it is provided as is, without warranty,
and that the developer will not be held accountable for its use or misuse.
The program and source code may not be sold without prior written consent.
This software is free for commercial and noncommercial use. |
|
| |
Files
|
- DBannerAd.pl (Main Script)
- DBannerAd.txt (Banner ASCII Table)
- DBannerAd.html (Documentation)
|
| |
Requirements
|
- Linux, UNIX, or Windows
- PERL 5.003_07
|
| |
Description
|
- Great Easy to use Banner Ad program. Does not require SSI, as JavaScript
is used for the front end.
|
| |
Setup
|
- Copy all of the files to /cgi-bin/daboo/DBannerAd/ directory.
- CHMOD everything to 755
- create the following directory:
- /DBannerAd/ (This is the directory your banner graphics will be stored
in.)
- Add The Following to your HTML document in the position you would
like the banner to be displayed:
|
| |
Usage
|
- Edit DBannerAd.txt locally as follows:
Graphic Link Title ALT
(DBannerAd.txt is an ASCII tab delimited table, use my file as an example)
- Upload DBannerAd.txt to the: /cgi-bin/daboo/DBannerAd/ directory.
- Upload your graphics to the: /DBannerAd directory.
|
| |
Notes
|
- DBannerAd.pl is executed from the web page. DBannerAd.pl accesses
DBannerAd.txt and counts the total number of entries, it then randomly
generates a number between 1 and the total number of entries, and grabs
that entry number for display.
|
| |
History
|
| 0.01 (05-06-2003) |
|
|