codahq
Results
22
comments of
codahq
Sure. ``` for ($x = 0; $x < $arrlength; $x++) { try { include_once 'MinecraftServer.php'; $server = new MinecraftServer($servers[$x]->qhost, $servers[$x]->qport, 1); } catch (Exception $e) { } //var_dump($server->getInfoArray()); $online =...
This is taking down the API web server a few times a day. Where does the desktop installer put the API?