Télécharger la liste

Description du projet

WWWTrack is a script that tracks statistics about
site visitors. It can track what pages your
visitors visit more often, where they were were
referred (linked) from, their UserAgent strings,
their OS and Browser, and what hour of the day
your pages are most active. It also shows the last
10 visitors to your site, their IPs/hostnames and
when they last viewed your pages. All this is
accomplished by adding a small PHP include()
statement in any page that you want to track, with
all data from the tracker stored in a MySQL
database. It does not interfere with the layout or
look of any page that you track with it.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-01-16 05:42
1.2

Le script a été fixée au travail lorsque register_globals est désactivé en PHP.
Tags: Minor bugfixes
The script was fixed to work when register_globals
is off in PHP.

2002-10-13 00:51
1.1

Un peu de strip_tags () ont été ajoutés pour empêcher l'insertion éventuelle de code HTML dans quelques endroits. L'affichage des chaînes UserAgent dans stats.php a été limitée au top 25. Un bug avec le tableau Derniers visiteurs ne sont pas taillés à 10 a été fixée.
Tags: Minor bugfixes
A few strip_tags() were added to prevent possible
insertion of HTML code in a few places. The
display of UserAgent strings in stats.php was
limited to the top 25. A bug with the Last
Visitors table not being trimmed to 10 was fixed.

2002-10-11 21:19
1.0

Tags: Initial freshmeat announcement

Project Resources