Linux yavrix.internet-webhosting.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64
LiteSpeed
Server IP : 103.8.25.136 & Your IP : 216.73.217.173
Domains :
Cant Read [ /etc/named.conf ]
User : celfico1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
local /
lsws /
admin /
html.6.0.11 /
service /
Delete
Unzip
Name
Size
Permission
Date
Action
blockip_html.php
469
B
-rw-r--r--
2022-05-18 02:45
graph_html.php
1.8
KB
-rw-r--r--
2022-05-18 02:45
graph_xml.php
2.36
KB
-rw-r--r--
2022-05-18 02:45
homeCont.php
5.3
KB
-rw-r--r--
2022-05-18 02:45
logViewer.php
2.1
KB
-rw-r--r--
2022-05-18 02:45
realtimeReport.php
15.58
KB
-rw-r--r--
2022-05-18 02:45
realtimeReqReport.php
6.89
KB
-rw-r--r--
2022-05-18 02:45
restart.html
634
B
-rw-r--r--
2022-05-18 02:45
serviceMgr.php
2.07
KB
-rw-r--r--
2022-05-18 02:45
verMgrCont.php
3.42
KB
-rw-r--r--
2022-05-18 02:45
verMgrDownload.php
525
B
-rw-r--r--
2022-05-18 02:45
Save
Rename
<?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();