I am running VB 3.0.3 and I attempted to install this hack but I keep on getting a error when I click the member's list...
HTML Code:
Fatal error: Call to undefined function: explain_time() in stangcountry/forums/memberlist.php on line 496
and this is the line that I have for it......
PHP Code:
$userinfo['avgtimespent'] = explain_time(floor($userinfo['timespent']/((TIMENOW-$userinfo['joindate'])/86400)));
Can someone explain what I missed.......