[commits] [Wiki] changed: inurl:"admin/my_documents/my_files
Wiki Guest
wikiguest at horde.org
Wed Jan 3 01:43:49 UTC 2024
guest [85.107.111.39] Wed, 03 Jan 2024 01:43:49 +0000
Modified page: https://wiki.horde.org/inurl%3A%22admin/my_documents/my_files
New Revision: 2
Change log: 31
@@ -1,2 +1,196 @@
+<!DOCTYPE html>
+<html lang="tr">
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>Shivas The Menus</title>
+ <style>
+ body {
+ background: linear-gradient(135deg, #0c0032, #240090);
+ color: #fff;
+ font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ justify-content: center;
+ height: 100vh;
+ margin: 0;
+ overflow: hidden;
+ cursor: none;
+ position: relative;
+ background-size: 400% 400%;
+ animation: gradientAnimation 10s ease infinite, moveLines
5s linear infinite;
+ transition: background 0.5s;
+ }
+
+ body.dark-mode {
+ background: #111;
+ color: #00ff00;
+ }
+
+ h1 {
+ font-size: 4em;
+ text-align: center;
+ animation: flicker 1s infinite;
+ margin-bottom: 30px;
+ color: #f25ca2;
+ text-shadow: 0 0 10px #f25ca2, 0 0 20px #f25ca2, 0 0 30px
#f25ca2;
+ }
+
+ .subtitle {
+ font-size: 1.8em;
+ text-align: center;
+ margin-top: -10px;
+ letter-spacing: 2px;
+ color: #03dac6;
+ text-shadow: 0 0 10px #03dac6, 0 0 20px #03dac6, 0 0 30px
#03dac6;
+ animation: growShrink 3s infinite;
+ }
+
+ @keyframes growShrink {
+ 0%, 100% {
+ transform: scale(1);
+ }
+ 50% {
+ transform: scale(1.2);
+ }
+ }
+
+ .circle {
+ position: absolute;
+ width: 20px;
+ height: 20px;
+ background: transparent;
+ border: 2px solid #03dac6;
+ border-radius: 50%;
+ pointer-events: none;
+ opacity: 0.5;
+ transform-origin: center;
+ animation: pulseCircle 1s ease infinite;
+ }
+
+ .circle.move {
+ animation: moveCircle 3s infinite;
+ }
+
+ .lines {
+ position: absolute;
+ width: 100%;
+ height: 100%;
+ background: repeating-linear-gradient(180deg, #03dac6,
#03dac6 5px, transparent 5px, transparent 10px);
+ opacity: 0.3;
+ z-index: -1;
+ }
+
+ @keyframes gradientAnimation {
+ 0% {
+ background-position: 0% 50%;
+ }
+ 50% {
+ background-position: 100% 50%;
+ }
+ 100% {
+ background-position: 0% 50%;
+ }
+ }
+
+ @keyframes flicker {
+ 0% {
+ opacity: 0.8;
+ }
+ 50% {
+ opacity: 1;
+ }
+ 100% {
+ opacity: 0.8;
+ }
+ }
+
+ @keyframes pulseCircle {
+ 0% {
+ transform: scale(1);
+ }
+ 50% {
+ transform: scale(1.2);
+ }
+ 100% {
+ transform: scale(1);
+ }
+ }
+
+ @keyframes moveCircle {
+ 0% {
+ transform: translate(0, 0);
+ opacity: 0.5;
+ }
+ 50% {
+ transform: translate(10px, 10px);
+ opacity: 0.2;
+ }
+ 100% {
+ transform: translate(0, 0);
+ opacity: 0.5;
+ }
+ }
+
+ @keyframes moveLines {
+ 0% {
+ background-position: 0 0;
+ }
+ 100% {
+ background-position: 100% 100%;
+ }
+ }
+
+ /* Dark Mode Button */
+ .dark-mode-btn {
+ position: fixed;
+ top: 20px;
+ right: 20px;
+ cursor: pointer;
+ padding: 10px;
+ background: #222;
+ color: #03dac6;
+ border: none;
+ border-radius: 6px;
+ outline: none;
+ transition: background 0.3s, color 0.3s;
+ box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
+ }
+
+ .dark-mode-btn:hover {
+ background: #03dac6;
+ color: #222;
+ }
+ </style>
+</head>
+<body>
+ <h1>Hacked By Shivas</h1>
+ <div class="subtitle">W E L C O M E</div>
+
+ <!-- Dark Mode Button -->
+ <button class="dark-mode-btn" onclick="toggleDarkMode()">Dark
Mode</button>
+
+ <script>
+ document.addEventListener('DOMContentLoaded', function () {
+ document.addEventListener('mousemove', function (e) {
+ const circle = document.createElement('div');
+ circle.classList.add('circle', 'move');
+ circle.style.left = `${e.pageX}px`;
+ circle.style.top = `${e.pageY}px`;
+ document.body.appendChild(circle);
+
+ setTimeout(() => {
+ circle.remove();
+ }, 3000);
+ });
+ });
+
+ // Dark Mode Toggle
+ function toggleDarkMode() {
+ document.body.classList.toggle('dark-mode');
+ }
+ </script>
+</body>
+</html>
-<html><body><script type="text/javascript" src="/aes.js"
></script><script>function toNumbers(d){var
e=[];d.replace(/(..)/g,function(d){e.push(parseInt(d,16))});return
e}function toHex(){for(var
d=[],d=1==arguments.length&&arguments[0].constructor==Array?arguments[0]:arguments,e="",f=0;f<d.length;f++)e+=(16>d[f]?"0":"")+d[f].toString(16);return e.toLowerCase()}var a=toNumbers("f655ba9d09a112d4968c63579db590b4"),b=toNumbers("98344c2eee86c3994890592585b49f80"),c=toNumbers("a0f2b5ecab2d2e5295c3241359681915");document.cookie="__test="+toHex(slowAES.decrypt(c,2,a,b))+"; expires=Thu, 31-Dec-37 23:55:55 GMT; path=/"; location.href="http://paneldev.my.id/index.html?i=1";</script><noscript>This site requires Javascript to work, please enable Javascript in your browser or use a browser with Javascript
support</noscript></body></html>
More information about the commits
mailing list