major update +3 new deep streams
This commit is contained in:
parent
1fa5e42120
commit
09a35efcd4
|
@ -3,3 +3,9 @@ dub techno shoutcast and icecast streams
|
|||
https://dub.tech.soundragon.su
|
||||
|
||||
under DWTWL 2.55 license
|
||||
|
||||
======
|
||||
|
||||
Radio stations you are trying to listen to are running on an unencrypted port (not 443). This is quite common and it's not technically necessary for radio stations to be encrypted but nowadays web browsers like Chrome have started disallowing unencrypted content to be shown in an otherwise encrypted websites.
|
||||
Solution: click on the padlock icon to the left of the URL box and then from the drop down menu select the 'Site Settings' option, you can then scroll down to the 'Insecure content' option at the bottom of the page and select 'Allow', this will create an exception for the website and allow you to continue using the player as before.
|
||||
Source: https://support.google.com/chrome/thread/29505473?hl=en&msgid=29673696
|
||||
|
|
75
id.php
75
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 ":;:";
|
||||
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 ":;:";
|
||||
try {
|
||||
echo getIDshout("79.120.39.202","9009"); // Radio Caprice - Dub Techno
|
||||
} catch (Exception $exthird) {
|
||||
echo "unavailable";
|
||||
}
|
||||
// fourth
|
||||
echo ":;:";
|
||||
echo getIDice("http://audio-online.net:8015/live", 19200); // Loca FM Dub Techno
|
||||
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 ":;:";
|
||||
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 ":;:";
|
||||
|
||||
?>
|
||||
|
|
48
index.html
48
index.html
|
@ -40,12 +40,15 @@ a8" `Y88 88 88 88P' "8a 88 a8P_____88 a8" "" 88P' "8a
|
|||
document.getElementById("seventh").innerHTML = kvID[7];
|
||||
document.getElementById("eighth").innerHTML = kvID[8];
|
||||
document.getElementById("ninth").innerHTML = kvID[9];
|
||||
document.getElementById("tenth").innerHTML = kvID[10];
|
||||
document.getElementById("eleventh").innerHTML = kvID[11];
|
||||
document.getElementById("twelfth").innerHTML = kvID[12];
|
||||
})
|
||||
}
|
||||
}
|
||||
}
|
||||
allID();
|
||||
setInterval(allID, 1e4);
|
||||
setInterval(allID, 2e4);
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -62,40 +65,55 @@ a8" `Y88 88 88 88P' "8a 88 a8P_____88 a8" "" 88P' "8a
|
|||
</td><td><audio controls preload="none"><source src="http://amoris.sknt.ru:8024/;" type="audio/mpeg"></audio></td><td>
|
||||
<h6 id="second"></h6>
|
||||
</td></tr><tr><td>
|
||||
<h5 align="right"><b><a href="https://arcticdub.com/">arctic dub (sursumcorda)</a></b></h5>
|
||||
<h5 align="right"><b><a href="http://176.31.107.8:8133">http://176.31.107.8:8133</a></b></h5>
|
||||
</td><td><audio controls preload="none"><source src="http://176.31.107.8:8133/stream" type="audio/mpeg"></audio></td><td>
|
||||
<h6 id="third"></h6>
|
||||
</td></tr><tr><td>
|
||||
<h5 align="right"><b><a href="http://radcap.ru">Radio Caprice - Dub Techno</a></b></h5>
|
||||
<h5 align="right"><b><a href="http://79.120.39.202:8002/dubtechno">http://79.120.39.202:8002/dubtechno</a></b></h5>
|
||||
</td><td><audio controls preload="none"><source src="http://79.120.39.202:8002/dubtechno" type="audio/mpeg"></audio></td><td>
|
||||
<h6 id="fourth"></h6>
|
||||
<h6 id="third"></h6>
|
||||
</td></tr><tr><td>
|
||||
<h5 align="right"><b><a href="http://www.locafm.com/dub-techno/player.html">Loca FM Dub Techno</a></b></h5>
|
||||
<h5 align="right"><b><a href="http://audio-online.net:8015/live">http://audio-online.net:8015/live</a></b></h5>
|
||||
</td><td><audio controls src="http://audio-online.net:8015/live" preload="none"></audio></td><td>
|
||||
<h6 id="fifth"></h6>
|
||||
<h5 align="right"><b><a href="http://s02.fjperezdj.com:8066">http://s02.fjperezdj.com:8066/live</a></b></h5>
|
||||
</td><td><audio controls src="http://s02.fjperezdj.com:8066/live" preload="none"></audio></td><td>
|
||||
<h6 id="fourth"></h6>
|
||||
</td></tr><tr><td>
|
||||
<h5 align="right"><b><a href="http://www.chillkyway.net/">Chillkyway - outer space</a></b></h5>
|
||||
<h5 align="right"><b><a href="http://94.23.115.253:12005/index.html?sid=1">http://94.23.115.253:12005</a></b></h5>
|
||||
</td><td><audio controls preload="none"><source src="http://94.23.115.253:12005/stream1?type=http&nocache=971" type="audio/mpeg"></audio></td><td>
|
||||
<h6 id="sixth"></h6>
|
||||
<h6 id="fifth"></h6>
|
||||
</td></tr><tr><td>
|
||||
<h5 align="right"><b><a href="http://schizoid.in/">Schizoid Dub Techno</a></b></h5>
|
||||
<h5 align="right"><b><a href="http://94.130.113.214:8000/dubtechno">http://schizoid.in:8000/dubtechno</a></b></h5>
|
||||
</td><td><audio controls preload="none"><source src="http://94.130.113.214:8000/dubtechno" type="audio/mpeg"></audio></td><td>
|
||||
<h6 id="seventh"></h6>
|
||||
<h6 id="sixth"></h6>
|
||||
</td></tr><tr><td>
|
||||
<h5 align="right"><b><a href="https://mabu-beatz-radio.com/home/dub-techno/">MABU Beatz Dub Techno</a></b></h5>
|
||||
<h5 align="right"><b><a href="http://78.47.31.164:8002/dub">http://78.47.31.164:8002/dub</a></b></h5>
|
||||
</td><td><audio controls preload="none"><source src="http://78.47.31.164:8002/dub" type="audio/mpeg"></audio></td><td>
|
||||
<h6 id="seventh"></h6>
|
||||
</td></tr><tr><td>
|
||||
<h5 align="right"><b><a href="http://http://mixcult.net">MixCult Deep Techno Radio</a></b></h5>
|
||||
<h5 align="right"><b><a href="http://radio.mixcult.net:8000">http://radio.mixcult.net:8000</a></b></h5>
|
||||
</td><td><audio controls preload="none"><source src="http://radio.mixcult.net:8000/MixCult_256kbps" type="audio/mpeg"></audio></td><td>
|
||||
<h6 id="eighth"></h6>
|
||||
</td></tr><tr><td>
|
||||
<h5 align="right"><b><a href="http://www.di.fm/dubtechno">Digitally Imported Dub Techno</a></b></h5>
|
||||
<h5 align="right"><b><a href="http://www.di.fm/dubtechno">http://prem2.di.fm/dubtechno_hi</a></b></h5>
|
||||
</td><td><audio controls src="http://pub2.diforfree.org:8000/di_dubtechno_hi" preload="none"></audio></td><td>
|
||||
<h5 align="right"><b><a href="https://mixlive.ie/stream/deep-planet">Deep Planet on MixLive.ie</a></b></h5>
|
||||
<h5 align="right"><b><a href="http://mixlive.ie:8852">http://mixlive.ie:8852</a></b></h5>
|
||||
</td><td><audio controls preload="none"><source src="http://mixlive.ie:8852/live" type="audio/mpeg"></audio></td><td>
|
||||
<h6 id="ninth"></h6>
|
||||
</td></tr><tr><td>
|
||||
<h5 align="right"><b><a href="https://coldfunk.cf">Coldfunk</a></b></h5>
|
||||
<h5 align="right"><b><a href="http://node-31.zeno.fm/7t79necnf5zuv">http://node-31.zeno.fm/7t79necnf5zuv</a></b></h5>
|
||||
</td><td><audio controls preload="none"><source src="http://node-31.zeno.fm/7t79necnf5zuv.mp3" type="audio/mpeg"></audio></td><td>
|
||||
<h6 id="tenth"></h6>
|
||||
</td></tr><tr><td>
|
||||
<h5 align="right"><b><a href="https://arcticdub.com">arctic dub (sursumcorda)</a></b></h5>
|
||||
<h5 align="right"><b><a href="http://176.31.107.8:8133">http://176.31.107.8:8133</a></b></h5>
|
||||
</td><td><audio controls preload="none"><source src="http://176.31.107.8:8133/stream" type="audio/mpeg"></audio></td><td>
|
||||
<h6 id="eleventh"></h6>
|
||||
</td></tr><tr><td>
|
||||
<h5 align="right"><b><a href="http://www.di.fm/dubtechno">Digitally Imported Dub Techno</a></b></h5>
|
||||
<h5 align="right"><b><a href="http://www.di.fm/dubtechno">http://www.di.fm/dubtechno</a></b></h5>
|
||||
</td><td><audio controls src="http://pub2.diforfree.org:8000/di_dubtechno_hi" preload="none"></audio></td><td>
|
||||
<h6 id="twelfth"></h6>
|
||||
</td><td>
|
||||
</td></tr><tr><td colspan="3">
|
||||
<br><h4 align="center"><a href="/reverberations_of_the_delayed_chords">reverberations of the delayed chords</a></h4>
|
||||
|
|
Loading…
Reference in New Issue