server status

  1. H

    SERVER STATUS FOR XML

    Genelde karşımıza json olarak gelir buyrun xml versiyonu <?php header("Content-type: text/xml"); $ip1 = @$_GET["ip"]; $port1 = @$_GET["port"]; $status = "Online"; if(!$ip1){ $status = "Offline"; } if(!$port1){ $port1 = 25565; } echo "<server>"...
Üst