                 ******* PROFESSIONAL CLICK TRACKING ********

Autore: Morris
Sito internet: http://www.tuttophp.altervista.org

Istruzioni in lingua italiana ed inglese
Instruction in English and in Italian language

****Condizioni d'uso
Script utilizzabile gratuitamente

****Conditions of use
You can use this script for free

**** Installazione
Lo script  realizzato in linguaggio php e si appoggia ad un database mysql. Per poter installare lo script leggete i seguenti punti:
- Estraete il file zip in una cartella di vostra scelta
- Configurate le variabili secondo le vostre esigenze nel file config.php  
- Lanciate il file adm_track.php e inserite tramite apposito pannello i link che volete monitorare
(es:   titolo:link1, percorso:http://www.tuosito.com/pagina.html, nr. click iniziali:0)
- Modificate il link che volete monitorare facendolo precedere dalla parola 'counter.php?link='.Esempio:
Per monitorare un link del tipo
<a href="http://www.tuosito.com/pagina.html">Pagina</a>
dovrai modificarlo come segue:
<a href="counter.php?link=http://www.tuosito.com/pagina.html">Pagina</a> 

**** Installation
The script is realized in php language and needs a mysql database.
To install the script follows these points:
- Extract the zip files in a folder of your choice
- Open the file config.php and modify the variables
- Run the file adm_track.php and insert the link that you want to monitor (ex:   title:link1, path:http://www.yoursite.com/page.html, starting clicks:0)
- Modify the link that you want to monitor adding at start the word 'counter.php?link='.Example:
If you want to monitor the following link:
<a href="http://www.yoursite.com/page.html">Page</a>
you must change the code in the following way:
<a href="counter.php?link=http://www.yoursite.com/page.html">Page</a>
