Forum Moderators: DixonJones

Message Too Old, No Replies

currently browsing the site

         

jackdack

2:49 am on May 23, 2006 (gmt 0)

10+ Year Member



is there a tool which i can use to show how many people are currently browsing the site? I want a publiclly visible counter to show how many current visitors are present (over last 5 mins or whatever),thanks

oxbaker

4:10 pm on May 23, 2006 (gmt 0)

10+ Year Member



most ISP's and hosting companies have free utilities to track performance, WebTrends Log analyzer is one example of this.

jackdack

9:10 pm on May 23, 2006 (gmt 0)

10+ Year Member



thanks, i've got stats, need current real time display of # people on site

mattglet

10:53 pm on May 23, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



That's actually more suited to your programming language (ASP, PHP, etc.)

Because ASP is my forte, I will use that as an example but I'm sure PHP has something similar.

In ASP, you store increment a value in your Application object every time a user invokes a new Session object. In the Session_OnEnd, you decrement the Application object value you have set up. This will keep your stats as good as you need them.

jackdack

9:00 am on Jun 7, 2006 (gmt 0)

10+ Year Member



thanks, appreciate response, i'll ask the php crowd