X7ROOT File Manager
Current Path:
/usr/local/lsws/admin/html.6.0.11/service
usr
/
local
/
lsws
/
admin
/
html.6.0.11
/
service
/
📁
..
📄
blockip_html.php
(469 B)
📄
graph_html.php
(1.8 KB)
📄
graph_xml.php
(2.36 KB)
📄
homeCont.php
(5.3 KB)
📄
logViewer.php
(2.1 KB)
📄
realtimeReport.php
(15.58 KB)
📄
realtimeReqReport.php
(6.89 KB)
📄
restart.html
(634 B)
📄
serviceMgr.php
(2.07 KB)
📄
verMgrCont.php
(3.42 KB)
📄
verMgrDownload.php
(525 B)
Editing: blockip_html.php
<?php require_once('../includes/auth.php'); $stats = new STATS(); $stats->parse_all(); $blocked_count = count($stats->blocked_ip); 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; ?>)</tr> <tr class="xtbl_value"><td> <?php echo join(', ', $stats->blocked_ip); ?> </td></tr> </table> <?php echo GUI::footer();
Upload File
Create Folder