PPPD statistic patch


 WHAT IS IT
============

- a patch for pppd, which enables nice logging of your ppp-dialins
- an example script (php3/php4) for parsing this file
- show daily/weekly/monthly/yearly statistics ...


 REQUIREMENTS
==============

- pppd 2.4.1
- webserver with php3 or php4


 COPYING
=========

Copyright (C) 2001 Tino Reichardt <der@mcmilk.de>

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.

!AND!

Author strongly advices against using this code, or a part of it,
in an application designed to run on any Microsoft(tm) platform.



 TODO
======

- the same with a sh, bash, zsh and/or perl script
- a program in c (the best language ever)
- remove all that php fuck, cause it doesn't run with fnord, fhttpd, etc... :-P


 WISHLIST
==========

- nothing (or contribute some interesting aspects)


 HOMEPAGE
==========

 http://www.mcmilk.de/projects/pppd/


 BUGS
======

Please report bugs to:

  Tino Reichardt <milky-pppd@mcmilk.de>
  René Spiegel <smurfi@d41.x-mailer.de>
last change: 2015-03-25 @ 12:53
stats.php-03 / 2004-06-04
- released on 2004-11-20
- shows now the download and upload rates

stats.php-02 / 2004-05-21
- never released, was buggy in showing the download rates!

stats.php-01 / 2002-11-18
 - initial release
last change: 2015-03-25 @ 12:53

 Installing pppd stats diff
============================

1. Patch your ppp-2.4.1.tar.gz with ppp-2.4.1-stats.diff.gz
$ tar xzvf ./ppp-2.4.1.tar.gz
$ zcat ppp-2.4.1-stats.diff.gz | patch -p0

2. Compile pppd
$ cd pppd-2.4.1 && ./configure && make
# make install

4. Install logfile:
# touch /var/log/pppd_stats.log

5. Edit the stats.php for your needs and move it to some public_html directory.
$ vi stats.php
$ mv stats.php /~/public_html/stats.php   #or so
last change: 2015-03-25 @ 12:53
Last modified on 2013-09-22 at 13:09