[Release] Market System MUCore v1.0.0

LockMU

Active Member
Joined
Sep 9, 2013
Messages
249
Reaction score
182
CENTER]


Download Market System : MEGA

Game Server Status

Code:
<?phpfunction CheckGS($ip,$port){    if(!@fsockopen($ip,$port,$err,$err_str,0.1))    {        return false;    }    else    {        return true;    }}
$maxonline = 150;$online_1 = mssql_fetch_row(mssql_query("SELECT count(*) FROM muonline.dbo.MEMB_STAT WHERE connectstat = 1 AND ServerName = ''"));if(CheckGS("127.0.0.1",55905)){    echo "     PVP <font color=green>Online</font> ";}else{    echo "PVP <font color=red>Offline</font>";}
?>

Server Statistics Download : MEGA

Credits

FCV2005 : ( statistics and gs status
)
 
  • Like
Reactions: BeautyDeaD