Welcome to TalkGraphics.com
Results 1 to 4 of 4
  1. #1

    xdp6 Live Online counter javascript Realtime

    Anyone know of a javascript online counter that works in real time so that the online users gets updated all the time.. Searched google but found nearly all don't update in real time. Thanks

  2. #2
    Join Date
    Jun 2003
    Location
    Cyprus
    Posts
    416

    Default Re: Live Online counter javascript Realtime

    Try http://free.timeanddate.com/ they have a number of different types.

    You can see a basic clock running using their service here: http://www.elitecyprusvillas.com/cyprus.htm

    Code example:
    <span><strong>Local Time:</strong></span>
    <iframe src="http://free.timeanddate.com/clock/i1eimnqp/n680/tluk/fs11/tt0/tm3" rel="nofollow" frameborder="0" width="168" height="16"></iframe>

    EDIT: OK, ignore this, I misread your post. It's a counter you're after not a clock.. duh! But, I did find this http://www.widgetbox.com/widget/hit-counter-pro
    Last edited by stratocast; 30 April 2011 at 07:33 AM.
    -- Bob

  3. #3

    xdp6 Re: Live Online counter javascript Realtime

    Don't need time & date I need number of users online in real time.

  4. #4
    Join Date
    Sep 2000
    Location
    Bracknell, UK
    Posts
    8,659

    Default Re: Live Online counter javascript Realtime

    Quote Originally Posted by Jason View Post
    Don't need time & date I need number of users online in real time.
    You need server-side support for that as well as some javascript on the page. It's more than just sticking something on a web page.

    http://lmgtfy.com/?q=php+user+counter

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •