any one know how to make website server status can read the server channel online/offline and see how many ppl online? and how to use!
any one know how to make website server status can read the server channel online/offline and see how many ppl online? and how to use!
Check if svr online:
Host = ur svr IP, Port = WorldSvr_01_0x port.function checkLogin($host, $port, $timeout = 6) {
$fsock = fsockopen($host, $port, $timeout);
if (!$fsock) {
return FALSE;
} else {
return TRUE;
}
}
About people online:
I wont teach u how to use it, if u want edit that im sure u know basic things in php :)SELECT COUNT(*) FROM Server01.dbo.cabal_character_table WHERE Login=1 AND ChannelIdx= " . $ChannelIdx . "")
Good luck.
i dont know anything in php html xml etc. thats why i make post here so someone teach me how to make one ^_^ but thanks for small info. its make a big deal to me to understand some code you gave![]()
Small info? It's fully code :)
What website u use now?
P.s. remember about thanks button :)
ACE_ASSERT: файл LoadItemConfig.cpp, строка 12 ошибка утверждения на '0'.Прерывание... народ что за ошибка может быть?
i dont understand russian sorry.