Check the function loginServer, seems like you'll find it there.Quote:
You can see it with your own eyes |).PHP Code:<?php require('../Connections/localhost.php'); require('functions.php'); ?><head>
<a href="../user_playersonline.php">Players Online: <font color="green"><?php echo onlinetotal(); ?></font></a><br />
Total Account: <font color="green"><?php echo acctotal(); ?></font><br />
Total Characters: <font color="green"><?php echo chartotal(); ?></font><br/>
Login Server: <?php echo loginServer($ip); ?><br/>
World Server: <?php echo worldServer($ip); ?><br/>
Also, you may want to refresh the page once or twice to renew the cache.