longitu Posted May 7, 2003 Posted May 7, 2003 Hi, I'm looking for a robust, lightweight script to see how many users are online to a site. In an ideal world, these would be the features I'd be looking for, in decreasing order of priority: - users online now - maximum number of users online at the same time - date-time of the high-water mark - what page(s) are the users online now looking at 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. Any suggestions? Thanks Flavio Quote
TCH-JimE Posted May 7, 2003 Posted May 7, 2003 Hi, You would need a database to record such information, and for them to log into it. Jim Quote
longitu Posted May 7, 2003 Author Posted May 7, 2003 Jim, 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. Thanks Flavio Quote
Lianna Posted May 7, 2003 Posted May 7, 2003 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: http://kwsupport.com/csb Quote
KevinW Posted May 8, 2003 Posted May 8, 2003 Yes, Lianna, is correct - I am using a CGI script I found called GTCounter 1.1 1.1 by Wladimir Palant Hope this helps! -kw Quote
longitu Posted May 8, 2003 Author Posted May 8, 2003 I'll give it a try. Thanks a million. Flavio Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.