<?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();
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| blockip_html.php | File | 648 B | 0644 |
|
| graph_html.php | File | 7.04 KB | 0644 |
|
| graph_xml.php | File | 3.21 KB | 0644 |
|
| homeCont.php | File | 5.3 KB | 0644 |
|
| logViewer.php | File | 2.1 KB | 0644 |
|
| realtimeReport.php | File | 11.44 KB | 0644 |
|
| realtimeReqReport.php | File | 6.89 KB | 0644 |
|
| restart.html | File | 634 B | 0644 |
|
| serviceMgr.php | File | 2.07 KB | 0644 |
|
| verMgrCont.php | File | 3.42 KB | 0644 |
|
| verMgrDownload.php | File | 525 B | 0644 |
|