Linux sagir-us1.hostever.us 5.14.0-570.51.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 8 09:41:34 EDT 2025 x86_64
LiteSpeed
Server IP : 104.247.108.91 & Your IP : 216.73.216.105
Domains : 74 Domain
User : georgeto
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
local /
lsws /
admin /
html.open /
view /
Delete
Unzip
Name
Size
Permission
Date
Action
inc
[ DIR ]
drwxr-xr-x
2025-02-25 04:01
UIBase.php
10.79
KB
-rw-r--r--
2025-02-25 04:01
UIProperty.php
1.16
KB
-rw-r--r--
2025-02-25 04:01
ajax_data.php
7.74
KB
-rw-r--r--
2025-02-25 04:01
compilePHP.php
16.21
KB
-rw-r--r--
2025-02-25 04:01
confMgr.php
938
B
-rw-r--r--
2025-02-25 04:01
dashboard.php
19.07
KB
-rw-r--r--
2025-02-25 04:01
logviewer.php
5.31
KB
-rw-r--r--
2025-02-25 04:01
realtimestats.php
17.3
KB
-rw-r--r--
2025-02-25 04:01
serviceMgr.php
739
B
-rw-r--r--
2025-02-25 04:01
Save
Rename
<?php require_once("inc/auth.php"); $disp = Service::ConfigDispData(); $page = DPageDef::GetPage($disp); UI::PrintConfPage($disp, $page); ?> <script type="text/javascript"> pageSetUp(); var pagefunction = function() { // clears memory even if nothing is in the function var rospan = $("#readonlynotice"); <?php if (defined('_CONF_READONLY_')) { $alert_str = '<i class=\"fa fa-bell\"></i> ' . DMsg::UIStr('note_readonly_mode'); ?> rospan.html("<?php echo $alert_str;?>"); if (rospan.hasClass("hide")) rospan.removeClass("hide"); <?php } else { ?> rospan.html(""); if (!rospan.hasClass("hide")) rospan.addClass("hide"); <?php } if (Service::HasChanged()) { ?> var span = $("#restartnotice"); if (span.hasClass("hide")) span.removeClass("hide"); <?php } ?> }; // end pagefunction // run pagefunction on load pagefunction(); </script>