![]() |
|
#1
|
||||
|
||||
Count Visitorshi
i have been looking everywhere, trying ot find a script that would let me count (in real time) how many people are currently browsing a specific page. for example. on index.php - i want to say "xx people are currently viewing otherpage.php" is it possible? has anyone ran across it? help please THanks! __________________
Xrum! |
||||
|
#2
|
||||
|
||||
Re: Count VisitorsYou need to store the URL fetched, timestamp and IP Address of the user, for every pageview.
If you use a DB table then it would be as simple as COUNT() the rows for URL:otherpage.php where timestamp > timestamp_15_minutes_ago... or something like that! Maybe this page: http://www.desilva.biz/arrays/filter.html will offer some more insight. |
|
#4
|
|||
|
|||
Re: Count VisitorsYou can try www.phpmyvisites.net
It is free and open source. Quote:
|
Recent GIDBlog
Problems with the Navy (Officers) by crystalattice
| Thread Tools | Search this Thread |
| Rate This Thread | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Airport Log program using 3D linked List : problem reading from file | batrsau | C Programming Language | 11 | 29-Feb-2008 07:44 |
| HELP!! New to C! | diveboy866 | C Programming Language | 4 | 23-Mar-2006 08:41 |
| linked list error message | Krandygrl00 | C++ Forum | 4 | 22-Jun-2005 14:13 |
| Need help reading data from files | blitzy | C Programming Language | 5 | 15-Mar-2005 19:07 |
Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The