Quote:
Originally Posted by Paul M
Okay, there is a line in the 1.03 version that you can just uncomment, but if you installed a while ago that line won't be there;
Find the line that starts " $cutoff = " in the hack - and replace it with ;
PHP Code:
$cutoff = $now - 86400 ;
This will make it always display visitors from the last 24 hours. 
|
I just installed this a couple days ago and I have the $now-86400 in the hack already. I hadn't changed anything, and it's already there. However, at midnight, it still resets. Do you want me to change that to just $cutoff?