major update +3 new deep streams
This commit is contained in:
81
id.php
81
id.php
@@ -44,31 +44,90 @@ function getIDice($streamingUrl, $interval, $offset = 0, $headers = true) {
|
||||
throw new Exception("Unable to open stream [{$streamingUrl}]");
|
||||
}
|
||||
|
||||
// first
|
||||
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 ":;:";
|
||||
try {
|
||||
echo getIDice("http://176.31.107.8:8133/stream", 19200);
|
||||
} catch (Exception $e) {
|
||||
$firststr = getIDshout("93.100.61.75","8000"); // Anima Amoris [DubTech Mix]
|
||||
if (substr($firststr, -7) == "sknt.ru") echo stristr($firststr," * anima.sknt.ru",true);
|
||||
else echo $firststr;
|
||||
} catch (Exception $exfirst) {
|
||||
echo "unavailable";
|
||||
}
|
||||
// second
|
||||
echo ":;:";
|
||||
echo getIDshout("79.120.39.202","9009"); // Radio Caprice - Dub Techno
|
||||
try {
|
||||
$secondstr = getIDshout("93.100.61.75","8024"); // Anima Amoris [DubTech Mix]
|
||||
if (substr($secondstr, -7) == "sknt.ru") echo stristr($secondstr," * anima.sknt.ru",true);
|
||||
else echo $secondstr;
|
||||
} catch (Exception $exsecond) {
|
||||
echo "unavailable";
|
||||
}
|
||||
// third
|
||||
echo ":;:";
|
||||
echo getIDice("http://audio-online.net:8015/live", 19200); // Loca FM Dub Techno
|
||||
try {
|
||||
echo getIDshout("79.120.39.202","9009"); // Radio Caprice - Dub Techno
|
||||
} catch (Exception $exthird) {
|
||||
echo "unavailable";
|
||||
}
|
||||
// fourth
|
||||
echo ":;:";
|
||||
echo getIDshout("94.23.115.253","12005","GET /7.html?sid=1 HTTP/1.1\nUser-Agent:Mozilla\n\n"); // Chillkyway - outer space
|
||||
try {
|
||||
echo getIDice("http://185.61.124.104:8066/live", 19200); // Loca FM Dub Techno
|
||||
} catch (Exception $exfourth) {
|
||||
echo "unavailable";
|
||||
}
|
||||
// fifth
|
||||
echo ":;:";
|
||||
try {
|
||||
echo getIDshout("94.23.115.253","12005","GET /7.html?sid=1 HTTP/1.1\nUser-Agent:Mozilla\n\n"); // Chillkyway - outer space
|
||||
} catch (Exception $exfifth) {
|
||||
echo "unavailable";
|
||||
}
|
||||
// sixth
|
||||
echo ":;:";
|
||||
try {
|
||||
echo getIDice("http://94.130.113.214:8000/dubtechno", 19200); // Schizoid Dub Techno
|
||||
} catch (Exception $ex) {
|
||||
} catch (Exception $exsixth) {
|
||||
echo "unavailable";
|
||||
}
|
||||
// seventh
|
||||
echo ":;:";
|
||||
echo getIDice("http://78.47.31.164:8002/dub", 19200); // MABU Beatz Dub Techno
|
||||
try {
|
||||
echo getIDice("http://78.47.31.164:8002/dub", 19200); // MABU Beatz Dub Techno
|
||||
} catch (Exception $exseventh) {
|
||||
echo "unavailable";
|
||||
}
|
||||
// eighth
|
||||
echo ":;:";
|
||||
try {
|
||||
echo getIDice("http://195.133.48.93:8000/MixCult_96kbps", 19200); // MixCult Deep Techno Radio
|
||||
} catch (Exception $exseighth) {
|
||||
echo "unavailable";
|
||||
}
|
||||
// ninth
|
||||
echo ":;:";
|
||||
try {
|
||||
echo getIDshout("198.24.145.146","8852"); // Deep Planet on MixLive.ie
|
||||
} catch (Exception $exninth) {
|
||||
echo "unavailable";
|
||||
}
|
||||
// tenth
|
||||
echo ":;:";
|
||||
try {
|
||||
echo getIDice("http://node-31.zeno.fm/0aapuzcxc5zuv", 19200); // Coldfunk
|
||||
} catch (Exception $extenth) {
|
||||
echo "unavailable";
|
||||
}
|
||||
// eleventh
|
||||
echo ":;:";
|
||||
try {
|
||||
echo getIDice("http://176.31.107.8:8133/stream", 19200); // arctic dub (sursumcorda)
|
||||
} catch (Exception $exeleventh) {
|
||||
echo "unavailable";
|
||||
}
|
||||
// twelfth
|
||||
echo ":;:";
|
||||
echo "unavailable [commercial]"; // Digitally Imported Dub Techno
|
||||
echo ":;:";
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user