Step by step guide to a successful installation ================================================ 1) Change the first three variables of the config.asp file. The comments should explain it all. 2) Change the first variable af the count.js file. 3) Upload the 2 databases stats.mdb and IpToCountry.csv to a database folder on your server. This folder should have read/write permissions for script applications. More specifically, user IUSR_computername should have read/write access to this folder. Important : the size of the IpToCountry.csv file is about 4 Mb. If this is too large for you, you can decide not to count the countries of the unique visitors. Do not upload this database and choose 'no' on the admin page under the right section. 4) Upload the stats folder to your webspace root folder. 5) Surf to http://your_host/stats/admin.asp to initialize the script and set up some options. 6) On every page you want to be counted, please insert this code (this is also printed on the admin page) : Beware of the right path in the src-attribute of the first line ! You can use the files PageToCount.html and TestReferrers.html to test your script.