#################################
# Dansie Traffic Counter & Visitor Monitor 2.0 Variables
# Do NOT change the variable names on the left side of the "=" equal sign.
# Keep the values of the variables on the same line with no line breaks.
# Comments can be made in this file but must be preceded by a "#" pound sign
# at the beginning of the line.


#################################
# Required Variables
#################################

# Full URL to this script
url = http://www.YourName.com/cgi-bin/counter.pl

# Put the date you installed this counter.pl program on your website.
# This will allow you to see at a glance how much traffic you have received since the date you
# started using this counter program. Use any date format you wish.
date_website_launched = 04/24/07

# Password to access your Visitor Monitor program via: http://www.YourName.com/cgi-bin/counter.pl?login
pw = 


#################################
# System Path Variables
#################################

# Name or full system path to the count.txt file. In most cases, just the name will work fine
# as long as it's in the same directory as counter.pl.
count_file = count.txt

# Name or full system path to the access log. In most cases, just the name will work fine
# as long as it's in the same directory as counter.pl.
access_log = counter_access_log.txt

# Name or full system path to most recent visitor file. In most cases, just the name will work fine
# as long as it's in the same directory as counter.pl.
most_recent_visitor_file = counter_latest_visit.txt

# Name or full system path to IP log file. In most cases, just the name will work fine
# as long as it's in the same directory as counter.pl.
# This file will deny access if a password is entered incorrectly 5 times. Good security for you.
ip_log = counter_ip_log.txt

#################################
# Optional Custom Variables
#################################

# Set with a URL to a midi file. That midi file will chime when a visitor arrives
# at your website. Comment out or make blank to disable chime.
visitor_chime = 

# URL to a graphic that will display when someone has visited your site less than "refresh_minutes" ago.
# This allows you to quickly see at a glance if you have a new visitor.
visitor_graphic = 

# Set maximum size of access log. When the log reaches this size, the oldest half of its entries will be removed.
# Keeps things tidy. 1000000 (1 million) equals approximately 1 meg.
max_bytes_access_log = 1000000

# How often do you want Visitor Monitor to refresh? How many minutes?
refresh_minutes = 5

# URL to directory of digit graphics. Images must be named "0.gif", "1.gif", etc.
# If not defined, plain text digits will be used instead of graphics.
# A good source for graphic digits is: http://digitmania.birdbrain.net/
digits_dir = 

# The file extension of your digits. Set to "gif" or "jpg", etc.
digit_ext = gif

# What is the name of the cookie you want to set and retrieve in your visitors browsers?
# Normally this will be a number, their visitor number, but you can have another program on your
# site set it with their real name after they submit info in a form. Then, Visitor Monitor will show
# their name instead of their visitor number.
cookie_name = user_name

# If you have another program on your site that sets cookies, this program can recognize you as admin
# and not increment the counter (ignore you).
admin_cookie_name = john

# Full URL to Visual Traceroute program. When you click on a IP address in Visitor Watch, it can open a
# new browser window to a free Visual Traceroute service that shows you the visitor's geographical
# location. Dansie Traffic Counter is flexible by allowing you to change the Visual Traceroute program
# you are using and the variable name used to pass the IP address. Notice: Free Visual Traceroute services
# are subject to change or may discountinue without notice.
vtr_url = http://whatismyipaddress.com/ip-lookup
vtr_ip_variable_name = LOOKUPADDRESS

# How many days of the log do you want Visitor Monitor to show? If you have a very busy website
# you may want to limit it to just 1 day.
max_days_of_log_view = 7

# max_url_character_length in Recent unique referring URLs window. The program can appear to "chop"
# the URLs as they appear in the URL window to keep things looking tidy.
max_url_character_length = 70

# Visitor Monitor shows how many unique visitors you had each day over the last several days.
# How may days back to you want it to show?
visitors_per_day_max_listing = 10


