From 2c014c29f2cf7a519152937f82ff67c0ef23d84f Mon Sep 17 00:00:00 2001 From: Minteck Date: Sat, 11 Sep 2021 19:42:09 +0200 Subject: Commit --- oworadio/along/index.php | 3 + oworadio/credits/index.php | 17 ++++ oworadio/dmca/index.php | 42 ++++++++++ oworadio/index.php | 199 +++++++++++++++++++++++++++++++++++++++++++++ oworadio/source/index.php | 14 ++++ oworadio/vlc/index.php | 15 ++++ 6 files changed, 290 insertions(+) create mode 100644 oworadio/along/index.php create mode 100644 oworadio/credits/index.php create mode 100644 oworadio/dmca/index.php create mode 100644 oworadio/index.php create mode 100644 oworadio/source/index.php create mode 100644 oworadio/vlc/index.php (limited to 'oworadio') diff --git a/oworadio/along/index.php b/oworadio/along/index.php new file mode 100644 index 0000000..e25dcf5 --- /dev/null +++ b/oworadio/along/index.php @@ -0,0 +1,3 @@ + $item) { + if ($item["id"] === $id) { + $cid = $iid; + } +} + +if (isset($db[$cid]["title"]) && trim($db[$cid]["title"]) !== "") { + echo(implode(", ", $db[$cid]["artists"]) . " · " . $db[$cid]["title"]); +} else { + echo("Unknown Song"); +} \ No newline at end of file diff --git a/oworadio/dmca/index.php b/oworadio/dmca/index.php new file mode 100644 index 0000000..c587998 --- /dev/null +++ b/oworadio/dmca/index.php @@ -0,0 +1,42 @@ + + + + + OwORadio + + + + + + + +
+
+

How OwORadio handles DMCA takedown requests?

+

If you deem a content streamed through the OwORadio service is infringing copyright laws, you can ask us to + remove the aforementioned content. All your reports should be diriged to nekostarfan+dmca@gmail.com.

+

If you are the owner of the content (and you can prove being so), you can kindly ask us to remove the content + without a DMCA takedown request. The following content is ONLY for DMCA requests and don't apply to simpler + requests.

+

Since the content is hosted in Europe, and that the service is operating within the European Union, we will not + consider any DMCA requests that didn't received an order from an European tribunal. OwORadio must not be + required to restrict content unless an order has been issued by an independant and impartial judicial + authority that has determined that the material at issue is unlawful.

+

No information that you provide through your DMCA request (even without respecting the aforementioned rules) will + be disclosed outside of the legal procedure.

+
+ + \ No newline at end of file diff --git a/oworadio/index.php b/oworadio/index.php new file mode 100644 index 0000000..f2454d5 --- /dev/null +++ b/oworadio/index.php @@ -0,0 +1,199 @@ + + + + + OwORadio + + + + + + + + +
+
+

+

by

+

🎶 listening along with Loading... 🎶

+
+
+ + + +
+ + + + + + + +
+ + + + + \ No newline at end of file diff --git a/oworadio/source/index.php b/oworadio/source/index.php new file mode 100644 index 0000000..4436bac --- /dev/null +++ b/oworadio/source/index.php @@ -0,0 +1,14 @@ +