cool gadgets,images,videos,posts,reviews we found on the net…

download tRaFFiToR

traffitor by rusin tsonev tsonev.com

“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/

Traffitor

Download traffitor website traffic analyser by tSoNeV.com

Comments on: "download tRaFFiToR" (18)

  1. Thanks for your script, i dont need to waste any more time to write a simple tracker for my simple script

  2. jakje said:

    So how the hell do I make this work, do I need to add a special piece of javascript to my pages?

  3. 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.

  4. jakje said:

    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.

  5. 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

  6. 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!

  7. 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??

  8. Chris said:

    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?

  9. 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

  10. Mikl said:

    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?

  11. A.J. said:

    Hi Rusin
    Can you tell me if Traffitor tracks robots as well as humans? If not, will you be implementing this function any time soon?
    Thanks.

  12. Hi A.J.
    basically it tracks anything that has javascript enabled! Ive seen Google bot a lot of times being logged, but I know that there are different versions of google bot with and without enabled javascript(this is putting it quite lame but the end result appears so).
    Its possible to enable traffitor to track robots aswel, but as the traffic on a website from the robots can be quite significant and traffitor uses flat files to log the visits, it is not recommended to use it for robot tracking.
    To track such traffic I recommend using something more sophisticated that stores the logs in DB.
    Cheers

  13. A.J. said:

    Also wanted to mention that my own hits are from the U.S.A yet Traffitor is marking them from U.K. I know my IP provider is in the United States.

  14. :) sorry about that!

  15. A.J. said:

    Hi again, thanks for the fast response, I thought about the flat file. Any chance of Traffitor using MySql db in near future? If not, maybe a way to time limit output of the bots? I’m no server side scripting expert but I know that bots like Google and Cuil can sit on a site for hours at a time.

  16. Hi,
    about MySQL I dont plan on changing it in the future as there are hundreds of apps available that do a far better job in my oppinion.
    I developped traffitor in 2003 when access to DB enabled hosting was at least in my country too expensive (at least for a student with no income :) ), so that’s why I opted for a flat file.
    When I developped it, I had no intention to publish it for free download, hence the jibbery code and virtually no documentation(for which I appologize once again).
    If it is useful to anyone or even better if someone can untangle the spaghetti in the source and improve it, that will make me very happy!
    cheers

  17. thanks rusin for your shared..
    how can i fix several php warning ‘division by zero’ ??
    sorry, i am beginner :-)
    thanks a lot

  18. hallo he he….
    the problem was solved. thanks.
    i change ‘/stats/log.php’ to ‘stats/log.php’
    godbless U bro….

Leave a comment for: "download tRaFFiToR"