Linux server.nvwebsoft.co.in 3.10.0-1160.114.2.el7.x86_64 #1 SMP Wed Mar 20 15:54:52 UTC 2024 x86_64
Apache
: 162.240.12.249 | : 3.138.134.77
202 Domain
8.1.31
nbspublicschool
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
1.65
KB
-rw-r--r--
clone.php
5.11
KB
-rw-r--r--
database.php
890
B
-rw-r--r--
edit.php
4.26
KB
-rw-r--r--
edit.xml
433
B
-rw-r--r--
env.php
777
B
-rw-r--r--
extend.php
8.77
KB
-rw-r--r--
fileindex.php
322
B
-rw-r--r--
import.php
3.73
KB
-rw-r--r--
info.xml
3.77
KB
-rw-r--r--
install.js
921
B
-rw-r--r--
install.php
4.71
KB
-rw-r--r--
install.xml
1.38
KB
-rw-r--r--
md5
1.09
KB
-rw-r--r--
notes.txt
480
B
-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' ] ] ] ];
Close