Linux spg1.cloudpowerdns.com 5.14.0-611.34.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 18 05:51:10 EST 2026 x86_64
LiteSpeed
Server IP : 176.9.63.151 & Your IP : 216.73.217.94
Domains :
Cant Read [ /etc/named.conf ]
User : fastear1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
fastear1 /
.trash /
core.1 /
app /
Http /
Middleware /
Delete
Unzip
Name
Size
Permission
Date
Action
Authenticate.php
483
B
-rw-r--r--
2023-12-27 04:45
CheckStatus.php
589
B
-rw-r--r--
2023-12-27 04:45
CheckTrialExpiry.php
875
B
-rw-r--r--
2023-12-27 04:45
DemoMiddleware.php
804
B
-rw-r--r--
2023-12-27 04:45
EncryptCookies.php
294
B
-rw-r--r--
2023-12-27 04:45
FrontendMiddleware.php
0
B
-rw-r--r--
2024-01-12 11:29
Inactive.php
460
B
-rw-r--r--
2023-12-27 04:45
KycMiddleware.php
797
B
-rw-r--r--
2023-12-27 04:45
LanguageManager.php
494
B
-rw-r--r--
2023-12-27 04:45
LoginSecurityMiddleware.php
594
B
-rw-r--r--
2023-12-27 04:45
PreventRequestsDuringMaintenance.php
353
B
-rw-r--r--
2023-12-27 04:45
RedirectIfAdmin.php
525
B
-rw-r--r--
2023-12-27 04:45
RedirectIfAuthenticated.php
734
B
-rw-r--r--
2023-12-27 04:45
RedirectIfNotAdmin.php
531
B
-rw-r--r--
2023-12-27 04:45
RedirectIfNotTenantUser.php
631
B
-rw-r--r--
2023-12-27 04:45
RedirectIfTenantUser.php
702
B
-rw-r--r--
2023-12-27 04:45
ReferCondition.php
668
B
-rw-r--r--
2023-12-27 04:45
RegistrationOff.php
652
B
-rw-r--r--
2023-12-27 04:45
SetSubDomainInEveryRoute.php
707
B
-rw-r--r--
2023-12-27 04:45
Tenant.php
363
B
-rw-r--r--
2023-12-27 04:45
TrimStrings.php
368
B
-rw-r--r--
2023-12-27 04:45
TrustHosts.php
354
B
-rw-r--r--
2023-12-27 04:45
TrustProxies.php
636
B
-rw-r--r--
2023-12-27 04:45
VerifyCsrfToken.php
372
B
-rw-r--r--
2023-12-27 04:45
WithdrawStatusCheck.php
501
B
-rw-r--r--
2023-12-27 04:45
isEmailVerified.php
3.74
KB
-rw-r--r--
2023-12-27 04:45
Save
Rename
<?php namespace App\Http\Middleware; use Illuminate\Foundation\Http\Middleware\PreventRequestsDuringMaintenance as Middleware; class PreventRequestsDuringMaintenance extends Middleware { /** * The URIs that should be reachable while maintenance mode is enabled. * * @var array */ protected $except = [ // ]; }