Linux sea-business-23.hostwindsdns.com 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64
LiteSpeed
Server IP : 104.168.155.189 & Your IP : 216.73.217.84
Domains :
Cant Read [ /etc/named.conf ]
User : zvmcccat
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
osclass /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2021-04-29 10:14
php53
[ DIR ]
drwxr-xr-x
2021-04-29 10:14
php56
[ DIR ]
drwxr-xr-x
2021-04-29 10:14
php71
[ DIR ]
drwxr-xr-x
2021-04-29 10:14
Bcrypt.php
2.82
KB
-rw-r--r--
2013-12-12 02:48
changelog.txt
8.03
KB
-rw-r--r--
2021-04-28 19:34
clone.php
6.67
KB
-rw-r--r--
2021-04-28 22:44
config.php
1.28
KB
-rw-r--r--
2021-04-28 19:34
edit.php
5.54
KB
-rw-r--r--
2021-04-28 22:44
edit.xml
433
B
-rw-r--r--
2016-10-19 21:36
extend.php
11.87
KB
-rw-r--r--
2021-04-28 22:44
fileindex.php
135
B
-rw-r--r--
2021-04-15 19:14
import.php
3.75
KB
-rw-r--r--
2021-04-28 22:44
info.xml
2.41
KB
-rw-r--r--
2021-04-28 19:34
install.js
921
B
-rw-r--r--
2013-02-28 02:04
install.php
6.52
KB
-rw-r--r--
2021-04-28 22:44
install.xml
922
B
-rw-r--r--
2021-04-15 19:14
md5
2.33
KB
-rw-r--r--
2021-04-28 22:44
notes.txt
276
B
-rw-r--r--
2021-04-28 19:34
update_pass.php
598
B
-rw-r--r--
2021-04-15 19:14
upgrade.php
2.96
KB
-rw-r--r--
2021-04-28 22:44
upgrade.xml
328
B
-rw-r--r--
2012-05-06 00:08
Save
Rename
<?php // Multi-site setup define('MULTISITE', 0); // MySql database host define('DB_HOST', '[[softdbhost]]'); // MySql database username define('DB_USER', '[[softdbuser]]'); // MySql database password define('DB_PASSWORD', '[[softdbpass]]'); // MySql database name define('DB_NAME', '[[softdb]]'); // MySql database table prefix define('DB_TABLE_PREFIX', '[[dbprefix]]'); // Relative web url define('REL_WEB_URL', '[[relativeurl]]/'); // Web address - modify here for SSL version of site define('WEB_PATH', '[[softurl]]/'); // *************************************** // // ** OPTIONAL CONFIGURATION PARAMETERS ** // // *************************************** // // Enable debugging // define('OSC_DEBUG', true); // define('OSC_DEBUG_DB', true); // define('OSC_DEBUG_LOG', true); // Demo mode //define('DEMO', true); //define('DEMO_THEMES', true); //define('DEMO_PLUGINS', true); // PHP memory limit (ideally should be more than 128MB) // define('OSC_MEMORY_LIMIT', 64); // MemCache caching option (database queries cache) // define('OSC_CACHE', 'memcache'); // $_cache_config[] = array('default_host' => 'localhost', 'default_port' => 11211, 'default_weight' => 1); // Increase default login time for user // session_set_cookie_params(2592000); // ini_set('session.gc_maxlifetime', 2592000); ?>