REQUIREMENTS:

- awstats and generated datafiles from awstats.
- PHP 4.2 or above
- a Webserver that can process PHP files (Apache, IIS etc)

INSTALL PROCEDURE BETTERAWSTATS

1. Extract the files into any web-accessible directory, preserving the directory structure.
2. Edit the file config.php. Specially the paths to the awstats files have to be correct
3. Open index.php in your browser and you should see the results.

HOW TO ADD ADITIONAL EXTRA SECTIONS

Awstats allows to add aditional extra sections with custom stats. In order to create those,
1. Please edit the file /core/extras.inc.php. Copy the function there and change the text according
to the comments in the file.
2. Please edit the file config.php. Go to the bottom of the file and copy the section

$BAW_CONF_DIS['extra_1'] = array(
 [...]
);

into it. Change the extra_1 to extra_2 and adjust the config settings as needed.
3. Please edit the file /core/config_default.inc.php. Go to the bottom of the file and
edit the contents as noted in the comments of the file

DAILY USE

- update your statistics as usual with awstats
- Open BetterAwstats to see the statistics