INSTALL GUIDE
-----------------------------------------------------------
extract stats.zip in root dir of your web site:
Example:
-------------
index.php
something.php
stats/
-------------
if you have the right to do this:

chown -cR apache stats/log/*.*
chown -c apache stats/online.txt

,do it :)
If not
all files and dirs in stats/log/(log dir included) + stats/online.txt must have CHMOD 777
-------------
Include following code(prefferable in beginning of page somewhere),
in index.php or something.php
----------------------
<? require("stats/required.php"); ?>

or

<? require("../stats/required.php"); ?>
----------------------

Required Effect:
in top left corner of screen image size: 1px x 1px

The program is still in it's early BETA days so pls be kind to my mom :) I know it's full with bugs
and the index.php file could use some cleaning, if you have something to say it here:

http://www.tsonev.com/main/modules.php?name=Forums&file=viewforum&f=2

If something isn't working right 4 U write to me I'll try to help:

http://www.tsonev.com/main/modules.php?name=Feedback
or
admin@tsonev.com

PEACE!!!
