                                                            
                                                        E A S Y C O U N T E R
                                        http://www.onlinetools.org/easycounter/
-=| What it does |=-------------------------------------------------------------

Counters are still common on webpages. They show the webmaster how many 
times a page has been loaded without having to scan through the server 
logs.
However a lot of people still use graphical counters,sometimes even 
remotely hosted, that are not stylish anymore and slow down the page.
Easycounter is an easy to install and configure textcounter that anyone 
with a small php and server knowledge can use. 
		 

-=| config information |=-------------------------------------------------------

To configure easyranks for your needs, change the values in the config.xml file:

	<digits></digits>
		This is the number of characters displayed, if you set this, the 
		displayed number will be padded with chars, like fe. zeros.
	<paddingchar>0</paddingchar>
		This is the char the counter will be padded with. in this example
		64 becomes 000064. 
	<thousandsdelimiter>.</thousandsdelimiter>
		This is the character that is displayed after each 1000 pack, so 123456
		gets displayed as 123.456 . This is only done when the digits are not
		set!
	<filelocation>easycounter.txt</filelocation>
		This is the name of your counter data file
		
-=| template information |=-----------------------------------------------------
		
As EasyCounter only displays a number, there is no template needed.

-=| more info |=----------------------------------------------------------------

For general installation information follow the read_me.txt provided in this 
zip here.

