Users online

I’m trying to find a user online script I searched all over google for this type of script Ive seen many sites have it just not for download. I will post a example below

34 Users Online

Once you click on the link it will go to a stats.php page or something and show

34 Users Online

Viewing
20 example.com/index.php
9 example.com/page1.php
5 example.com/page2.php

Trying to find one that uses mysql.

Thanks

Erm, in the database, at the top of each page have it assign the page filename into a field assigned to that person’s name.

So John visits /vomit/index.php at the top of the page you could have it store, his username, the page he is on.
Then when he goes to /vomit/pictures.php have it find his username and update it.

Do get stats just have a function count how many /vomit/pictures.php’s are there, so WHERE url = ‘/vomit/pictures.php’ etc, $number = count($data);

This isnt for a forum or anything It’s just for a site and the numbers to left of the pages are how many total are on that page thanks though :slight_smile:

So you are wanting it to be viewed by everyone?

Yes

Below I posted this on a site awhile back I think this will help explain a little better

I need a scripts very simple many out there just can’t find one like this one. It’s a user online counter script that shows how many people are on a website. I need it to use a mysql database. The script will show example “34 Users Online” and once you click on it, It will go to a page called stats.php and show the amount of people on the website then show what pages are being viewed example below

34 Users Online

Viewing

(20) example.com/index.php
(9) example.com/info.php
(5) example.com/randompage.php

I need it to be quick and once the people leave after the pre set time it will delete there info out of the database also the page count they were viewing. I would like only 2 files example “counter.php” and “stats.php” and the info I need to inject the table into the database.

I’m willing to give credit and or a link back from my site 200.000+ unique hits daily thanks.

Sponsor our Newsletter | Privacy Policy | Terms of Service