Data analyzing for Net Acct mySQL
=================================
For more information about Net Acct mySQL, see
http://sourceforge.net/projects/netacct-mysql/

Short description
-----------------
This software is designed to analyze data collected by Net Acct mySQL, see
http://sourceforge.net/projects/netacct-mysql/

Why would you want to use this?
-------------------------------
- You are providing IP to customers and want to charge them based on the
  traffic they generate.
- You are a statistics freak and want to see how much of your network traffic
  is for TCP, ICMP, UDP etc.

Usage/Installation
------------------
We assume you have Net Acct mySQL, mySQLd, and any php-enabled webserver
running
   
1.) Edit index.php an change the variables to what fits best your needs
    - Set $cache_dir to any directory, your webserver is allowed to write in.
    - Especially take care of $include_path. This has to point to the
      directory where your PEAR files are stored. For more information on
      PEAR see http://pear.php.net/
2.) Copy index.php to a directory of your Webserver
3.) Point your browser to http://your-server/directory/index.php

Please read the rest of this README before sending me questions
about usage/installation. Feel free to email me however if you 
read this file and still have a question.

Notes
-----
This is a pre-relase that most likely contains some bugs and security holes.

Bug reports
-----------
To do an actually useful bug report please send me the following information
- your setup (version and configuration of Net Acct mySQL, webserver, php
  and mysql)
- what you did and what happened
- anything else you think is useful to trace down the bug

If you did look at the source and actually found something that looks like
a bug, don't bother to send just a short notice. I know this myself,
often I fix a small bug in other packages and then I'm just too lazy to
make a full-scale bug report.

I'm interested in any suggestions on how to improve this software,
please mail them to me.

If anyone volunteers to write better documentation or to improve this
readme (maybe fix all the bad english) I'd be very happy to hear from
you.
