Hi, how do you set the number of hits in the Hit Counter CMSms module? My old site, prior to using CMSms had 12,000 hits logged, so I would like to start from there.
There is no way in the Hit Counter admin area, so what can I edit to do this?
thanks
Setting Hit Counter Number?
Re: Setting Hit Counter Number?
You could edit the HitCounter.module.php file and change this line (about 2/3 of the way down):
$count = $row['total']+12000;
Nullig
$count = $row['total']+12000;
Nullig
-
mngujara
Re: Setting Hit Counter Number?
OK I tried it. Yes that did work. I had to add the "+12000" twice. Thanks.Nullig wrote: You could edit the HitCounter.module.php file and change this line (about 2/3 of the way down):
$count = $row['total']+12000;
Nullig

