📁
SKYSHELL MANAGER
PHP v8.1.34
Create
Create
Path:
root
/
home
/
terracebizon
/
public_html
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
config.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
error_log
12934.91 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
Edit: settings.inc.php
<?php define('_DB_SERVER_', '[[softdbhost]]'); define('_DB_NAME_', '[[softdb]]'); define('_DB_USER_', '[[softdbuser]]'); define('_DB_PASSWD_', '[[softdbpass]]'); define('_DB_PREFIX_', '[[dbprefix]]'); define('_MYSQL_ENGINE_', 'InnoDB'); define('_PS_CACHING_SYSTEM_', 'CacheMemcache'); define('_COOKIE_KEY_', '[[cookie_key]]'); define('_COOKIE_IV_', '[[cookie_iv]]'); define('_PS_CREATION_DATE_', '[[creation]]'); define('_TB_VERSION_', '1.7.0'); define('_TB_REVISION_', '1.7.0'); define('_TB_BUILD_PHP_', '7.4'); define('_PS_VERSION_', '1.6.1.999'); define('_PHP_ENCRYPTION_KEY_', '[[_PHP_ENCRYPTION_KEY_]]');
Save