Download the source script from PHP devolopment site, and upload it to your server and create a mysql database in your server. Now open admin/init.php in your web editor software and edit your server configurations as follows, select the following code $ct_host = "your smysql servesr host name"; $ct_username = "username"; $ct_password = "password"; $ct_database = "mysql database you have created"; after that select this $ct_table = "click_tracker"; leave it as default without changing nothing. Now point your browser to http://www.yourdomain.com/path_to_click_tracker/admin/setup.php to create mysql tables, after that you get a message called tables created and your compltet database is ready to store the information. Add this script to your desired site to be tracked in head section. Click here for script--use mozilla to open this link Your are ready to use this tracking system, open http://www.yourdomain.com/path_to_click_tracker/admin/index.php to see the results.