Linux newlinux5.pouyasazan.org 3.10.0-962.3.2.lve1.5.60.el7.x86_64 #1 SMP Fri Jul 23 07:07:00 EDT 2021 x86_64
LiteSpeed
Server IP : 88.99.66.243 & Your IP : 216.73.216.178
Domains :
Cant Read [ /etc/named.conf ]
User : wdbbsgxf
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
local /
lsws /
add-ons /
cpanel /
lsws_whm_plugin /
Delete
Unzip
Name
Size
Permission
Date
Action
View
[ DIR ]
drwxr-xr-x
2021-08-31 18:50
bin
[ DIR ]
drwxr-xr-x
2021-08-31 18:50
res
[ DIR ]
drwxr-xr-x
2021-08-31 18:50
static
[ DIR ]
drwxr-xr-x
2021-08-31 18:50
WhmMod_LiteSpeed_CPanelConf.php
12.58
KB
-rw-r--r--
2021-08-31 18:50
WhmMod_LiteSpeed_ControlApp.php
38.44
KB
-rw-r--r--
2021-08-31 18:50
WhmMod_LiteSpeed_Util.php
43.12
KB
-rw-r--r--
2021-08-31 18:50
WhmMod_LiteSpeed_View.php
59.53
KB
-rw-r--r--
2021-08-31 18:50
WhmPluginException.php
657
B
-rw-r--r--
2021-08-31 18:50
WhmPluginLogEntry.php
1.99
KB
-rw-r--r--
2021-08-31 18:50
WhmPluginLogger.php
16.3
KB
-rw-r--r--
2021-08-31 18:50
addon_lsws.cgi
565
B
-rw-r--r--
2021-08-31 18:50
autoloader.php
796
B
-rw-r--r--
2021-08-31 18:50
buildtimezone.sh
11.63
KB
-rwxr-xr-x
2021-08-31 18:50
buildtimezone_ea4.sh
4.18
KB
-rwxr-xr-x
2021-08-31 18:50
cPanelInstall.sh
3.94
KB
-rwxr-xr-x
2021-08-31 18:50
index.php
1.73
KB
-rw-r--r--
2021-08-31 18:50
install_lsws_cp.sh
4.1
KB
-rwxr-xr-x
2021-08-31 18:50
lsws.cgi
995
B
-rw-r--r--
2021-08-31 18:50
lsws.conf
222
B
-rw-r--r--
2021-08-31 18:50
lsws.html.tt
1.39
KB
-rw-r--r--
2021-08-31 18:50
lsws_icon.png
1.56
KB
-rwxr-xr-x
2021-08-31 18:50
lsws_whm_plugin_install.sh
12.32
KB
-rwxr-xr-x
2025-02-04 01:28
lsws_whm_plugin_uninstall.sh
1.8
KB
-rwxr-xr-x
2021-08-31 18:50
php.ini
61
B
-rw-r--r--
2021-08-31 18:50
webcachemgrBootstrap.php
618
B
-rw-r--r--
2021-08-31 18:50
Save
Rename
<?php /* * ****************************************** * LiteSpeed Web Server Plugin for WHM * * @author LiteSpeed Technologies, Inc. (https://www.litespeedtech.com) * @copyright (c) 2019 * @since 3.3.4 * ******************************************* */ namespace LsPanel; /** * @since 3.3.4 */ class WhmPluginException extends \Exception { /** * Show trace msg. * * @since 3.3.4 * @var int */ const E_PROGRAM = 100; /** * Exception is considered non-fatal. Used to determine * UserCommand->runAsUser() return status. * * @since 3.3.4 * @var int */ const E_NON_FATAL = 103; }