One Hat Cyber Team
Your IP :
3.14.146.45
Server IP :
172.67.155.96
Server :
Linux server3.shared.spaceship.host 4.18.0-372.9.1.1.lve.el8.x86_64 #1 SMP Tue May 24 07:49:22 EDT 2022 x86_64
Server Software :
LiteSpeed
PHP Version :
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
local
/
lsws
/
admin
/
html.6.1.2
/
service
/
View File Name :
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();