Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Sniuff klausimai

Parašė edeni· 2009 Rugp. 18 19:08:27
#42

O šitas?

<?
$ip = "youriphere";
$port = "yourporthere";
if (! $sock = @fsockopen($ip, $port, $num, $error, 5))
echo '<B><FONT COLOR=red>Offline</b></FONT>';
else{
echo '<B><FONT COLOR=lime>Online</b></FONT>';
fclose($sock);
}
?>




EDIT: ne nešitas :S

Redagavo edeni· 2009 Rugp. 18 19:08:06