Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Problemos su panele.

Parašė Poker· 2008 Geg. 20 15:05:57
#1

Kaip reikia padaryt,jog paniale rodytu,be remeliu?Viska ishbandziau ka tik sugalvojau,bet nieko gero.

Kodas:
openside("");
 

error_reporting(0);
$IP = array(
"<b>Login:</b> " => "78.61.56.28:2106",
" <b>Game:</b> " => "78.61.56.28:7777",
); while(list($ServerName,$Host)=each($IP)) {
list($IPAddress,$Port)=explode(":",$Host);
echo($ServerName);
if($fp=fsockopen($IPAddress,$Port,$ERROR_NO,$ERROR_STR,(float)0.5)) {
echo("<font color='green'>Online</font>");
fclose($fp);
}
else {
echo ("<font color='red'>Offline</font>");
}
}

closeside();



Redagavo Poker· 2008 Geg. 20 15:05:13

Parašė Žmogus· 2008 Geg. 20 15:05:54
#2

Kaip suprast?
nutrink openside(""); ir closeside(); jei taip supratau

Parašė Poker· 2008 Geg. 20 16:05:37
#3

Na jei nutrinu,gaunu error.:|

Parašė Žmogus· 2008 Geg. 20 16:05:33
#4

tada dėk
?>

<?

Parašė Poker· 2008 Geg. 20 16:05:00
#5

Tuomet paprasciausiai atvaizduoja :
error_reporting(0); $IP = array( "Login: " => "78.61.56.28:2106", " Game: " => "78.61.56.28:7777", ); while(list($ServerName,$Host)=each($IP)) { list($IPAddress,$Port)=explode(":",$Host); echo($ServerName); if($fp=fsockopen($IPAddress,$Port,$ERROR_NO,$ERROR_STR,(float)0.5)) { echo("Online"); fclose($fp); } else { echo ("Offline"); } }



Redagavo Poker· 2008 Geg. 20 16:05:14

Parašė mXt· 2008 Geg. 20 16:05:21
#6

?>
echo " paneles kodas";
<?

Parašė Poker· 2008 Geg. 20 16:05:24
#7

Taip padarius tiesiog atvaizduoja visa koda:|

Parašė mXt· 2008 Geg. 20 16:05:41
#8

Nu tai kintamuosius iskelk i virsu pries echo, o ten kur parasiau paneles kodas tik vykdyk kintamuosius. Negi tiek paciam nesusivokia?

Redagavo mXt· 2008 Geg. 20 16:05:00

Parašė Poker· 2008 Geg. 20 16:05:07
#9

Nesuprantu nieko:| Tiek jau to.

Parašė frix· 2008 Geg. 20 16:05:58
#10

... rašyk echo "blabla"; ir viskas. :D

Edit: aaa, nepaskaičiau viso.

Redagavo frix· 2008 Geg. 20 16:05:54