# BBCLONE CONFIGURATION FILE # Time intervall (in seconds) between 2 "counted" visits from a same IP. # Default the emerging standard : 30 min maxtime = 1800 # How many entries do you want to be *individually* # accessible ? # Default is 100 # do not set it higher than 500 (which is useless, anyway) maxvisible = 500 # Which IP adress (or subnet) do you want to ignore ? # Format : , # Insert a comma "," between each IP # Default is most "local" IP # ignoreip = 127.0,192.168 ################################################# # # # YOU SHOULD NOT NEED TO MODIFY THE STUFF BELOW # # # ################################################# # Directory where logfiles are stored # (counter0.inc, counter1.inc and so on) path = var/ # Name of the invidual log file counterfile = var/bbclone.html # Directory where the images are stored # (relative to the "counterfile" value above) imagesdir = ../images/ # Saved logs filename oldstatsfile = var/savedstats.dat # Max saved oldstats maxoldstats = 500