Parašė edeni· 2010 Geg. 15 12:05:59
#18
Funo parašė:
O galite numesti kaip visas kodas turietu atrodyti ? ant html
Sukuri failą status.php
ir ten įrašai:
<?php
$ip = "tf2.sniuff.lt"; // Server IP Adresas
$port = "27015"; // Server PORT
$type = "tf2"; // Server TYPE (csold, cssource, tf2, samp)
$prot = "text"; // DON'T CHANGE
$info = file_get_contents("http://apps.sniuff.lt/game_server_info/api.php?ip={$ip}&port={$port}&type={$type}&prot={$prot}");
$info = explode("|", $info);
if($info['0'] == "") {
print_r($info);
echo "Serveris išjungtas";
} else {
echo "Serverio pavadinimas: {$info['0']}<br />
IP Adresas: {$info['1']}<br />
Žaidėjai: {$info['2']}/{$info['3']}<br />
Žemėlapis: {$info['4']}";
}
?>
Redagavo edeni· 2010 Geg. 15 12:05:10