Server : Apache System : Linux pod-100823:apache2_74:v0.5.7 5.4.0-1138-gcp #147~18.04.1-Ubuntu SMP Mon Oct 7 21:46:26 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.33.7 Disable Function : apache_child_terminate,apache_get_modules,apache_get_version,apache_getenv,apache_note,apache_setenv,disk_free_space,disk_total_space,diskfreespace,dl,exec,fastcgi_finish_request,link,opcache_compile_file,opcache_get_configuration,opcache_invalidate,opcache_is_script_cached,opcache_reset,passthru,pclose,pcntl_exec,popen,posix_getpid,posix_getppid,posix_getpwuid,posix_kill,posix_mkfifo,posix_setegid,posix_seteuid,posix_setgid,posix_setpgid,posix_setsid,posix_setuid,posix_uname,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,realpath_cache_get,shell_exec,show_source,symlink,system Directory : /nas/content/live/attorneyexperi/wp-content/plugins/ |
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="[ LOCKED BY KIKI ]"> <title>SYSTEM LOCKED!</title> <link rel="icon" type="image/png" href="https://ibb.co.com/2ndqVNd.jpg"> <link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700&display=swap" rel="stylesheet"> <link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"> <style> body { font-family: 'Orbitron', sans-serif; margin: 0; padding: 0; display: flex; justify-content: center; align-items: center; height: 100vh; background: url('https://img.wattpad.com/2522b8a3722b91a9bf9af6758ce3a56cc1aa4767/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f776174747061642d6d656469612d736572766963652f53746f7279496d6167652f335f414d6c6f73726c6b2d7446413d3d2d3535323633353338352e313561323663653066633830653436383439323331363332303831312e676966') no-repeat center center fixed; background-size: cover; color: #c5c6c7; overflow: hidden; } .container { text-align: center; padding: 2em 3em; background: rgba(0, 0, 0, 0.8); border-radius: 15px; box-shadow: 0 0 25px rgba(0, 0, 0, 0.9); width: 90%; max-width: 650px; position: relative; overflow: hidden; } .container::before, .container::after { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: linear-gradient(60deg, transparent, rgba(255, 255, 255, 0.2), transparent); z-index: 1; animation: rotate 8s linear infinite; } .container::after { animation-direction: reverse; } @keyframes rotate { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .content { position: relative; z-index: 2; } .content h1 { font-size: 2.8em; margin-bottom: 0.5em; color: #45a29e; text-transform: uppercase; letter-spacing: 3px; position: relative; } .content h1 span { color: #f0134d; animation: blink 1.5s linear infinite; } @keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: 0.2; } } .content h3, .content h5 { margin: 1.5em 0; font-weight: 400; } .content h4 { margin: 2em 0; color: #66fcf1; font-weight: 300; text-transform: uppercase; letter-spacing: 2px; } .inpute { width: 85%; padding: 0.8em; margin-top: 1.5em; background: transparent; border: 2px solid #66fcf1; color: #66fcf1; text-align: center; font-size: 1.1em; border-radius: 5px; transition: all 0.3s ease; } .inpute:focus { outline: none; border-color: #45a29e; } .submite { padding: 0.8em 3em; margin-top: 2em; background: #f0134d; border: none; color: #0b0c10; cursor: pointer; font-size: 1.1em; text-transform: uppercase; border-radius: 5px; transition: background 0.3s ease; } .submite:hover { background: #66fcf1; color: #1f2833; } .social-links a { margin: 1.5em 0.5em; color: #45a29e; font-size: 1.7em; transition: color 0.3s ease; } .social-links a:hover { color: #f0134d; } .logo { margin-top: 2.5em; } .logo img { width: 100px; height: 100px; filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5)); } .glitch { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 100px; color: #f0134d; text-shadow: 2px 2px 0px #66fcf1, -2px -2px 0px #66fcf1; animation: glitch 2s infinite; pointer-events: none; user-select: none; } @keyframes glitch { 0% { transform: translate(-50%, -50%) skew(0deg); } 20% { transform: translate(calc(-50% - 5px), calc(-50% - 5px)) skew(3deg); } 40% { transform: translate(calc(-50% + 5px), calc(-50% + 5px)) skew(-3deg); } 60% { transform: translate(calc(-50% + 5px), calc(-50% + 5px)) skew(3deg); } 80% { transform: translate(calc(-50% - 5px), calc(-50% - 5px)) skew(-3deg); } 100% { transform: translate(-50%, -50%) skew(0deg); } } </style> </head> <body> <div class="container"> <div class="content"> <h1><span>Warning</span>!</h1> <h3>Your System Has Been Locked by JOYA</h3> <h5>Follow the Instructions Below to Regain Access to Your Data</h5> <div class="border"> <h4>[ Data Encrypted ]</h4> <h5>Instructions:</h5> <p>Enter the Decryption Key Below</p> </div> <form action="" method="post"> <input type="text" name="key" class="inpute" placeholder="Enter Decryption Key" autocomplete="off"> <br> <input type="submit" name="submit" class="submite" value="Unlock"> </form> <div class="social-links"> <a href="https://t.me/sijoyak"><i class="fa fa-telegram"></i></a> <a href=""><i class="fa fa-github"></i></a> </div> <img class="foto" src="https://media.tenor.com/AWCve1TW4IkAAAAj/swag-skull-skull-boi.gif" width="100" height="100"></a> </div> </div> <div class="glitch">ERROR</div> </div> <script> document.body.oncontextmenu = function() { return false; }; document.body.onclick = function() { document.getElementById("sec").play(); }; </script> <audio id="sec"> <source src="https://j.top4top.io/m_3154lg8w70.mp3" type="audio/mpeg"> </audio> </body> </html>