Linux sg77.dns-private.com 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64
LiteSpeed
Server IP : 135.181.230.13 & Your IP : 216.73.217.64
Domains :
Cant Read [ /etc/named.conf ]
User : pilasate
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-06-16 11:26
php53
[ DIR ]
drwxr-xr-x
2026-06-16 11:26
php56
[ DIR ]
drwxr-xr-x
2026-06-16 11:26
php71
[ DIR ]
drwxr-xr-x
2026-06-16 11:26
php81
[ DIR ]
drwxr-xr-x
2026-06-16 11:26
php82
[ DIR ]
drwxr-xr-x
2026-06-16 11:26
clone.php
4.76
KB
-rw-r--r--
2026-01-05 00:33
config.php
1.1
KB
-rw-r--r--
2026-01-04 23:14
edit.php
4.36
KB
-rw-r--r--
2026-01-05 00:33
edit.xml
447
B
-rw-r--r--
2025-06-24 21:48
fileindex.php
281
B
-rw-r--r--
2025-06-24 21:46
import.php
3.21
KB
-rw-r--r--
2026-01-05 00:33
info.xml
2.18
KB
-rw-r--r--
2026-01-04 23:14
install.js
921
B
-rw-r--r--
2021-12-23 01:24
install.php
4.68
KB
-rw-r--r--
2026-01-05 00:33
install.xml
1.09
KB
-rw-r--r--
2021-12-23 01:24
md5
1.37
KB
-rw-r--r--
2026-01-05 00:33
notes.txt
818
B
-rw-r--r--
2025-06-26 01:37
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]]';