Statomatic v3.1 (IMG) - Fast and comprehensive analysis of your web site traffic.

 E-Mail:  webmaster@statomatic.com
Website: http://www.statomatic.com
  FAQ's: http://www.statomatic.com/v30/faq.htm

CAREFULLY READ THE LICENSE AGREEMENT. BY INSTALLING OR USING THE PROGRAM, YOU
ARE CONSENTING TO BE BOUND BY AND ARE BECOMING A PARTY TO THE AGREEMENT. IF
YOU DO NOT AGREE TO ALL OF THE TERMS OF THE AGREEMENT, DESTROY ALL THE COPIES
OF THE SOFTWARE AND DOCUMENTATION IN YOUR POSSESSION AND CONTACT THE PLACE OF
PURCHASE FOR A FULL REFUND.

Installation Instructions
------------------------------------------------------------------------------
1. Place the contents of the archive file into any directory of your web site,
   for example /stats/.
2. Set the file permissions through FTP or telnet console;
   777 for directory /data/, file status.html, and files with .cfg extension,
   755 for files with .cgi extension.
3. Insert the following code into HTML files you want to be tracked:

<script language=JavaScript>
<!--
document.write('<img width=1 height=1 src=/stats/stats.cgi?dir=/stats&ref='+escape(document.referrer)+'>');
//--> 
</script>
<noscript><img width=1 height=1 src=/stats/stats.cgi?dir=/stats&ref=></noscript>

This code will call Statomatic through an image tag and display a 1x1 pixel
tranparent GIF image. stats is the directory where you installed Statomatic.

Note: Since most browsers load images from top to bottom, it is recommended
that you place the code on top of the page. This will ensure that all visitors
are counted, even those that did not wait for the whole page to load and left. 

To check stats point your browser to www.yourdomain.com/stats/ 
To change configuration point your browser to www.yourdomain.com/stats/config.cgi
------------------------------------------------------------------------------

Copyright  1998-2002 Alex Ivanov. All Rights Reserved.
