okay thanks Dave H. i'll look at the hack through ie today and see what i can find...
mattthepepe try using the dotimeonline function in conjunction with $userinfo[timeonline]
in the memberlist.php should include this
PHP Code:
$userinfo[onlinetime] = dotimeonline($userinfo[timeonline];
within the
PHP Code:
$userinfo=$DB_site->fetch_array($users)) {
then in the memberlistbit template put the variable $userinfo[onlinetime]
regards...
g-force2k2