Results 1 to 5 of 5

Thread: "viewers online"

  1. #1
    Join Date
    Jul 2006
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default "viewers online"

    ive seen sites that shows how many viewers are viewing the site. i want to have it on my site too. ive seen some for free with link to their site but i want it on my own. i also seen one but it requires a mysql database. is there a code for that dont need to use database just pure php? thanks.

  2. #2
    Join Date
    Mar 2006
    Location
    Cleveland, Ohio
    Posts
    574
    Thanks
    6
    Thanked 5 Times in 5 Posts

    Default

    that depends on how you're tracking your users in the first place?

  3. #3
    Join Date
    Mar 2006
    Posts
    17
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    actualy have can u track users without connecting to database?If they are registered some where its must be stored right ???
    you just need script which will read from database how many users u have and display them.

  4. #4
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    You don't necessarily need your site to be dynamic/mysql based in order to display how many users are online, though having access to mysql in general does make the whole process a lot easier. With that said, here are a few generic who's online PHP scripts:

    http://codewalkers.com/tutorials/14/1.html

    http://codewalkers.com/seecode/612.html

    http://codewalkers.com/seecode/75.html

    I also wrote a PHP who's online script a while ago. If you're having trouble with the ones found online, I can try and dig it up. It's somewhere on my hd.

  5. #5
    Join Date
    Aug 2006
    Posts
    42
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Depends, Give more information to what they will be viewing.

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
  •