Linux moon.hostseba.com 4.18.0-553.51.1.lve.el8.x86_64 #1 SMP Tue May 6 15:14:12 UTC 2025 x86_64
LiteSpeed
Server IP : 103.174.152.68 & Your IP : 216.73.216.150
Domains :
Cant Read [ /etc/named.conf ]
User : julaysp1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
local /
lsws /
admin /
html.6.0.12 /
service /
Delete
Unzip
Name
Size
Permission
Date
Action
blockip_html.php
469
B
-rw-r--r--
2024-01-20 16:59
graph_html.php
1.8
KB
-rw-r--r--
2024-01-20 16:59
graph_xml.php
2.36
KB
-rw-r--r--
2024-01-20 16:59
homeCont.php
5.3
KB
-rw-r--r--
2024-01-20 16:59
logViewer.php
2.1
KB
-rw-r--r--
2024-01-20 16:59
realtimeReport.php
15.58
KB
-rw-r--r--
2024-01-20 16:59
realtimeReqReport.php
6.89
KB
-rw-r--r--
2024-01-20 16:59
restart.html
634
B
-rw-r--r--
2024-01-20 16:59
serviceMgr.php
2.07
KB
-rw-r--r--
2024-01-20 16:59
verMgrCont.php
3.42
KB
-rw-r--r--
2024-01-20 16:59
verMgrDownload.php
525
B
-rw-r--r--
2024-01-20 16:59
Save
Rename
<?php require_once("../includes/auth.php"); $graph_title = DUtil::getGoodVal(DUtil::grab_input("get","gtitle")); $vhost = DUtil::getGoodVal(DUtil::grab_input("get","vhost")); $extapp = DUtil::getGoodVal(DUtil::grab_input("get","extapp")); $items = DUtil::getGoodVal(DUtil::grab_input("get","items")); $titles = DUtil::getGoodVal(DUtil::grab_input("get","titles")); $colors = DUtil::getGoodVal(DUtil::grab_input("get","colors")); $yaxis = DUtil::getGoodVal(DUtil::grab_input("get","yaxis")); $xmlsrc = 'graph_xml.php?vhost=' . urlencode($vhost) . '&extapp=' . urlencode($extapp) . '&items=' . urlencode($items) . '&titles=' . urlencode($titles) . '&colors=' . urlencode($colors) . '&yaxis=' . urlencode($yaxis); $xmlsrc = urlencode($xmlsrc); echo GUI::header(); ?> <table class="xtbl" width="100%" border="0" cellpadding="4" cellspacing="1"> <tr height="15"><td class="xtbl_title"><?php echo htmlspecialchars($graph_title,ENT_QUOTES)?> (interval = 10 secs)</td></tr> <tr class="xtbl_value"><td> <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="100%" HEIGHT="220" id="charts" ALIGN=""> <PARAM NAME=movie VALUE="/static/flash/charts.swf?license=D1XIRHMWKRL.HSK5T4Q79KLYCK07EK&library_path=/static/flash/charts_library&xml_source=<?php echo $xmlsrc;?>"> <PARAM NAME=quality VALUE=high> <EMBED src="/static/flash/charts.swf?license=D1XIRHMWKRL.HSK5T4Q79KLYCK07EK&library_path=/static/flash/charts_library&xml_source=<?php echo $xmlsrc;?>" quality=high WIDTH="100%" HEIGHT="220" NAME="charts" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"> </EMBED> </OBJECT> </td></tr> </table> <?php echo GUI::footer();