CCcounter
CCcounter is a simple Php counter I wrote for my site. It doesn't need any database like MySQL, as all informations are stored on a simple flat text file. Stats about page counting are easily accessible, as they are written in this file in a simple format. The counter doesn't require any php knowlodge and is very easy to set-up: simply upload 2 files (the script and the text-format database), add informations about pages you want to be counted, and add in these pages a php line. Detailed informations are accessible in the readme file included in the package.