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 /
nextcloud /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2026-08-02 10:16
php53
[ DIR ]
drwxr-xr-x
2026-08-02 10:16
php56
[ DIR ]
drwxr-xr-x
2026-08-02 10:16
php71
[ DIR ]
drwxr-xr-x
2026-08-02 10:16
php81
[ DIR ]
drwxr-xr-x
2026-08-02 10:16
php82
[ DIR ]
drwxr-xr-x
2026-08-02 10:16
.htaccess
6.67
KB
-rw-r--r--
2026-07-30 13:08
_.htaccess
534
B
-rw-r--r--
2021-12-23 14:54
changelog.txt
28.52
KB
-rw-r--r--
2026-07-30 13:08
check_suphp.php
101
B
-rw-r--r--
2021-12-23 14:54
clone.php
5.73
KB
-rw-r--r--
2026-07-31 14:33
config.php
1.03
KB
-rw-r--r--
2026-07-30 13:08
data.zip
59.21
MB
-rw-r--r--
2026-07-31 09:44
edit.php
5.78
KB
-rw-r--r--
2026-07-31 14:33
edit.xml
433
B
-rw-r--r--
2021-12-23 14:54
extend.php
6.94
KB
-rw-r--r--
2026-07-31 14:33
fileindex.php
293
B
-rw-r--r--
2025-09-18 13:02
import.php
3.56
KB
-rw-r--r--
2026-07-31 14:33
info.xml
4.67
KB
-rw-r--r--
2026-07-31 09:44
install.js
924
B
-rw-r--r--
2021-12-23 14:54
install.php
16.74
KB
-rw-r--r--
2026-07-31 14:33
install.xml
1.59
KB
-rw-r--r--
2021-12-23 14:54
md5
1.39
KB
-rw-r--r--
2026-07-31 14:33
nextcloud.sql
206.38
KB
-rw-r--r--
2026-07-31 09:44
nextcloud.zip
706.75
MB
-rw-r--r--
2026-07-31 09:44
notes.txt
2.72
KB
-rw-r--r--
2026-07-30 13:08
update_pass.php
1.02
KB
-rw-r--r--
2024-08-16 14:09
upgrade.php
5.43
KB
-rw-r--r--
2026-07-31 14:33
upgrade.xml
299
B
-rw-r--r--
2021-12-23 14:54
Save
Rename
<?php /* * WARNING * * This file gets modified by automatic processes and all lines that are not * active code (ie. comments) are lost during that process. * * If you want to document things with comments or use constants add your settings * in a '<NAME>.config.php' file which will be included and rendered into this file. * * Example: * <?php * $CONFIG = []; * * See also: https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/config_sample_php_parameters.html#multiple-merged-configuration-files */ $CONFIG = array ( 'instanceid' => '[[instanceid]]', 'passwordsalt' => '[[passwordsalt]]', 'secret' => '[[secret]]', 'trusted_domains' => array ( 0 => '[[domhost]]', ), 'datadirectory' => '[[softdatadir]]', 'dbtype' => 'mysql', 'version' => '34.0.2.1', 'overwrite.cli.url' => '[[softurl]]', 'dbname' => '[[softdb]]', 'dbhost' => '[[softdbhost]]', 'dbtableprefix' => 'oc_', 'dbuser' => '[[softdbuser]]', 'dbpassword' => '[[softdbpass]]', 'installed' => true, [[mysql_utf8mb4]] );