Linux srv25.usacloudserver.us 5.14.0-570.39.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 4 05:08:52 EDT 2025 x86_64
LiteSpeed
Server IP : 23.137.84.82 & Your IP : 216.73.216.127
Domains :
Cant Read [ /etc/named.conf ]
User : epicgamerzoneco
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
phpaddr /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2025-08-15 20:03
php53
[ DIR ]
drwxr-xr-x
2025-08-15 20:03
php56
[ DIR ]
drwxr-xr-x
2025-08-15 20:03
php71
[ DIR ]
drwxr-xr-x
2025-08-15 20:03
php81
[ DIR ]
drwxr-xr-x
2025-08-15 20:03
php82
[ DIR ]
drwxr-xr-x
2025-08-15 20:03
cfg.db.php
957
B
-rwxr-xr-x
2021-12-23 06:54
cfg.user.php
1.34
KB
-rwxr-xr-x
2021-12-23 06:54
clone.php
3.34
KB
-rwxr-xr-x
2024-05-02 08:22
fileindex.php
498
B
-rwxr-xr-x
2021-12-23 06:54
import.php
2.96
KB
-rwxr-xr-x
2024-05-02 08:22
info.xml
1.61
KB
-rwxr-xr-x
2024-05-02 06:25
install.js
921
B
-rwxr-xr-x
2021-12-23 06:54
install.php
3.68
KB
-rwxr-xr-x
2024-05-02 08:22
install.xml
460
B
-rwxr-xr-x
2021-12-23 06:54
md5
5.52
KB
-rwxr-xr-x
2024-05-02 08:22
notes.txt
62
B
-rwxr-xr-x
2021-12-23 06:54
Save
Rename
<?php // // == List of Login/Pass-Users == // // -- Setup an "admin" user, with password "secret" -- $userlist['admin']['pass'] = "[[admin_pass]]"; $userlist['admin']['role'] = "root"; // used to call "/diag.php" //* // -- Setup readonly-user for regression tests (yourdomain.com/addressbook/test/ $userlist['simpletest']['pass'] = "simple"; $userlist['simpletest']['role'] = "readonly"; $userlist['simpletest']['domain'] = 9999; //*/ /* // Setup a "readonly" user $userlist['view']['pass'] = "apassword"; $userlist['view']['role'] = "readonly"; // Setup a user accessing only one group $userlist['mygroup']['pass'] = "apassword"; $userlist['mygroup']['group'] = "My group"; // Setup a user for the second domain (0 = default) $userlist['adm2']['pass'] = "adm2"; $userlist['adm2']['domain'] = 1; //*/ // // == User table in database == // - Excludes the table_prefix! $usertable = "users"; // == List of IP-Users == // /* $iplist['169.168.1.1']['role'] = "admin"; $iplist['169.168.1.1']['role'] = "readonly"; */ // // == Look & Feel of the domains // $skin_color = "red"; // global skin color, e.g. on login // blue, brown, green, grey, pink, purple, red, turquoise, yellow $domain[0]['skin'] = "red"; $domain[1]['skin'] = "pink"; $domain[2]['skin'] = "yellow"; ?>