major css and streams update
这个提交包含在:
父节点
f86547e2c1
当前提交
3f23a53eae
|
|
@ -4,7 +4,7 @@ http://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.
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
body {
|
||||
margin: 0;
|
||||
font-family: Ubuntu, sans-serif;
|
||||
color: #222;
|
||||
color: #eee;
|
||||
}
|
||||
|
||||
.container {
|
||||
|
|
@ -37,12 +37,12 @@ h4 {
|
|||
|
||||
h5 {
|
||||
font-size: 0.7rem;
|
||||
text-shadow:0 0 5px #fff;
|
||||
text-shadow:0 0 5px #888;
|
||||
}
|
||||
|
||||
h6 {
|
||||
font-size: 1.2rem;
|
||||
text-shadow: 0 0 5px #fff;
|
||||
text-shadow: 0 0 5px #888;
|
||||
}
|
||||
|
||||
hr {
|
||||
|
|
@ -152,3 +152,11 @@ select,
|
|||
fieldset {
|
||||
margin-bottom: .1rem;
|
||||
}
|
||||
|
||||
a:link {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #666;
|
||||
}
|
||||
|
|
|
|||
30
id.php
30
id.php
|
|
@ -47,7 +47,7 @@ function getIDice($streamingUrl, $interval, $offset = 0, $headers = true) {
|
|||
// first
|
||||
echo "id:;:";
|
||||
try {
|
||||
$firststr = getIDshout("93.100.61.75","8000"); // Anima Amoris [DubTech Mix]
|
||||
$firststr = getIDshout("93.100.18.126","8000"); // Anima Amoris [DubTech Mix]
|
||||
if (substr($firststr, -7) == "sknt.ru") echo stristr($firststr," * anima.sknt.ru",true);
|
||||
else echo $firststr;
|
||||
} catch (Exception $exfirst) {
|
||||
|
|
@ -56,7 +56,7 @@ try {
|
|||
// second
|
||||
echo ":;:";
|
||||
try {
|
||||
$secondstr = getIDshout("93.100.61.75","8024"); // Anima Amoris [DubTech Mix]
|
||||
$secondstr = getIDshout("93.100.18.126","8024"); // Anima Amoris [DubTech Mix]
|
||||
if (substr($secondstr, -7) == "sknt.ru") echo stristr($secondstr," * anima.sknt.ru",true);
|
||||
else echo $secondstr;
|
||||
} catch (Exception $exsecond) {
|
||||
|
|
@ -79,55 +79,47 @@ try {
|
|||
// 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
|
||||
getIDice("http://94.130.113.214:8000/dubtechno", 19200); // Schizoid Dub Techno
|
||||
if ($getIDice = "ÿþf - ÿþR") echo "online streaming";
|
||||
else echo $getIDice;
|
||||
} catch (Exception $exfifth) {
|
||||
echo "unavailable";
|
||||
}
|
||||
// sixth
|
||||
echo ":;:";
|
||||
try {
|
||||
echo getIDice("http://94.130.113.214:8000/dubtechno", 19200); // Schizoid Dub Techno
|
||||
echo getIDice("http://78.47.31.164:8002/dub", 19200); // MABU Beatz Dub Techno
|
||||
} catch (Exception $exsixth) {
|
||||
echo "unavailable";
|
||||
}
|
||||
// seventh
|
||||
echo ":;:";
|
||||
try {
|
||||
echo getIDice("http://78.47.31.164:8002/dub", 19200); // MABU Beatz Dub Techno
|
||||
echo getIDice("http://195.133.48.93:8000/MixCult_96kbps", 19200); // MixCult Deep Techno Radio
|
||||
} 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 getIDice("https://c2.radioboss.fm:18382/stream", 19200); // dubte.ch
|
||||
} catch (Exception $exeighth) {
|
||||
echo "unavailable";
|
||||
}
|
||||
// ninth
|
||||
echo ":;:";
|
||||
try {
|
||||
echo getIDshout("198.24.145.146","8852"); // Deep Planet on MixLive.ie
|
||||
echo getIDice("http://prem2.di.fm:80/dubtechno_hi?266a3dc03aaa30a0807d9062", 19200); // Digitally Imported Dub Techno
|
||||
} catch (Exception $exninth) {
|
||||
echo "unavailable";
|
||||
}
|
||||
// tenth
|
||||
echo ":;:";
|
||||
try {
|
||||
echo getIDice("http://node-31.zeno.fm/0aapuzcxc5zuv", 19200); // Coldfunk
|
||||
echo getIDshout("2.58.194.54","8852"); // Deep Planet on MixLive.ie
|
||||
} 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 ":;:";
|
||||
|
||||
?>
|
||||
|
|
|
|||
45
index.html
45
index.html
|
|
@ -20,9 +20,9 @@ a8" `Y88 88 88 88P' "8a 88 a8P_____88 a8" "" 88P' "8a
|
|||
<style type="text/css">
|
||||
.container { display: table; height: 100vh; }
|
||||
.tabb { display: table-cell; vertical-align: middle; }
|
||||
body { background-color: #888; background: url(bk.jpg) repeat-y; }
|
||||
body { background: url(bk.jpg) repeat-y; }
|
||||
</style>
|
||||
<script type="text/javascript"> <!-- script by bodqhrohro -->
|
||||
<script type="text/javascript">
|
||||
function allID () {
|
||||
var xhr = new XMLHttpRequest();
|
||||
xhr.open('GET', 'id.php');
|
||||
|
|
@ -41,8 +41,6 @@ a8" `Y88 88 88 88P' "8a 88 a8P_____88 a8" "" 88P' "8a
|
|||
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];
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
@ -51,7 +49,7 @@ a8" `Y88 88 88 88P' "8a 88 a8P_____88 a8" "" 88P' "8a
|
|||
setInterval(allID, 2e4);
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<body style="background-color:#222;">
|
||||
<div class="container">
|
||||
<table class="tabb">
|
||||
<tr><td>
|
||||
|
|
@ -75,48 +73,37 @@ a8" `Y88 88 88 88P' "8a 88 a8P_____88 a8" "" 88P' "8a
|
|||
</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="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="sixth"></h6>
|
||||
<h6 id="fifth"></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>
|
||||
<h6 id="sixth"></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="seventh"></h6>
|
||||
</td></tr><tr><td>
|
||||
<h5 align="right"><b><a href="https://dubte.ch">dubte.ch</a></b></h5>
|
||||
<h5 align="right"><b><a href="https://c2.radioboss.fm:18382/">https://c2.radioboss.fm:18382</a></b></h5>
|
||||
</td><td><audio controls preload="none"><source src="https://c2.radioboss.fm:18382/stream" 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://prem2.di.fm:80/dubtechno_hi?266a3dc03aaa30a0807d9062" preload="none"></audio></td><td>
|
||||
<h6 id="ninth"></h6>
|
||||
</td></tr><tr><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>
|
||||
</td><td><audio controls preload="none"><source src="http://2.58.194.54:8852/stream" 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>
|
||||
</td></tr>
|
||||
</table></div>
|
||||
<!--
|
||||
|
|
|
|||
正在加载...
在新工单中引用