📁
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('_PS_CACHE_ENABLED_', '0'); define('_COOKIE_KEY_', '[[cookie_key]]'); define('_COOKIE_IV_', '[[cookie_iv]]'); define('_NEW_COOKIE_KEY_', '[[new_cookie_key]]'); define('_PS_CREATION_DATE_', '[[creation]]'); if (!defined('_PS_VERSION_')) define('_PS_VERSION_', '1.6.1.23'); define('_QLOAPPS_VERSION_', '1.7.0.0');
Save