removed nonworking

This commit is contained in:
2019-08-02 16:31:09 +03:00
parent 6119c73d70
commit 404bd5867e
2 changed files with 34 additions and 25 deletions

23
id.php
View File

@@ -49,9 +49,11 @@ echo stristr(getIDshout("93.100.61.75","8000")," * anima.sknt.ru",true); // Anim
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
try {
echo getIDice("http://176.31.107.8:8133/stream", 19200);
} catch (Exception $e) {
echo "unavailable";
}
echo ":;:";
echo getIDshout("79.120.39.202","9009"); // Radio Caprice - Dub Techno
echo ":;:";
@@ -59,10 +61,17 @@ 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
try {
echo getIDice("http://94.130.113.214:8000/dubtechno", 19200); // Schizoid Dub Techno
} catch (Exception $ex) {
echo "unavailable";
}
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
try {
throw new Exception("error");
echo getIDice("http://pub2.diforfree.org:8000/di_dubtechno_hi", 19200); // Digitally Imported Dub Techno
} catch (Exception $e) {
echo "unavailable [commercial]";
}
echo ":;:";
?>