|
Step
0
|
|
Download ezBOO WebStats version 3.02 and Unzip ezWebStats302.zip
file (be sure that you kept image folder)

|
|
Step
1
|
Modify config_sql.php with your login, password
and base name for mySQL server connection.
This file is the same since version 2.0
|
|
Step
2
|
Modify config.inc.php to set name of the config table
and set your web site URL with assoiciated SQL table.
Default name for config table is ez_webstats_conf.
This file has been modified since version 2.31
|
|
Step
3
|
Transfert all these files on your web site (using FTP for
exemple).
Be sure to keep image folder.
|
|
Step
4
|
Using browser, open install.php and follow instructions
|
|
Step
5
|
|
You should now add a tag in all pages you want to
monitor:
<? $table=
"ez_logezboo"; include ("write_logs.php");
?>
It is recommended to add this tag at the end
of the page, so it wont look to bad if your sql server fail.
Warning: This page should be executed as a php script
by server.
Now your system is ready to record logs
!
|
|
Step
6 - Optional
|
As an administrator you can disable recording of
your visit in logs.
If you want so, load cook.php on your browser.
A cooky will be saved on your computer and for your next visit
you will be recognized as administrator, so logs will not
be updated.
A label Admin will be written where you put the TAG
so that you know that your visit will not be recorded.
|