Click Tracker
Copyleft 1997,1998 Kevin Meltzer
##################################

Files countained in the zip download are:
	track.pl - The Perl script.
	track.log - Log file.
	Color image files - Used for graph
	README - This file.



Setting up the script.                                                         
1. chmod this file to 755                                              

2. set the $base variable. The $base is where the script looks to add  
    the page to be viewed. It should look like:                         
    $base = "http://your.site.com/";                                    

3. set the $log variable. This is where you have your log file. The    
    file should be chmod to 777                                         

4. set the $log_pswd variable. This is the password to use to view your
    log file. Of course, if you want everyone to see it, you would just 
    make the link on a public page.                                     

5. Make your links! This script can be called in 3 ways.               
    1. To call a page on your site it would look like this..            
        <a href="track.pl?p=some_page.htm">foo</a>                      
    2. To call an Outside Site, it would be..                           
        <a href="track.pl?os=www.somesite.com">bar</a>                  
       DO NOT add in the http:// since the script adds it for you.      
    3. To see the log file...                                           
        <a href="track.pl?log=yourpassword">blah</a>                    
6. Next.. email me (kmeltz@cris.com) to let me know where this is being
   used :)                                                             

Comments, feedback and suggestions to kmeltz@cris.com