Linux sg77.dns-private.com 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64
LiteSpeed
Server IP : 135.181.230.13 & Your IP : 216.73.217.64
Domains :
Cant Read [ /etc/named.conf ]
User : pilasate
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
slims /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2026-06-25 23:21
php53
[ DIR ]
drwxr-xr-x
2026-06-25 23:21
php56
[ DIR ]
drwxr-xr-x
2026-06-25 23:21
php71
[ DIR ]
drwxr-xr-x
2026-06-25 23:21
php81
[ DIR ]
drwxr-xr-x
2026-06-25 23:21
php82
[ DIR ]
drwxr-xr-x
2026-06-25 23:21
changelog.txt
7.01
KB
-rw-r--r--
2026-06-25 01:24
clone.php
5.08
KB
-rw-r--r--
2026-06-25 03:24
database.php
916
B
-rw-r--r--
2025-08-28 22:27
edit.php
4.28
KB
-rw-r--r--
2026-06-25 03:24
edit.xml
433
B
-rw-r--r--
2021-12-23 01:24
env.php
921
B
-rw-r--r--
2025-08-28 22:27
extend.php
8.79
KB
-rw-r--r--
2026-06-25 03:24
fileindex.php
393
B
-rw-r--r--
2025-08-28 22:27
import.php
3.74
KB
-rw-r--r--
2026-06-25 03:24
info.xml
3.84
KB
-rw-r--r--
2026-06-25 01:24
install.js
921
B
-rw-r--r--
2021-12-23 01:24
install.php
5.23
KB
-rw-r--r--
2026-06-25 03:24
install.xml
1.39
KB
-rw-r--r--
2026-06-25 01:24
md5
1.89
KB
-rw-r--r--
2026-06-25 03:24
notes.txt
480
B
-rw-r--r--
2023-06-01 23:19
update_pass.php
257
B
-rw-r--r--
2021-12-23 01:24
Save
Rename
<?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 ] ];