|
SHMCounter is a user online
Users Online is a PHP class
UserOnline is a script, which
"20 users online"
counter using SHM
that displays the number of
shows you how many users are
style user tracking is a
(Shared-Memory) segments. It
users that are currently on
active within a number of
favourite of ASP websites.
doesn't need a database and
your site.
minutes (you can change this
This class allows you to do
runs fully in memory, which
number). UserOnline doesn't
the same thing easily with
makes it really fast. Please
require a mySQL database.
PHP. The OnlineUsers class
test it out and give back
uses a leightweight MySQL
all optimisations or
table to track the users,
bugfixes. Requires PHP4.x
logging them to a table.
with compiled in
Details of who is online and
sysvshm-functions. v0.2
how many users is then
contains examples for the
easily retrieved.
needed shm-size.
Date: Feb, 13 2002 Date: Nov, 16 2001 Date: Nov, 05 2001 Date: Oct, 16 2001 |
|
user-online is a php- script
which allows webmasters to
include the "xx
user-online" features
to their websites. It counts
the users who are online
since a defined time and
shows the count of users in
a small table, which can be
placed everywhere the
website. the content of the
table is sorted by the count
of users in particular
directory.
Date: Jul, 17 2000 |