#################################################################### # # # SSI Text Counter # # Kastle Internet Services # # http://www.kastle.net # # kastle@kastle.net # # # #################################################################### # $ # THIS PROGRAM MAY BE USED AND DISTRIBUTED FREELY PROVIDED # # NO MODIFICATIONS ARE MADE TO THE CODE. # # # # Copyright (c) 1998 - Kastle Internet Services # # All rights reserved # # Written & Tested by Kastle Internet Services # # gatekeeper@kastle.net # # # # # #################################################################### # DISCLAIMER: # # # # In no event will Kastle Internet Services be liable to the user # # of this script or any third party for any damages, including # # any lost profits, lost savings or other incidental, # # consequential or special damages arising out of the operation # # of or inability to operate this script, even if user has been # # advised of the possibility of such damages. # # # #################################################################### # Path and name of data file (suggested that you leave this as is) $counter_file = "counter.dat"; # That is it...