########################################################################## # Simple Animated Counter 1.1 (SSI) # # Author: Chi Kien Uong # # URL: http://www.proxy2.de # # # # This counter requires SSI! # # # # 1.Change the url in line one, to the Perl program at your server. # # Usually it is: /usr/bin/perl or /usr/local/bin/perl . # # # # 2.Upload the counter.pl in ASCII mode to your cgi-bin directory # # and change mode it to 755. # # # # 3.Set the correct paths and use # # or # # # # in your html document to call the counter. # # That's all. # # # ########################################################################## ########################################################################## # Simple Animated Counter 1.1 (Javascript) # # Author: Chi Kien Uong # # URL: http://www.proxy2.de # # # # 1.Change the url in line one, to the Perl program at your server. # # Usually it is: /usr/bin/perl or /usr/local/bin/perl . # # # # 2.Upload the counter_js.pl in ASCII mode to your cgi-bin directory # # and change mode it to 755. # # # # 3.Set the correct paths and use # # # # in your html document to call the counter. # # That's all. # # # # For more stuff visit http://www.proxy2.de # ##########################################################################