Update of /cvsroot/blackboxwm/website/tavi/lib
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv7202/tavi/lib
Modified Files:
defaults.php
Log Message:
Added support for manual adjustment of visitor counter readings.
Index: defaults.php
===================================================================
RCS file: /cvsroot/blackboxwm/website/tavi/lib/defaults.php,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** defaults.php 8 Jun 2006 07:43:43 -0000 1.23
--- defaults.php 8 Jun 2006 07:50:17 -0000 1.24
***************
*** 27,30 ****
--- 27,33 ----
// whether hits from the same IP within the period will reset it:
$CounterResetOnRevisit = true;
+ // sometimes you want to adjust the readings to be more accurate; provide here
+ // a number with which all figures will be multiplied; set to 0 or false to disable
+ $CounterAdjustRatio = 1;
// whether to count hits for non-existant pages; if enabled, it can be a very
// good method of detecting 404-like miss-hits
|