Download List

Projeto Descrição

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.

System Requirements

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

O roteiro foi fixado para o trabalho quando register_globals está off no PHP.
Tags: Minor bugfixes
The script was fixed to work when register_globals
is off in PHP.

2002-10-13 00:51
1.1

A poucos strip_tags () foram adicionados para evitar possível inserção de código HTML em alguns lugares. A exibição de seqüências de UserAgent no stats.php foi limitada ao top 25. Um bug com o quadro Últimos visitantes não ser cortado para 10 foi corrigido.
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