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 | : 18.119.164.231
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 /
milovo /
theme /
[ HOME SHELL ]
Name
Size
Permission
Action
css
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
includes
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
_.htaccess
0
B
-rw-r--r--
about.php
9.12
KB
-rw-r--r--
blog.php
10.34
KB
-rw-r--r--
contact.php
5.91
KB
-rw-r--r--
gallery.php
3.8
KB
-rw-r--r--
indexold.html
36.83
KB
-rw-r--r--
service-single.php
5.35
KB
-rw-r--r--
services.php
5.31
KB
-rw-r--r--
team.php
16.6
KB
-rw-r--r--
work.php
5.14
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : gallery.php
<?php include("includes/header.php"); ?> <!--Page Title--> <section class="page-title" style="background-image:url(images/bg-parallax-01.jpg);"> <div class="container"> <h1>Gallery</h1> <ul class="bread-crumb clearfix"> <li><a href="index.php">Home</a></li> <li>Gallery</li> </ul> </div> </section> <!--End Page Title--> <!-- Gallery Section --> <section class="gallery-section position-relative cmm-section cst-padding"> <div class="auto-container"> <div class="sec-title mb-5 text-center"> <h2>Event Gallery</h2> </div> <div class="row gpage" id="ga-items"> <div class="gallery-item mb-4 col-lg-3 col-md-6 col-sm-12 wow fadeIn"> <div class="image-box"> <img src="images/about-img-1.jpg" alt=""> <div class="overlay-box"><a href="images/about-img-1.jpg" class="lightbox-image" data-fancybox='gallery'><span class="icon fa fa-expand-arrows-alt"></span></a></div> </div> </div> <!-- Gallery Item --> <div class="gallery-item mb-4 col-lg-3 col-md-6 col-sm-12 wow fadeIn"> <div class="image-box"> <img src="images/about-img-1.jpg" alt=""> <div class="overlay-box"><a href="images/about-img-1.jpg" class="lightbox-image" data-fancybox='gallery'><span class="icon fa fa-expand-arrows-alt"></span></a></div> </div> </div> <div class="gallery-item mb-4 col-lg-3 col-md-6 col-sm-12 wow fadeIn"> <div class="image-box"> <img src="images/about-img-1.jpg" alt=""> <div class="overlay-box"><a href="images/about-img-1.jpg" class="lightbox-image" data-fancybox='gallery'><span class="icon fa fa-expand-arrows-alt"></span></a></div> </div> </div> <div class="gallery-item mb-4 col-lg-3 col-md-6 col-sm-12 wow fadeIn"> <div class="image-box"> <img src="images/about-img-1.jpg" alt=""> <div class="overlay-box"><a href="images/about-img-1.jpg" class="lightbox-image" data-fancybox='gallery'><span class="icon fa fa-expand-arrows-alt"></span></a></div> </div> </div> <div class="gallery-item mb-4 col-lg-3 col-md-6 col-sm-12 wow fadeIn"> <div class="image-box"> <img src="images/about-img-1.jpg" alt=""> <div class="overlay-box"><a href="images/about-img-1.jpg" class="lightbox-image" data-fancybox='gallery'><span class="icon fa fa-expand-arrows-alt"></span></a></div> </div> </div> <div class="gallery-item mb-4 col-lg-3 col-md-6 col-sm-12 wow fadeIn"> <div class="image-box"> <img src="images/about-img-1.jpg" alt=""> <div class="overlay-box"><a href="images/about-img-1.jpg" class="lightbox-image" data-fancybox='gallery'><span class="icon fa fa-expand-arrows-alt"></span></a></div> </div> </div> <div class="gallery-item mb-4 col-lg-3 col-md-6 col-sm-12 wow fadeIn"> <div class="image-box"> <img src="images/about-img-1.jpg" alt=""> <div class="overlay-box"><a href="images/about-img-1.jpg" class="lightbox-image" data-fancybox='gallery'><span class="icon fa fa-expand-arrows-alt"></span></a></div> </div> </div> <!-- Gallery Item --> <ul class="styled-pagination mt-4 text-center"> <li><a href="#">1</a></li> <li><a href="#" class="active">2</a></li> <li><a href="#">3</a></li> <li><a href="#"><span class="icon fa fa-angle-right"></span></a></li> </ul> </div> <!--Styled Pagination--> </div> </section> <!--End Gallery Section --> <?php include("includes/footer.php"); ?>
Close