I've been all over the net today looking for a simple, "working", dynamically updating visitors online script, with no success. Does anyone know of one? Thanks.
1. need a php script to write the data collected (sessions, timestamped) into a DB 2. an interface that reads the number (count (*)) from sessions table where last actvity < 5 mins ago (for example) 3. a periodical js check via ajax that fetches the response from the above script... or! 3. a comet / server push js script that gets new data as it comes in