“tRaFFiToR” Web site traffic analyzer by Rusin Tsonev – tSoNeV.com.
Online traffic analyzer for small and medium web-sites. This is a program that I have been developing in my free time, and it’s purpose is to give a web-site administrator comprehensive data report sorted by
- yearly,
- monthly,
- daily,
- hourly visits.
It logs the following:
- referral sites,
- pages visited,
- visitors’ screen resolution,
- color-depth,
- CPU,
- OS,
- Browser-client and some other information.
Demo at: http://www.tsonev.com/main/stats/



Thanks for your script, i dont need to waste any more time to write a simple tracker for my simple script
So how the hell do I make this work, do I need to add a special piece of javascript to my pages?
Damn forgot to pack those release notes again in the zip! Sorry about that!
All you have to do is put in the page you want to be included in the statistics:
< ?php
require("stats/required.php");
?>
where “stats” should be the directory where traffitor is installed!
then give write permissions to log.php and index.php and this should do it!
Pls let me know if you have any other questions.
Thanks for the info. I’ll give it a go. Oh, also, I forgot to say say, when I tried it out before, I was getting all these php errors, something about not being able to divide by zero. I suspect this was happening because I hadn’t had any visitors yet (since I didn’t know what code to put in my page). You might want to fix that. Nice work though, this is a super great script.
I put this on the index page at the bottom and I get an Error?
The error says Could Not Load
not found
where “stats” should be the directory where traffitor is installed!
then give write permissions to log.php and index.php and this should do it!
Thank You
Hi William,
in required.php on line 107 where it says:
/main/stats/log.php
delete the /main bit so that it looks like that:
/stats/log.php
and try again!
After Making the changes, It works great !!
Thank You
Thank You
Now to find a live help chat, That uses a flat database also to see the information about the client computer and able to get control of the clients computer??
Hi i keep getting this error in a pop up box:
Could not load data:
Not Found
i have checked and the /main/ does not exist in the required.php file…
any ideas?
Hi Chris,
Yes I removed the fault from the previous package and repacked it without the /main/ bit!
can you share with me the site where you have the package installed and I will check it out myself!
cheers
I tried it but it shows php source code begining with:
08 and $month 07 and $month <10)
etc…
what's wrong with my config?