On Sep 21, 2006, at 7:48 AM, [EMAIL PROTECTED] wrote:

>
> Hello, i looking for some code that would help me to
> 1) display "realtime" stats on my cake website (like number of hits in
> the last xx minutes, of which how many guests and how many registered.
> including the usernames of the registered ones) probably very usefull
> to know that i use othauth for authentication.

$this->log() inside of the AppController's constructor (or in  
beforeFilters) could probably handle most of this.

> 2) calculate reports of the number of visitors, where they come from,
> what their referrer was, etc etc.  There are several 3rd party things
> that can do this (eg google analytics)  but i probably can't use these
> vendor apps for 1).  (eg google updates its stats every 3-6 hours  
> iirc).

There are many apache log statistics programs. I've used AWSTATS  
before, but you could probably google up others.

-- John

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to