Linux server1.hosting4iran.com 4.18.0-553.123.2.el8_10.x86_64 #1 SMP Thu May 7 15:28:41 EDT 2026 x86_64
LiteSpeed
Server IP : 185.208.174.156 & Your IP : 216.73.216.79
Domains : 324 Domain
User : satitravel
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
local /
lsws /
add-ons /
webcachemgr /
src /
Panel /
Delete
Unzip
Name
Size
Permission
Date
Action
CPanel.php
23.89
KB
-rw-rw-r--
2026-05-26 17:51
ControlPanel.php
30.49
KB
-rw-rw-r--
2026-05-26 17:51
CustomPanelBase.php
1.09
KB
-rw-rw-r--
2026-05-26 17:51
CustomPanelExample.php
3.69
KB
-rw-rw-r--
2026-05-26 17:51
DirectAdmin.php
15.16
KB
-rw-rw-r--
2026-05-26 17:51
Plesk.php
11.95
KB
-rw-rw-r--
2026-05-26 17:51
Save
Rename
<?php /** ****************************************** * LiteSpeed Web Server Cache Manager * * @author LiteSpeed Technologies, Inc. (https://www.litespeedtech.com) * @copyright (c) 2020-2023 * @since 1.10 * ******************************************* */ namespace Lsc\Wp\Panel; abstract class CustomPanelBase extends ControlPanel { /** * The following functions deal with apache configuration files and * server/virtual host cache roots and will never be called in the * CustomPanel context. They are included here to meet abstract function * requirements in parent class ControlPanel. * */ protected function initConfPaths() {} protected function serverCacheRootSearch() {} protected function vhCacheRootSearch() {} protected function addVHCacheRootSection( array $file_contents, $vhCacheRoot = 'lscache' ) {} public function verifyCacheSetup() {} public function createVHConfAndSetCacheRoot( $vhConf, $vhCacheRoot = 'lscache' ) {} public function applyVHConfChanges() {} }