-----------------
TUTTOPHP TRACKING
----------------------------------------------
Realized by http://www.tuttophp.altervista.org
----------------------------------------------


Extract the zip file and upload the content in your server

Open the tracking_config.php with Notepad or another editor and set the following values:
- user_admin = username of admin panel
- pass_admin = password of admin_panel
- host_db = host value of your database
- user_db = username of your database
- password_db = password of your database
- db_name = name of the database that stores the data

The link to track must be like this:
track.php?link=URL_PAGE_TO_TRACK
example: track.php?link=page1.html to track the click receveid by page1.html 

After the first click received, the link will be tracked in the admin panel

Run the page tracking_admin.php to track the clicks on the links

