WebStat 0.6.1 : php-pages for viewing (M/K/S)HXD sql logs.

requires:
- php
- mysql
- hxd with mysql logging enabled (best use an exec loggin enabled hxd e.g. (m)hxd 040)
- for os x an installed gnu-df would be nice.

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 hxd mysql doc for that!
- customize settings (accessdata.php / menu.php), be aware that exec logging pages are on by default. 
  if your server doesnt support exec-logging then comment out the parts.
- customize the pages if you like :=)

most likely the netstat (connect.php / index.php) and diskspace (index.php) scripts need to be 
edited to run on your os. 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 :

- ror and kang for (m)hxd.
- devin for shxd.
- gyran for bringing us the Heidrun cocoa client.
- 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 :=)


07.2003
silver:box (silver@acidbeats.de)

-0.61 changes: tested with hxd 040 (mhxd).
-0.60 changes: added execs page for exec-logging (you will need an hxd with exec logging enabled to fully use it e.g: kxd)
	       if you dont have an exec-logging hxd then comment out (//) the parts in accessdata.php / menu.php


-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.
