Setting Hit Counter Number?

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
mngujara

Setting Hit Counter Number?

Post by mngujara »

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
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: Setting Hit Counter Number?

Post by Nullig »

You could edit the HitCounter.module.php file and change this line (about 2/3 of the way down):

      $count = $row['total']+12000;


Nullig
mngujara

Re: Setting Hit Counter Number?

Post by mngujara »

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
OK I tried it. Yes that did work. I had to add the "+12000" twice. Thanks.
Locked

Return to “CMSMS Core”