Stats Script

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Stats Script

Post by Benjamin »

Anyone know of a decent open source php script that I can use to track traffic?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

AWStats? It's pretty popular.
User avatar
Oren
DevNet Resident
Posts: 1640
Joined: Fri Apr 07, 2006 5:13 am
Location: Israel

Post by Oren »

You might want to check out http://bbclone.de although I haven't tried it myself.
If you give it a chance and try it, I would be more than happy to hear your opinion about it.
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Post by Benjamin »

I installed awstats and I think that will do the trick. I did look at the other script and I don't feel like it can give my customers an accurate representation of the traffic they are recieving.
Roja
Tutorials Group
Posts: 2692
Joined: Sun Jan 04, 2004 10:30 pm

Post by Roja »

Oren wrote:You might want to check out http://bbclone.de although I haven't tried it myself.
If you give it a chance and try it, I would be more than happy to hear your opinion about it.
I've used bbclone for quite some time. It gets some things very right, and some things very wrong. For example, its bot detection is honestly some of the best in the world. However, after it has been running for a while, the flat-file storage it uses gets very slow.

I began an adodb-driven version of it once, but gave up as I didn't want to maintain "yet another" project. Mixed bag to be sure.
alvinphp
Forum Contributor
Posts: 380
Joined: Wed Sep 21, 2005 11:47 am

Post by alvinphp »

another popular one is webalizer.
Post Reply