#######################################################################
Installation Procedure:

1.MODIFY: clickcount.cgi
  SET #!/usr/bin/perl as server required for PERL's directory. NOTE:Do not take away "#!"

2.Make sure ASCII mode is used to transfer "cliclcount.cgi" to the Server.

3.Set "clickcount.cgi" to chmod 755.

4.Set the file for "Clickcount". Follow the next step.

  <a href=AAA?url=BBB&file=CCC&mark=DDD>file.your extention</a>
  <!--DDD--EEE-->EEE

(EEE=Number of downloaded times)

  AAA=>URL of "cliclcount.cgi"
  BBB=>File to be downloaded
  CCC=>Placement of the click number
  DDD=>Mark/letter/number of item
  EEE=>Start-up number of counter

For Example: "abc.zip" is a file for your vistor to download.

  <a href=http://www.yourdomain.com/cgi-bin/clickcount.pl?url=http://www.yourdomain.com/abc.zip&file=/yourserver/abc.htm&mark=abc>abc.zip</a>
  <!--abc--1-->1

5.Test of script!  
            
#############################################################
# After setup of "clickcount", register with us for free URL link of your website from THANKS-CGI.com.
#############################################################

For additional information please visit our website at "http://www.thanks-cgi.com/"


