I installed the admincp thing so i got this for code:
PHP Code:
$updatetime = $vboptions['forumhomecachetime'];
$statsupdate = '';
$getupdatetime = vbdate("$vboptions[timeformat] - F jS, Y", $statscache['lastupdate']);
$statsupdate = "Last updated at $getupdatetime";
And in admincp i set the time to 10
The stats do update but the time shows the previous time when the update queries run. As soon as i press refresh and the cache gets read then it does show the new time