exec cgi="/location/to/script/c2ezcount.cgi" $countfile = "/home/c2/public_html/cgi/ssi/c2ezcount.dat"; # Location to the file to hold the current count. Must be named c2ezcount.dat. # Just change the path to the file. $invisible = "0"; # "1": Counter will be invisible. # "0": Counter will be visible. $block_repeats = "0"; # "1": Blocks the reload button. # "0": Does not block the reload button. $private = "0"; # "1": Call must come from the site listed in @referers. # "0": Call can be from ANY site ANYWHERE! @referers = ("fortunecity.com","www.fortunecity.com","209.130.97.145"); # If private is "1" then set else leave at "0". # Must have www.domain.com, domain.com, and IP Address. # For more information see http://www.websitereporter.com/support $digit_dir = "http://bennyhills.fortunecity.com/sellers/94/"; # URL of the digits. Must be accessable via web browser. $ending ="gif"; # Ending of digits, either "gif" or "jpg"; $same_digit_size = "0"; # "1": If the digits are SAME sizes. FASTER DISPLAY TIME # "0": If the digits are DIFFERENT sizes. SLOWER DISPLAY TIME $width = "15"; # Width of digits if the same size. $height = "20"; # Height of digits if the same size. times.