Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Jaunelio Klausimai :)

Parašė tock· 2009 Bal. 13 01:04:31
#57

Jaunelis parašė:
Sveiki žėkit turiu kodą ir jį nori į headeri ikišt tik man error meta:
Parse error: syntax error, unexpected ')' in /home/tsvetaine/xz.lt/themes/mano tema/Status.php on line 23

kodas:
<?php
openside_panel("Server Status");
error_reporting(0);
$IP = array(
"<b>Login: </b>" => "ip:9014",
"<b>Game: </b>" => "ip9:7777",
);while(list($ServerName,$Host)=each($IP)) {
list($IPAddress,$Port)=explode(":",$Host);
echo($ServerName);
$time = 0;
$time = round(microtime(), 3);
if($fp=fsockopen($IPAddress,$Port,$ERROR_NO,$ERROR_STR,(float)0.5)) {
$time2 = round(microtime(), 3);
$ping = ($time2 - $time)*100;
echo("<font color='green'> Online</font> (ping: ".$ping."ms)<br />");
fclose($fp);
}else {
echo ("<font color='red'> Offline</font>");
}
}
echo "</b>";

closeside_panel);
?>





gal kas galit padėt?

Kritinė padėtis sutvarkyta B)