phpCounter - Installation
Installation procedure:
[1] Untar the distribution (be sure to untar the subdirectories)
tar -xzvf phpCounter_x.x.x.tar.gz
[2] Create the required tables within your web-site database
as provided in phpCounter.sql. You can use the mysql-client
for this: mysql < phpCounter.sql
[3] Open the file config.php3 in your favourite editor and change
the values for path, host, user and password to fit your environment.
[4] It is recommended that you protect the directory in which
you installed phpCounter, for example with HTTP-AUTH
(in a .htaccess-file).
[5] Open the file//index.php3
in your browser. phpCounter should now display a welcome screen.
[6] If desired, move the directories require and include out of the web
server root. This will prevent someone from gaining direct access
to them via the web server and gives somewhat greater security.
Installation procedure:
[1] Untar the distribution (be sure to untar the subdirectories)
tar -xzvf phpCounter_x.x.x.tar.gz
[2] Create the required tables within your web-site database
as provided in phpCounter.sql. You can use the mysql-client
for this: mysql
[3] Open the file config.php3 in your favourite editor and change
the values for path, host, user and password to fit your environment.
[4] It is recommended that you protect the directory in which
you installed phpCounter, for example with HTTP-AUTH
(in a .htaccess-file).
[5] Open the file
in your browser. phpCounter should now display a welcome screen.
[6] If desired, move the directories require and include out of the web
server root. This will prevent someone from gaining direct access
to them via the web server and gives somewhat greater security.
Login Form