# This is a dirty README file, will rewrite it later...

# Installation process
modify the setup/counter.cfg
$cookie_expires="+30s";
$cgi_fs="/usr/path_to_cgi-bin/counter";
$cgi_url="http://www.your.site/cgi-bin/counter";

then get fly - you have to recompile it for your platform
Get it from http://atmos.snu.ac.kr/test/cnt/counter/fly for example
or search the web for (fly image counter)
once recompiled put it into the fly directory

Modify the path to perl in first lines of counter.pl, hidcounter.pl,
makestat.pl if needed - that's all

If you want to read more go to Matt's original program and get the docs
 
I have modified it to fit my needs

and you don't need to config the makestat.pl. Just call it as cgi
from where you put the whole package

it's self configurable

you put in html pages call for image
<IMG SRC="http....../counter.pl?name=/your/html/page/path">
see the example at counter/index*.html   
see the example at counter/index*.html   

And you also have to worry that dirs 'logs', 'counts'
will be writable by webserver


