GraphiCookie Counter 1.1
_________________________________
by Matthieu Biscay (mbiscay@skyminds.net)
http://www.skyminds.net/

INTRO
GraphiCookie Counter is a graphic counter using a cookie to identify your visitors not to count them twice. You can use your own images and define the cookie lifetime.

INSTALL
1) Edit compteur.php.
2) Put the images in img/ct (by default) or in img/wherever_you_want (just change the setting in $aspect).
3) In the file where the counter is used (usually your index file):
--- add <? include("compteur.php"); ?> BEFORE  the <html> tag.
--- add <? echo $hits; ?> where you want your counter to appear.
4) That's it!

CHANGES
-- since v1.0: script better documented.

PS:
Drop me an email if you use it please, thanks! That's for my stats ;o)
Matthieu Biscay (mbiscay@skyminds.net)
http://www.skyminds.net/