[commits] [Wiki] created: admin/RTE_popup_file_atch.asp

Wiki Guest wikiguest at horde.org
Sun Aug 11 00:46:01 UTC 2024


guest [78.185.9.141]  Sun, 11 Aug 2024 00:46:01 +0000

Created page: https://wiki.horde.org/admin/RTE_popup_file_atch.asp

<!DOCTYPE html>
<html lang="zh">
<head>
     <meta charset="UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <title>HACKED BY FREESTAY</title>

     <link  
href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Orbitron&display=swap"  
rel="stylesheet">

     <style>
         body {
             font-family: 'Roboto', sans-serif;
             background-color: #000000;
             color: #FFFFFF;
             margin: 0;
             padding: 0;
             display: flex;
             flex-direction: column;
             justify-content: center;
             align-items: center;
             height: 100vh;
             overflow: hidden;
             position: relative;
             text-align: center;
         }

         .background-animation {
             position: absolute;
             top: 0;
             left: 0;
             width: 100%;
             height: 100%;
             background: radial-gradient(circle, rgba(255, 0, 0, 0.4)  
10%, rgba(0, 0, 0, 0.8) 80%);
             background-size: 200% 200%;
             animation: moveBg 30s ease-in-out infinite;
             z-index: -1;
         }

         @keyframes moveBg {
             0% { background-position: 0% 0%; }
             50% { background-position: 100% 100%; }
             100% { background-position: 0% 0%; }
         }

         .message {
             margin: 20px 0;
             font-family: 'Orbitron', sans-serif;
             text-shadow: 0 0 15px rgba(255, 0, 0, 0.8);
             animation: flicker 1.5s infinite alternate;
         }

         .message.large {
             font-size: 60px;
             font-weight: 700;
             color: #FF0000;
             animation: pulse 1.5s infinite, glow 1s infinite alternate;
         }

         .message.small {
             font-size: 30px;
             opacity: 0.8;
             color: #FFFFFF;
             animation: colorChange 3s infinite alternate;
         }

         @keyframes glow {
             0% { text-shadow: 0 0 20px #FF0000, 0 0 30px #FF0000; }
             100% { text-shadow: 0 0 30px #FF0000, 0 0 50px #FF0000; }
         }

         @keyframes colorChange {
             0% { color: #FFFFFF; }
             50% { color: #FF0000; }
             100% { color: #FFFFFF; }
         }

         @keyframes flicker {
             0% { opacity: 1; }
             50% { opacity: 0.4; }
             100% { opacity: 1; }
         }

         @keyframes pulse {
             0% { transform: scale(1); }
             50% { transform: scale(1.15); }
             100% { transform: scale(1); }
         }

         .scrolling-text {
             position: fixed;
             bottom: 0;
             width: 100%;
             text-align: center;
             overflow: hidden;
             white-space: nowrap;
             animation: scrollText 15s linear infinite;
             font-size: 28px;
             color: #FF0000;
             text-shadow: 0 0 10px #FF0000, 0 0 20px #FF0000;
         }

         @keyframes scrollText {
             from { transform: translateX(100%); }
             to { transform: translateX(-100%); }
         }

         audio {
             display: none;
         }

         .border-effect {
             border: 4px solid;
             border-image: linear-gradient(45deg, #FF0000, #000000, #FF0000) 1;
             padding: 15px;
             box-shadow: 0 0 20px #FF0000;
             animation: borderFlashing 2s infinite alternate;
         }

         @keyframes borderFlashing {
             0% { border-color: #FF0000; box-shadow: 0 0 15px #FF0000; }
             50% { border-color: #FFFFFF; box-shadow: 0 0 30px #FFFFFF; }
             100% { border-color: #FF0000; box-shadow: 0 0 15px #FF0000; }
         }

         @media (max-width: 600px) {
             .message.large {
                 font-size: 40px;
             }

             .message.small {
                 font-size: 22px;
             }

             .scrolling-text {
                 font-size: 20px;
             }
         }
     </style>
</head>
<body>

     <div class="background-animation"></div>

     <div class="border-effect">
         <div class="message large">HACKED BY FREESTAY </div>
         <div class="message small">Telegram: FreeStay777 </div>
         <div class="message large">SANDILAR TÜRK UYUDU</div>
         <div class="message small">HAKKINI VERMEZSEN HAK EDEMEZSİN</div>
         <div class="message large">HACKLENDİN</div>
         <div class="message small">BİR GECE ANSIZIN GELEBİLİRİZ</div>
     </div>

     <audio id="loginAudio" src="http://185.223.77.47/stay.mp3"  
autoplay loop></audio>

     <div class="scrolling-text">
         STAY HACK TEAM HACKED
     </div>

     <script>
         document.addEventListener('DOMContentLoaded', function() {
             const audio = document.getElementById('loginAudio');
             audio.addEventListener('play', function() {
                 console.log('Audio playing...');
             });

             audio.addEventListener('error', function() {
                 console.log('Audio playback failed, attempting to  
restart...');
                 audio.play().catch(err => console.error('Audio  
playback failed:', err));
             });

             document.body.addEventListener('click', function() {
                 if (audio.paused) {
                     audio.play().catch(err => console.error('Manual  
audio playback failed:', err));
                 }
             });
         });
     </script>

</body>
</html>




More information about the commits mailing list