Linux yavrix.internet-webhosting.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64
LiteSpeed
Server IP : 103.8.25.136 & Your IP : 216.73.217.46
Domains :
Cant Read [ /etc/named.conf ]
User : celfico1
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 12:18
php53
[ DIR ]
drwxr-xr-x
2026-01-05 12:18
php56
[ DIR ]
drwxr-xr-x
2026-01-05 12:18
php71
[ DIR ]
drwxr-xr-x
2026-01-05 12:18
php81
[ DIR ]
drwxr-xr-x
2026-01-05 12:18
php82
[ DIR ]
drwxr-xr-x
2026-01-05 12:18
clone.php
4.76
KB
-rw-r--r--
2026-01-04 22:03
config.php
1.1
KB
-rw-r--r--
2026-01-04 20:44
edit.php
4.36
KB
-rw-r--r--
2026-01-04 22:03
edit.xml
447
B
-rw-r--r--
2025-06-24 19:18
fileindex.php
281
B
-rw-r--r--
2025-06-24 19:16
import.php
3.21
KB
-rw-r--r--
2026-01-04 22:03
info.xml
2.18
KB
-rw-r--r--
2026-01-04 20:44
install.js
921
B
-rw-r--r--
2021-12-22 22:54
install.php
4.68
KB
-rw-r--r--
2026-01-04 22:03
install.xml
1.09
KB
-rw-r--r--
2021-12-22 22:54
md5
1.37
KB
-rw-r--r--
2026-01-04 22:03
notes.txt
818
B
-rw-r--r--
2025-06-25 23: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]]';