Click to See Complete Forum and Search --> : PHP Apache Web Log Analyser


Geat
08-20-2004, 09:34 AM
Hi there,

We've got a bunch of sites that are all powered by a central script that is passed a "page_id" so it knows what content to drag out of the database.

The problem with this is that most traffic statistics packages don't bother looking at get variables, and so treat each distinct page as just the one - meaning we have one page with loads of hits with each site!

Does anyone know an easy-to-install, free and preferably open-source stats package that takes this into account?

Yes, I appreciate I could sit down and write one myself with file accesses and lots of regular expressions, but I'd rather not...

Thanks guys!