SILENT KILLERPanel

Current Path: > > usr > local > lsws > admin > > > html > service


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //usr/local/lsws/admin///html/service

NameTypeSizeLast ModifiedActions
blockip_html.php File 648 bytes August 05 2025 14:49:11.
graph_html.php File 7209 bytes August 05 2025 14:49:11.
graph_xml.php File 3292 bytes August 05 2025 14:49:11.
homeCont.php File 5425 bytes August 05 2025 14:49:11.
logViewer.php File 2155 bytes August 05 2025 14:49:11.
realtimeReport.php File 11713 bytes August 05 2025 14:49:11.
realtimeReqReport.php File 7057 bytes August 05 2025 14:49:11.
restart.html File 634 bytes August 05 2025 14:49:11.
serviceMgr.php File 2124 bytes August 05 2025 14:49:11.
verMgrCont.php File 3502 bytes August 05 2025 14:49:11.
verMgrDownload.php File 525 bytes August 05 2025 14:49:11.

Reading File: //usr/local/lsws/admin///html/service/blockip_html.php

<?php
require_once('../includes/auth.php');

$stats = new STATS();
$stats->parse_all();
$blocked_count = count($stats->blocked_ip);

$help_key = 'antiddos_blocked_ip';
$dhelp_item = DATTR_HELP::GetInstance()->GetItem($help_key);
$help = '&nbsp;&nbsp;&nbsp;&nbsp' . $dhelp_item->render($help_key);

echo GUI::header();

?>
<table class="xtbl" width="100%" border="0" cellpadding="4" cellspacing="1">
<tr height="15"><td class="xtbl_title">Current Blocked IP List (Total <?php echo $blocked_count . ')' . $help; ?> </tr>

<tr class="xtbl_value"><td>

<?php
	echo join(', ', $stats->blocked_ip);
?>			

</td></tr>
</table>

<?php

echo GUI::footer();

SILENT KILLER Tool