Online hráči
!!! POKUD NEVÍTE CO DĚLÁTE, TAK ZDE UŽ NIC NEUPRAVUJTE !!! <==# $T3 = "\t\t\t"; $T4 = "\t\t\t\t"; $T5 = "\t\t\t\t\t"; $hraci = Array(); $data = json_decode(file_get_contents("https://query.fakaheda.eu/$ipAdresa.feed")); if (!is_null($data)) { if ($data->status === "Online") { echo $T3 . '
' . $hrac . ', ' . "\n"; } else { echo $T3 . '
' . $hrac; } $aktualniHrac++; } } } } else { echo "$T3Litujeme, ale server je OFFLINE!"; } } else { echo $T3 . "Server s IP adresou $ipAdresa neexistuje!
\n"; } ?>
Hráči na serveru: ' . $data->players . ' / ' . $data->slots . '
' . "\n"; if ((int)$data->players !== 0) { foreach ($data->players_list as $hrac) { $hraci[] = $hrac->name; } natcasesort($hraci); if ($typVypisu === 'sloupec') { $i = 1; echo $T3 . '- ' . "\n"; foreach ($hraci As $hrac) { echo $T4 . '
' . $hrac . ' ' . "\n"; } echo "$T3
\n"; } ?>