Re: [gentoo-user] [OT] recomendations for web stats in php

2005-08-08 Thread A. Khattri
On Sun, 7 Aug 2005, glumtail wrote: Why not write a GLOBAL script for collecting some usefull information? And then just be included in every pages, store records in a particular file. This is a horrible way to do it. A lot of free stats services do something similar with a block of

Re: [gentoo-user] [OT] recomendations for web stats in php

2005-08-08 Thread kashani
glumtail wrote: Hi: Why not write a GLOBAL script for collecting some usefull information? And then just be included in every pages, store records in a particular file. Because the first time you get any spike in traffic your performance goes to hell especially if done through a db with a

Re: [gentoo-user] [OT] recomendations for web stats in php

2005-08-08 Thread daniel
you might want to check out awstats (emerge awstats) it's a very in-depth apache log analyser that'll parse combined-formated log files to capture all sorts of handy information and graph it to be pretty too ;-) barring that, you could write your own php (or whatever language you like) -based

Re: [gentoo-user] [OT] recomendations for web stats in php

2005-08-07 Thread Oscar Carlsson
Webalizer, awstats and analog (http://www.analog.cx/) are pretty nice :) Saturday 06 August 2005 17.34 skrev Mauro Faccenda: Hi all, I have an customer that has a website hosted in a chrooted environment and want a stats page (hits, origin, etc...) I have access to the apache logs but I

Re: [gentoo-user] [OT] recomendations for web stats in php

2005-08-07 Thread Hans-Werner Hilse
Hi, On Sat, 06 Aug 2005 12:34:58 -0300 Mauro Faccenda [EMAIL PROTECTED] wrote: I have an customer that has a website hosted in a chrooted environment and want a stats page (hits, origin, etc...) I have access to the apache logs but I don't have a shell access, so I was thinking if there is

Re: [gentoo-user] [OT] recomendations for web stats in php

2005-08-07 Thread glumtail
Hi: Why not write a GLOBAL script for collecting some usefull information? And then just be included in every pages, store records in a particular file. 2005/8/7, Hans-Werner Hilse [EMAIL PROTECTED]: Hi, On Sat, 06 Aug 2005 12:34:58 -0300 Mauro Faccenda [EMAIL PROTECTED] wrote: I have

[gentoo-user] [OT] recomendations for web stats in php

2005-08-06 Thread Mauro Faccenda
Hi all, I have an customer that has a website hosted in a chrooted environment and want a stats page (hits, origin, etc...) I have access to the apache logs but I don't have a shell access, so I was thinking if there is any php script that reads the log file and plots a nice web page with those