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 /
add-ons /
webcachemgr /
src /
Delete
Unzip
Name
Size
Permission
Date
Action
Context
[ DIR ]
drwxr-xr-x
2025-02-25 04:01
Panel
[ DIR ]
drwxr-xr-x
2025-02-25 04:01
ThirdParty
[ DIR ]
drwxr-xr-x
2025-02-25 04:01
View
[ DIR ]
drwxr-xr-x
2025-02-25 04:01
WpWrapper
[ DIR ]
drwxr-xr-x
2025-02-25 04:01
AjaxResponse.php
1.9
KB
-rw-r--r--
2025-02-25 04:01
CliController.php
40.77
KB
-rw-r--r--
2025-02-25 04:01
DashNotifier.php
9.89
KB
-rw-r--r--
2025-02-25 04:01
LSCMException.php
651
B
-rw-r--r--
2025-02-25 04:01
LogEntry.php
1.72
KB
-rw-r--r--
2025-02-25 04:01
Logger.php
17.95
KB
-rw-r--r--
2025-02-25 04:01
PanelController.php
50.98
KB
-rw-r--r--
2025-02-25 04:01
PluginVersion.php
21.91
KB
-rw-r--r--
2025-02-25 04:01
RedefineGlobalFuncs.php
865
B
-rw-r--r--
2025-02-25 04:01
UserCommand.php
28.72
KB
-rw-r--r--
2025-02-25 04:01
Util.php
18.19
KB
-rw-r--r--
2025-02-25 04:01
WPCaller.php
53.47
KB
-rw-r--r--
2025-02-25 04:01
WPDashMsgs.php
4.75
KB
-rw-r--r--
2025-02-25 04:01
WPInstall.php
16.79
KB
-rw-r--r--
2025-02-25 04:01
WPInstallStorage.php
32.21
KB
-rw-r--r--
2025-02-25 04:01
Save
Rename
<?php /** ****************************************** * LiteSpeed Web Server Cache Manager * @author: LiteSpeed Technologies, Inc. (https://www.litespeedtech.com) * @copyright: (c) 2018 * ******************************************* */ namespace Lsc\Wp; class LSCMException extends \Exception { const E_ERROR = 0; /** * show trace msg */ const E_PROGRAM = 100; /** * error shown to user */ const E_PERMISSION = 101; const E_UNSUPPORTED = 102; /** * Exception is considered non-fatal. Used to determine * UserCommand->runAsUser() return status. */ const E_NON_FATAL = 103; }