0) { $PlayerCount = substr_count($Content, ''); $P = 'hráčů'; if($PlayerCount == 1) $P = 'hráč'; else if(($PlayerCount >= 2) and ($PlayerCount <= 4)) $P = 'hráči'; echo($PlayerCount.' '.$P); } else echo('OFFLINE'); } function CheckPortStatus($Ip, $Port) { error_reporting(0); if($Fp1 = fsockopen($Ip, $Port, $ERROR_NO, $ERROR_STR,(float)0.5)) { fclose($Fp1); return true; } else { //echo($ERROR_NO.','.$ERROR_STR); //die(); return false; } } function ShowHeader() { echo(' WoW server Heroes of Fantasy







'); } function ShowFooter() { echo('

Heroes of Fantasy
'); ShowOnlinePlayerCount(); echo('
'); include('panel.php'); echo('

Aktuality: '); include('aktuality.php'); echo(' pocitadlo

# | Web designer: maron | e-mail: maron2@centrum.cz | Počet přístupů: CNW:Counter
'); } ?>