My vein attempts to patch together a successful stats tracker has failed

is there a good PHP script anyone can offer that tracks:

-IP
-Language
-Browser & Version
-Detect if its a spider
-Operating System and Version

I'm NOT looking to outsource this to another WWW service since I'd like to be able to house and manipulate the data as i see fit for reporting

    Have you looked at AwStats? I don't know of any PHP stat scripts, but those that are cgi based are pretty good.

      i changed the array handling in my current script... hopefully this will fix my problems... ill post the link in the lounge

        I recommend awstats for log analysis, but not using CGI. By doing log analysis there is zero impact to the site (performance, security, development time, etc.). And by having the log analysis run as a cron instead of CGI you avoid more security issues.

          Write a Reply...