AJAX or similar dynamic visitors online script?

Discussion in 'JavaScript' started by proprod, Mar 31, 2009.

  1. #1
    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.
     
    proprod, Mar 31, 2009 IP
  2. dimitar christoff

    dimitar christoff Active Member

    Messages:
    882
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    90
    #2
    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
     
    dimitar christoff, Apr 1, 2009 IP