| counter.pl config options | |
| CountFile | Path to the data file that stores the # of accesses Note: This file must be world writeable. See note on world writeable files. |
| DigitPath | location of an alternative set of digits Hundreds of digit sets can be found at http://www.counterart.com |
| SizeX | Width in pixels of one of the alternative digits |
| SizeY | Height in pixels of one of the alternative digits |
| AccessLog | Path to the data file that stores the stats Note: This file must be world writeable. Use the command touch access.log to create the file. |
| ErrorLog | Path to the data file that stores error messages that may be
generated Note: This file must be world writeable. Use the command touch error.log to create the file. |
| UseLogging | Either 1 or 0 depending on if you want to use the logging feature or not, respectively |
| TransColor | The RGB Value of a color you want to make transparent Note: use a / to separate the numbers |
| FrameColor | The RGB value you want the frame to be Note: use a / to separate the numbers |
| FrameWidth | Size in pixels you want the frame to be |
| DigitSet | Specifies which of the character sets you wish to use for the generated
image. Note: Valid sets are 1-10 |
| counter_log.pl config options | |
| Title | The title you want to appear in the stats page Note: use a / instead of a space to separate words |
| MinRef | Sets the number of times a web page must access the counter to make it into the stats display |
| MinRemote | Sets the number of times a remote machine must access the counter to make it into the stats display |
| MinAgent | Sets the number of times a browser must access the counter to make it into the stats display |