Random Image
Displayer
We provide a random image displayer for our
customers to use. This simple script can be added to your site so that a random
image is displayed each time that page is viewed. All random images are pulled
from a single directory (folder) that you specify.
The script to use
should have the form <IMG SRC="/script/random.pl/absolute path from
your main directory to the random images directory">. Just include
that script wherever you want your random images to display in your HTML page.
For example, if you have a directory called "Images" under your root
directory, your script would look like <IMG
SRC="/script/random.pl/help/images/">
which would display:
Please make sure you are spelling your directory right,
with the right cases, as UNIX is case sensitive. Finally, make sure your images
have the extension ".gif" or ".jpg", all in lowercase.
That's it. If you want to test this, press reload on your browser and
you will see a different image.