Oszd meg!

Add a Twitter-hez Add a Facebook-hoz Add a Startlaphoz Add az iWiW-hez Add a Google Reader-hez

Közösség

Belépés

E-mail cím:
Jelszó:

Főoldal

 

<?php
$fp = fsockopen("68.168.98.178", 80, $errno, $errstr, 30);
if (!$fp) {
    echo "$errstr ($errno)<br />\n";
} else {
    $out = "GET /onoff.php?radio_id=1094916 HTTP/1.1\r\n";
    $out .= "Host: 68.168.98.178\r\n";
    $out .= "Connection: Close\r\n\r\n";
    fwrite($fp, $out);
    $data='';
    while (!feof($fp)) {
        $data=fgets($fp, 128);
        if ($data[1]=='o'&& $data[2]=='f' && $data[3]=='f') {echo "off";die();} 
        if ($data[1]=='o' && $data[2]=='n' && $data[3]==' ') {echo "on";die();}
    }
    echo $data;
    fclose($fp);
}
?>

<?php$fp = fsockopen("68.168.98.178", 80, $errno, $errstr, 30);if (!$fp) {    echo "$errstr ($errno)<br />\n";} else {    $out = "GET /onoff.php?radio_id=1094916 HTTP/1.1\r\n";    $out .= "Host: 68.168.98.178\r\n";    $out .= "Connection: Close\r\n\r\n";    fwrite($fp, $out);    $data='';    while (!feof($fp)) {        $data=fgets($fp, 128);        if ($data[1]=='o'&& $data[2]=='f' && $data[3]=='f') {echo "off";die();}         if ($data[1]=='o' && $data[2]=='n' && $data[3]==' ') {echo "on";die();}    }    echo $data;    fclose($fp);}?>

 

 

<a href="http://s12.myradiostream.com/12310.htm">Listen here</a>

 

 

<iframe src="http://s12.myradiostream.com/stream/4302/ads.htm" width="728" height="90" scrolling='No' frameborder='0' style='margin: auto;'>

  <p><a href='http://s12.myradiostream.com/12310.htm' target="_blank">LISTEN HERE</a></p>

</iframe>

<!-- You may edit the code below, this is just an example of how to link to your stream. -->

<p><a href='http://s12.myradiostream.com/12310.pls' target="_blank">Listen with Winamp/iTunes</a><br />

<a href='http://s12.myradiostream.com/12310.asx' target="_blank">Listen with Windows Media Player</a></p>