From 5860551daa0f60103ad24e93da29f401a653f144 Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Fri, 29 Mar 2024 22:05:35 +0100 Subject: Updated 20 files, added 6 files, deleted 144 files and renamed .idea/ponycule.iml (automated) --- includes/components/2023ui.inc | 33 +------ includes/components/emergency.inc | 156 ----------------------------- includes/components/footer.inc | 4 +- includes/components/header.inc | 3 +- includes/components/pleasure.inc | 201 -------------------------------------- includes/components/sysbanner.inc | 4 +- 6 files changed, 9 insertions(+), 392 deletions(-) delete mode 100644 includes/components/emergency.inc delete mode 100644 includes/components/pleasure.inc (limited to 'includes/components') diff --git a/includes/components/2023ui.inc b/includes/components/2023ui.inc index 7b74395..4c1aa5b 100644 --- a/includes/components/2023ui.inc +++ b/includes/components/2023ui.inc @@ -102,17 +102,6 @@ Ponycule -
- - - -
- - - - - - \ No newline at end of file diff --git a/includes/components/footer.inc b/includes/components/footer.inc index c062436..00d74aa 100644 --- a/includes/components/footer.inc +++ b/includes/components/footer.inc @@ -14,8 +14,6 @@ $start = microtime(true); return new bootstrap.Tooltip(tooltipTriggerEl) }); - window.fetch("/api/rename?name=" + encodeURIComponent("Cold Haze Web (" + UAParser().browser.name + " on " + UAParser().os.name + ")")); - if (document.createElement("canvas").getContext("webgl") === null) { let style = document.createElement("style"); style.innerText = "* { backdrop-filter: none !important; }"; @@ -29,4 +27,4 @@ $start = microtime(true); - \ No newline at end of file + diff --git a/includes/components/header.inc b/includes/components/header.inc index bd85761..7cf626e 100644 --- a/includes/components/header.inc +++ b/includes/components/header.inc @@ -25,7 +25,6 @@ $page = $pages[$toplevel] ?? [ "rail" => false ]; -require_once $_SERVER["DOCUMENT_ROOT"] . "/includes/util/travelling.inc"; global $travelling; require_once $_SERVER["DOCUMENT_ROOT"] . "/includes/util/score.inc"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/util/functions.inc"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/util/banner.inc"; @@ -473,4 +472,4 @@ require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/util/rainbow.inc"; -
\ No newline at end of file +
diff --git a/includes/components/pleasure.inc b/includes/components/pleasure.inc deleted file mode 100644 index 6d5f4b1..0000000 --- a/includes/components/pleasure.inc +++ /dev/null @@ -1,201 +0,0 @@ - - -

Pleasure alert -
- - · -
-

- - - -
- " . ($front[0]["display_name"] ?? $front[0]["name"]) . " is currently at front and you cannot have sex with this pony."); - } elseif (count($front) === 2) { - echo("" . ($front[0]["display_name"] ?? $front[0]["name"]) . " and " . ($front[1]["display_name"] ?? $front[1]["name"]) . " are currently at front and you cannot have sex with them."); - } else { - echo("Ponies are currently at front and you cannot have sex with them."); - } - - ?> However, if you wish, any of the ponies mentioned on this page can take control of the body for the amount of time required for sex. -
- -
- " . ($front[0]["display_name"] ?? $front[0]["name"]) . " is currently at front and may not want to have sex with you."); - } elseif (count($front) === 2) { - echo("" . ($front[0]["display_name"] ?? $front[0]["name"]) . " and " . ($front[1]["display_name"] ?? $front[1]["name"]) . " are currently at front and may not want to have sex with you."); - } else { - echo("Ponies are currently at front and may not want to have sex with you."); - } - - ?> However, if this pony is not wanting to have sex with you, any of the ponies mentioned on this page can take control of the body for the amount of time required for sex. -
- - - -Turn ON - -

Sending the next notification never · Local time for Raindrops: --:--

- -
- -
- Targets: -
- - - - - - - - - - - - \ No newline at end of file diff --git a/includes/components/sysbanner.inc b/includes/components/sysbanner.inc index 6a66ab4..c6f9579 100644 --- a/includes/components/sysbanner.inc +++ b/includes/components/sysbanner.inc @@ -8,7 +8,7 @@ global $systemID; global $system; global $lang; global $pages; global $app; -$travelling = json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/data/travelling/travelling.json"), true); +$travelling = []; $pages = json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/pages.json"), true); ?> @@ -62,4 +62,4 @@ $pages = json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/pa
- \ No newline at end of file + -- cgit