page-hit & download counter : home
Parameter Reference |
Name Default Meaning cache 0 Boolean : Allow the counter to be cached. deliver none url : see below
Primarily used with download counters to specify the desired file.
It may also be used with an <img> tag to create a hidden counter.inc 1 Boolean : Increment the counter (or not).
Ignored if a new counter is created and the create parameter is specified.name none The name of the file that will be used to store counter data. ¹ write 1 Boolean, ssi or jsvar: Output value of counter.
Use write=ssi with server-side includes.
Use write=jsvar to use counter output in other javascript code. ²The following parameters may be used when creating a new counter file. create 0 Integer : initial value of counter. trackip 8 Integer 0 - 16 : The number of IP addresses to be stored to reduce false increments. ¹ Unless you specify a name of the form /countervalues/countername, the counter file will be located in the same directory as the script file unicounter.pl. ² When write=jsvar is used, the counter output will be, for example :-
var countername=703;
Earlier versions required a fully-qualified url, however, starting with version 1.03, the operation of the deliver parameter has been enhanced. Three forms of url are now accepted.