This is the solution to all your registered users being in the Control Panel... which is a bit alarming at first glance.
The online location when you are in the Control Panel is null, not blank, so this solves it.
PHP Code:
if ($online[location] = " ") {
PHP Code:
if (!$online[location]) {
OK, now someone want to trade me and show how what you did to show the IP address?
By the way, NTLDR is the
GREATEST! I am a person who likes simplicity, and your hacks make things that appear to be complex, end up being simple. Thanks for contributing your work!