/***************************************************************************
 *
 *   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.
 *
 *	 http://www.gnu.org/licenses/gpl.txt
 *
 ***************************************************************************/

 Read me.
 
 High Density Counter Class:
	A PHP class that records visitor information with minimal overhead designed for high traffic websites.

 http://www.bsgonlinegames.com/

 1.0 Setup

	Upload files to web server.
	Edit counter.class.php.
	Make sure files and $newdata_dir is readable and writable by the server.


 2.0 Using Class
 

 3.0 Viewing Stats
 
 	Point your browser to counterstats.php. The script will then parse all the data. This could take a long time.
 	Make sure that your data is readable and writable by the server.