') { $text = 'streaming'; } else { $text = $exploded[6]; } $id = str_replace("","",$text); } else { return false; } fclose($open); return $id; } // Icecast // https://stackoverflow.com/a/17109654 function getIDice($streamingUrl, $interval, $offset = 0, $headers = true) { $needle = 'StreamTitle='; $ua = 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.110 Safari/537.36'; $opts = [ 'http' => [ 'method' => 'GET', 'header' => 'Icy-MetaData: 1', 'user_agent' => $ua ] ]; if (($headers = get_headers($streamingUrl))) foreach ($headers as $h) if (strpos(strtolower($h), 'icy-metaint') !== false && ($interval = explode(':', $h)[1])) break; $context = stream_context_create($opts); if ($stream = fopen($streamingUrl, 'r', false, $context)) { $buffer = stream_get_contents($stream, $interval, $offset); fclose($stream); if (strpos($buffer, $needle) !== false) { $title = explode($needle, $buffer)[1]; return substr($title, 1, strpos($title, ';') - 2); } else return getMp3StreamTitle($streamingUrl, $interval, $offset + $interval, false); } else throw new Exception("Unable to open stream [{$streamingUrl}]"); } echo "id:;:"; echo stristr(getIDshout("93.100.61.75","8000")," * anima.sknt.ru",true); // Anima Amoris [Dub Techno] echo ":;:"; echo stristr(getIDshout("93.100.61.75","8024")," * anima.sknt.ru",true); // Anima Amoris [DubTech Mix] echo ":;:"; echo getIDshout("67.212.165.106","8144"); // arctic dub (sursumcorda) // // outdated: // echo getIDshout("91.237.213.34","8008"); // electronicmusic.fm - Dub echo ":;:"; echo getIDshout("79.120.39.202","9009"); // Radio Caprice - Dub Techno echo ":;:"; echo getIDice("http://audio-online.net:8015/live", 19200); // Loca FM Dub Techno echo ":;:"; echo getIDshout("sonus.fm","8000","GET /7.html?sid=3 HTTP/1.1\nUser-Agent:Mozilla\n\n"); // Chillkyway - outer space echo ":;:"; echo getIDice("http://pub2.diforfree.org:8000/di_dubtechno_hi", 19200); // Digitally Imported Dub Techno echo ":;:"; echo getIDshout("173.236.30.162","8022"); // Dub Techno Statio echo ":;:"; echo getIDice("http://94.130.113.214:8000/dubtechno", 19200); // Schizoid Dub Techno echo ":;:"; ?>