
 Fast Click v2.1 (c)2001 by Dmitry Ignatyev aka Trainer
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 Fast Click is simply script, which counts how many
 times a link on your site has been pressed and
 generated detailed statistic.

 Features:
  1. Use both local and global links
  2. Statistics for some intervals of time
     (today, yersterday, for a week and total)
  3. The administration function allows you to delete,
     rename or change count numbers for you links
  4. Count numbers can be included into a HTML document
  5. Fast work

 System Requirements:
  * PHP3 or never

 Installation:
  1. Open the configuration file 'cfg.php' with a text editor
     and set up some settings.

     $base_url = "http://www.youhost.com"; // your site URL
     $language  = "english";               // Language (see Language dir)
     $datafile = "base.txt";               // Data Base File
     $dayfile = "day.log";                 // Daily Log File
     $sPassword = "pass";                  // Administrator password

  2. Upload all php files in ASCII-mode to your server.
  3. Set the permissions for files (using chmod):
     dir fclick         - 755
     admin.php          - 755
     fclick.php         - 755
     base.txt           - 666
     day.log            - 666
     cfg.php            - 666
  4. It's all!

 Administration:
  1. Before you can track a links you have to add it
     to your database:
     a) On admin page http://www.youhost.com/fclick/admin.php
     ) Use fclick.php?ad=/index.html
        (the added link will look like
         http://www.youhost.com/index.html)
     ) Use fclick.php?ad=NAME&url=http://www.youhost.com
        (link - http://www.youhost.com with name "NAME")
  3. To count a clicks use:
     <a href="fclick.php?ad=ID">your link</a>
     or use:
     <a href="fclick.php?ad=ID&url=URL">your link</a>
      "ID" - your link id
      "URL" - new url for link
  4. To show link counter enter (with JavaScript):
     <script language="Javascript" src="show.php?js=ID"></script>
     or with SSI:
     <!--#include virtual="show.php?ad=ID"-->
     where ID - your link id

 Languages & Locations:
  If you have translated or done a new language or
  location file, please send it to ftrain@mail.ru
  THX
_________________________________________________________
Please feel free to contact me with any comments,
suggestions, bug fixes, criticism, or just a happiness messages.

E-Mail: ftrain@mail.ru
Web: http://www.ftrain.h1.ru
