Showing Online Users

liunx

Guest
Hi,<br /><br />I'm looking for a robust, lightweight script to see how many users are online to a site.<br /><br />In an ideal world, these would be the features I'd be looking for, in decreasing order of priority:<br />- users online now<br />- maximum number of users online at the same time<br />- date-time of the high-water mark<br />- what page(s) are the users online now looking at<br /><br />This could be a standalone script that produces its own output page, some kind of php snippet to include in a page, or anything else that delivers the data.<br /><br />Any suggestions?<br /><br />Thanks<br /><br />Flavio<!--content-->
Hi,<br /><br />You would need a database to record such information, and for them to log into it.<br /><br />Jim<!--content-->
Jim,<br /><br />Yes, I thought a database might be needed, what I'm looking for is a script that logs the information in the database and then delivers it.<br /><br />Thanks<br /><br />Flavio<!--content-->
KW has a barebones of that on his site showing only how many users are currently online. I don't know what it's made of or anything, but you can see it here:<br /><br /><a href="http://kwsupport.com/csb" target="_blank">http://kwsupport.com/csb</a><!--content-->
Yes, Lianna, is correct - I am using a CGI script I found called <a href="http://www.gtchat.de/main_en.html" target="_blank">GTCounter 1.1</a> 1.1 by Wladimir Palant<br /><br />Hope this helps!<br /><br />-kw<!--content-->
I'll give it a try.<br /><br />Thanks a million.<br /><br />Flavio<!--content-->
 
Top