Is there such a thing out there anywhere?
I reckon it should be pretty simple to code a php application that *just*
read the httpd-log(s) from Apache, parsed these and presented simple stats
pages.
Believe, I've spent hours searching the net. But all of the systems I've
found seem to use a database (not neccesarily a bad thing, I suppose,
considering the amount of data).
But what's worse, they always do their *own* tracking (by means of inserted
codes or image tags), which means the stats start from scratch the day you
implement it (and you will have two systems logging a lot of the same info
which doesn't seem very useful).
Before I lose my patience and sit down and code the thing myself (yeah,
right!), do anyone here know of an alternative? The stats can be simple as
hell - just counting page hits by day, perhaps week and month, no more.
Thanks in advance,
--
Kim B.
I reckon it should be pretty simple to code a php application that *just*
read the httpd-log(s) from Apache, parsed these and presented simple stats
pages.
Believe, I've spent hours searching the net. But all of the systems I've
found seem to use a database (not neccesarily a bad thing, I suppose,
considering the amount of data).
But what's worse, they always do their *own* tracking (by means of inserted
codes or image tags), which means the stats start from scratch the day you
implement it (and you will have two systems logging a lot of the same info
which doesn't seem very useful).
Before I lose my patience and sit down and code the thing myself (yeah,
right!), do anyone here know of an alternative? The stats can be simple as
hell - just counting page hits by day, perhaps week and month, no more.
Thanks in advance,
--
Kim B.
Comment