WebStat 0.5 : php-pages for viewing (S)HXD sql logging.

requires:
- php
- mysql
- shxd with mysql logging enabled (--enable-sql //os x users need to --enable-compress also //)

instructions:

- first set up mysql
- add a DB ("hxd")
- add user "hxd", pass: "myhxd" (in case you are not behind a firewall choose a safer pass!)
- fill DB "hxd" with hxd.sql (located ./shxd/run/etc/hxd.sql) read the shxd mysql doc for that!
- customize settings (accessdata.php)
- customize the pages if you like :=)

its tested on mac os x (server) 10.1.3 only for now. 
most likely the netstat (connect_new.php,index.php) and diskspace (index.php) scripts need to be 
edited to run on your os (maybe even on your mac!)
make your settings in accessdata.php for now and try a first run.

take this pages as they are. feel free to customize them for your needs.

thanks to :

- devin for writting shxd.
- mutle for the raw php pages.
- TEKno / Macjack for the netstat input.
- fischer for input in global vars.
- and of course all the rest of the HL crowd :=)


03/10/02
silver:box(@mac.com)

-0.59 changes: added import_request_variables("p"); for server running php >4.1.x.
-0.58 changes: DL/UL-pages: search now for Login rather than nickname. menubar is now in menu.php (customize if you like).
               added refresh variable for connect.php, default 20sec.
-0.57 changes: fixed encodings. most chars should now be displayed properly. added detection of OS(thanks to fischer)
-0.56 changes: a few more variables. should be fully to setup via accessdata.php
-0.55 changes:	- added more variables to accesssdata.php. 
		- cleaned variables names.
		- made them available to all pages.
		- you should be able to do your settings in accessdata.php now.
		- other plattforms still to test.
-0.51 changes: fischer added global variables.
