0. WHAT IS IT?

This is a PHP frontend end to vnstat, a network traffic logger.
Since vnstat is console mode only i created this script to
make a 'nice' report of the data collected by vnstat.
For more information about vnstat check out http://humdi.net/vnstat/
For updates to this script check http://www.sqweek.com


1. INSTALL

Installation should be really straightforward:

First make sure you have a working PHP setup and also that vnstat is
collecting data properly. Please refer to the manuals of these
respective pieces of software if you need assistance. I unfortunately
don't have time to help with those.

Put the files from this package somewhere inside the webroot of
your webserver. Then edit the few configuration options in config.php
to suit your situation and your good to go. The various options are
explained in config.php.

The output of this script has been validated agains XHML 1.0 Strict.
This script has been tested with PHP 5.2.1 on Apache 2.2.3
and with the following browsers:
- Firefox 2.0 (linux)
- Opera 9.2 (windows)
- Konqueror 3.5.6
- Internet Explorer 6



2. LICENSE

vnstat PHP frontend 1.3
Copyright (c)2006-2007  Bjorge Dijkstra (bjd@jooz.net)

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA



