I need a script which will monitor all page I want it to the display how many users are online now in all the folders / pages etc.
Here's a script I found but I cant get it to work http://www.phpwelt.de/scripts/uo_en.php3
The only thing I dont like is it displays all
the folder where all teh users are I just want to to display the total amount on all pages. As if it display all the folders It would take alot of space! Thanks for the help!
Is is that you can't modify the script to skip the folder display, sounds like you have an overpowerful script for your needs. I have heard that just using sessions and setting up a db table will allow you to track who is online, once a session is opened you insert an entry into the table and then when the session closes you delete it. Never tried it though then you could just query that table for number of users online.
Bookmarks