Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Online User Count

Retired (Goddamn idiots)
Joined
Dec 3, 2003
Messages
391
Reaction score
483
Might as well.. I'm bored.
PHP:
<?php
$link=mssql_connect($sqlserver,$sqluser,$sqlpass);
$online=mssql_num_rows(mssql_query("SELECT ConnectingServerGroupID FROM atum2_db_account.dbo.td_Account WHERE ConnectingServerGroupID = 'MGAMESERVERID'"));
mssql_close($link);
echo $online;
?>
Replace MGAMESERVERID with your setting.

Have fun.
 
Back
Top