Linux evo.fastest-server.com 5.14.0-284.1101.el9.tuxcare.11.els11.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 14 13:30:35 UTC 2026 x86_64
LiteSpeed
Server IP : 103.249.112.113 & Your IP : 216.73.217.135
Domains : 988 Domain
User : tanishks
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
src /
lsws /
lsws-6.1.2 /
admin /
html /
service /
Delete
Unzip
Name
Size
Permission
Date
Action
blockip_html.php
469
B
-rw-r--r--
2020-01-03 18:08
graph_html.php
7.04
KB
-rw-r--r--
2022-11-18 20:30
graph_xml.php
3.21
KB
-rw-r--r--
2022-11-18 20:30
homeCont.php
5.3
KB
-rw-r--r--
2023-06-16 14:26
logViewer.php
2.1
KB
-rw-r--r--
2019-07-01 19:49
realtimeReport.php
11.19
KB
-rw-r--r--
2023-06-16 14:26
realtimeReqReport.php
6.89
KB
-rw-r--r--
2023-06-16 14:26
restart.html
634
B
-rw-r--r--
2014-02-12 00:11
serviceMgr.php
2.07
KB
-rw-r--r--
2023-06-16 14:26
verMgrCont.php
3.42
KB
-rw-r--r--
2023-06-16 14:26
verMgrDownload.php
525
B
-rw-r--r--
2023-06-16 14:26
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();