From d5d2727ed140f2d92d81d0aeb252c664a4bafaf6 Mon Sep 17 00:00:00 2001 From: HotPizzaYT <57576298+HotPizzaYT@users.noreply.github.com> Date: Sat, 14 May 2022 17:30:22 -0500 Subject: [PATCH] Change favicon --- 3ds/chat/burger.js | 23 +++++++++++++++++++++++ 3ds/chat/dsi.php | 2 ++ 3ds/chat/i/icon_foreveralone.png | Bin 0 -> 1668 bytes 3ds/chat/i/icon_megusta.png | Bin 0 -> 1220 bytes 3ds/chat/i/icon_ponything.png | Bin 0 -> 1107 bytes 3ds/chat/i/please.png | Bin 3775 -> 698 bytes 3ds/chat/i/raeg.png | Bin 1370 -> 873 bytes 3ds/chat/i/waah.gif | Bin 1106 -> 772 bytes 3ds/chat/index.php | 2 ++ 3ds/chat/process.php | 6 +++--- 3ds/chat/sender.php | 16 ++++++++++++++++ detect.php | 2 +- docs/favicon.ico | Bin 68293 -> 60748 bytes favicon.ico | Bin 0 -> 60748 bytes images/header3ds.png | Bin 11055 -> 11113 bytes 15 files changed, 47 insertions(+), 4 deletions(-) create mode 100644 3ds/chat/burger.js create mode 100644 3ds/chat/i/icon_foreveralone.png create mode 100644 3ds/chat/i/icon_megusta.png create mode 100644 3ds/chat/i/icon_ponything.png create mode 100644 favicon.ico diff --git a/3ds/chat/burger.js b/3ds/chat/burger.js new file mode 100644 index 0000000..01c4dd5 --- /dev/null +++ b/3ds/chat/burger.js @@ -0,0 +1,23 @@ +window.eggActive = false; + +function eggyou(){ + if(window.eggActive == false){ + if(!document.getElementById("burg")){ + x = document.createElement("div"); + x.id = "burg"; x.style="zindex: 200000; transition-timing-function: ease-out; transition: 4.0s; position: absolute; top: 25px; left: 50%"; + img = document.createElement("img"); + img.src = "i/icon_burger.gif"; + img.id="burger"; + img.width = "16"; + img.height = "16"; + img.style = "transition: all 4s bilinear; width: 32px; height: auto;"; x.appendChild(img); document.body.appendChild(x); + window.burgerPix = 32; + img.style.height = "auto"; + window.burgerInt = setInterval(function(){ + window.burgerPix += 5; + img.style.width = window.burgerPix + "px"; + }, 100); + setTimeout(function(){ clearInterval(window.burgerInt); window.eggActive = true; document.getElementById("burg").remove(); }, 4000); + } + } +} \ No newline at end of file diff --git a/3ds/chat/dsi.php b/3ds/chat/dsi.php index 19e768e..8877cf9 100644 --- a/3ds/chat/dsi.php +++ b/3ds/chat/dsi.php @@ -14,6 +14,7 @@ if(isset($_GET["room"])){ + + +