##-----------------------------------------------------------------##
##                                                                 ##
##                                                                 ##
##  Copyright Mr Lyle R Hopkins 1999. All rights reserved. No part##
## of this or any of the attached documents shall be               ##
## reproduced/stored in any way whatsoever without written         ##
## permission from the Copyright holder.                           ##
##   The Copyright holder holds no responsibility for errors or    ##
## omissions. No liability is assumed in any way for damages       ##
## resulting from the use of this document/program.                ##
##                                                                 ##
## Have a nice day.                                                ##
##                                                                 ##
##                                                                 ##
##-----------------------------------------------------------------##


------------------------------
### Sections in this files ###
------------------------------

1. Installation instructions
2. Trouble shooting
3. BUG report
4. Getting rid of that annoying Lyles Script Archive link
5. Using the script


Installation Instructions
-------------------------

All files from the zip file should be uploaded into your cgi-bin, or any
folder which has been chmod 755.
  ALL FILES, BAR ANY PICTURE FILES, SHOULD BE UPLOADED IN ASCII.

The table below shows what chmod each file should be given
	File	     	  Chmod
 clockhit.cgi 	   755     
 hitcount.txt 	   777     
 sneeky.txt   	   777     



The following files should be opened and modified.
  To start with, make sure the first line of the file (if it's a script)
points to the location of perl on your server. This is usually
#!usr/bin/perl or #!usr/local/bin/perl. (Make sure you point to perl ver5+)

	Filename		Adjust
	clockhit.cgi		Adjust user defined variables at top of file


Trouble shooting
----------------

If you have any problems running this script then please check that you
have followed the installation to the word. If problems persist then check
the FAQ at http://ukzone.hypermart.net/scripts. If that's no help then post
a message on the help board at the same address and I will reply as soon
as I read it.


BUG report
----------

If you find any bugs, glitches or problems then please contact me at
uk.zone@lineone.net with the subject "BUG" (all in caps).


Getting rid of that annoying Lyles Script Archive link
------------------------------------------------------

On some of my Scripts you may find a small link back to me generated at the
bottom of the page. Removing this will infringe my copyright and cause me
to sue you. So don't try it! If you do want to loose the link then it costs
$5 per script. You will then receive an amended script without the link
back. Goto http://ukzone.hypermart.net/scripts/ammended


Using this script
-----------------

This script uses ssi (server side includes) to embed the clock, date, etc
into your webpage. If your server doesn't support ssi then there are several
scripts which emulate ssi.
The code to put the banner on your page will look something like this:-
<!--#include virtual="/cgi-bin/clockhit.cgi" -->
Replace the cgi-bin with the full path to banner.cgi on your server.
Put this code where ever you want the clock, hit, etc to appear.



I hope you enjoy this script!