/**
 * ----------------------------------------------
 * Simple Animated Counter PHP 1.1
 * Copyright (c)2001 Chi Kien Uong
 * URL: http://www.proxy2.de
 * ----------------------------------------------
 */


Requirements:

  - PHP

Installation:

   Set the permissions for all *.php files to mode 755
   and give write permissions to the directory:

    - pages - 777 (drwxrwxrwx) (directory)
    

Usage:
    
    <?php
    
    include_once "./acounter.php";
    $ani_counter = new acounter();
    echo $ani_counter->create_output("page");
    
    ?>
    
    
    page = the page you want to track


