Към онлайн играта на омегаБГ
$open = fsockopen("87.227.202.30","8000");
if ($open) {
fputs($open,"GET /7.html HTTP/1.1\nUser-Agent:Mozilla\n\n");
$read = fread($open,1000);
$text = explode(",",$read);
$text = $text[6];
} else { $text="Connection Refused!"; }
echo "сегашна песен ".$text;
?>
|