Introduction - If you have any usage issues, please Google them yourself
nstallation:
1. Open admin/init.php file and edit "Config" section:
$ct_host = "MySQL_hostname_(usually_localhost)"
$ct_username = "MySQL_user s_username"
$ct_password = "MySQL_user s_password"
$ct_database = "MySQL_database_name"
$ct_table = "MySQL_table_name"
$ct_replace = true_or_false
$ct_days_keep = number_of_days_to_keep_statistics
2. Upload files to the server.
3. Open admin/setup.php script in your browser to create MySQL table.
4. To test the script, open sample.php script in your browser and click sample links therein.
5. To view statistics, open admin/index.php script in your browser.