Hello! :)
I hawe 2 server and newer know how to add to web Online players status for server Nr.-2!
So if anbody need module for 2 servers status,here is! :)
Example Picture:

Download Link:
http://yy.lv/download.php?f=98317
Ok! Here is some guide!
Just check your ServerName in GameServer folder and SubServer folder!
Open includes/muweb.php and find this lines:
PHP Code:
$users_connected = $db->Execute("SELECT count(*) FROM MEMB_STAT WHERE ConnectStat='1' and ServerName='MuOnline'");
$users_connected2 = $db->Execute("SELECT count(*) FROM MEMB_STAT WHERE ConnectStat='1' and ServerName='MuOnline2'");
Change "MuOnline" to your main server name!
Change "MuOnline2" tou your subserver name!
I think thats all! :)
Enyoin!
(Modifity By Break Network)