################################################################################
# Silentum Counter v1.5.0 Readme File                                          #
################################################################################
March 26, 2007

1. Installation
2. Contact Information
3. Copyright Information

################################################################################
# 1. Installation                                                              #
################################################################################
Note: "silentum_counter.php" includes the full code to display the counter.

a. Unzip the files to a location you desire.
b. Add the following line of code to the very top of every page you want the
   counter on:
	<? include("counter.php"); ?>
   You may need to change the path of the file depending on where you unzipped
   the files to.
c. Now where you want the total VISITS to appear on the page, add the following
   line of code:
	<?=$total?>
d. Where you want the total UNIQUE hits to appear on the page, add the following
   line of code:
	<?=$total_uniques?>

You may need to CHMOD the two .txt files to 777 so that the files can be amended
and viewed properly. Most FTP programs have the option to change the attributes
when you right click the files.

777 = readable, writable, and executable by owner, group, and public.

You can style the counter however you like using either CSS or (X)HTML.

################################################################################
# 2. Contact Information                                                       #
################################################################################
Email: hypersilence@hypersilence.net
Support Boards: http://hypersilence.net/boards
Web Site: http://hypersilence.net

Also, if you want to, please rate Silentum Counter at
http://hotscripts.com/rate/49674.html?RID=N370045
Feedback is always welcome.

################################################################################
# 3. Copyright Information                                                     #
################################################################################
Silentum Counter is open source, meaning you may edit it as you wish.

Thanks for downloading and enjoy!

 2005-2007 "HyperSilence"