PDA

View Full Version : Invisible Users CAN'T Access Who's Online


ethics
12-03-2002, 04:27 PM
Fair is fair, right?

Anyone know if there's a hack available?

Xenon
12-03-2002, 04:29 PM
open online.php

findif (!$usergroupdef['canwhosonline']) {
show_nopermission();
}


change to
if (!$usergroupdef['canwhosonline'] or $bbuserinfo['invisible']) {
show_nopermission();
}

ethics
12-03-2002, 06:27 PM
Thank you, very much. :)