# url to the digits $img = "/Counter/static/"; # url to the animated digits $animated_img = "/Counter/ani/"; # IP locking (counter doesn't increments when page is reloaded) # 1=yes 0=no $lock_ip =0; $ip_lock_timeout =30; # in minutes # path to ip log file $fpt_ip = "ip.txt"; # number of cells to pad with digits $padding = 6; # path to specific page counter $log_dat = $ENV{'DOCUMENT_NAME'}; # use animated digits # set $ani_digits to 1 if you want to use the animated digits #$ani_digits = 0; $ani_digits = 1; # use file locking; $lock = 0; # digit width and height $width = 16; $height = 22;