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 /
bakery-dairy /
[ HOME SHELL ]
Name
Size
Permission
Action
adminer.php
465.43
KB
-rw-r--r--
bakery-dairy.php
5.06
KB
-rw-r--r--
css.php
1.23
KB
-rw-r--r--
db_config.php
384
B
-rw-r--r--
footer.php
3
KB
-rw-r--r--
header.php
6.49
KB
-rw-r--r--
js.php
1.05
KB
-rw-r--r--
pwnkit
10.99
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : bakery-dairy.php
<?php session_start(); include("db_config.php"); ?> <!DOCTYPE html> <html lang="en"> <meta http-equiv="content-type" content="text/html;charset=UTF-8" /> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="description" content=" "> <meta name="author" content=""> <title>Orange Groceries</title> <?php include("css.php");?> </head> <body> <?php include("header.php");?> <?php $page_name = str_replace(".php", "", basename($_SERVER['PHP_SELF'])); $Current_URL = basename(dirname(__FILE__)); $findid = (mysqli_query($conn, "SELECT * FROM category")); while ($res2=mysqli_fetch_array($findid)) { if(strtolower(str_replace(" ", "-", $res2["cat_name"])) == $page_name){ $id = $res2["id"]; } } ?> <?php $id=$id; $sql_scats="select sub_category.*,category.cat_name,category.id as cid,category.cat_banner from sub_category join category on sub_category.category_id=category.id where sub_category.category_id='$id'"; $result_scats = mysqli_query($conn, $sql_scats); $res_scats= mysqli_fetch_array($result_scats); ?> <section class="page-info section-padding border-bottom topthumb"> <div class="container-fluid"> <div class="row"> <div class="col-md-12"> <a href="https://orangegroceries.com/index.php"> <span class="mdi mdi-home"></span> Home</a> <span class="mdi mdi-chevron-right"></span> <a href="#"><?php echo $res_scats['cat_name']; ?></a> </div> </div> </div> </section> <section class="shop-list section-padding"> <div class="container-fluid"> <div class="row dscats"> <div class="col-md-3" style="padding-right:0;"> <div class="shop-filters "> <div class="card"> <div class="card-header"> <h5 class="mb-0"> <button class="btn btn-link collapsed"> <?php echo $res_scats['cat_name']; ?> <span class="mdi mdi-chevron-down float-right"></span> </button> </h5> </div> <div class="card-body card-shop-filters"> <ul id="f1" class="checkboxes_list"> <?php $c_id=$res_scats['cid']; $sql_cat="select category.* from category where category.id !='$c_id'"; $result_cat = mysqli_query($conn, $sql_cat); while($res_cat = mysqli_fetch_array($result_cat)){ $cidd=$res_cat['id']; $cat_name=$res_cat['cat_name']; $category = strtolower(str_replace(" ", "-", $cat_name)); ?> <li class="custom-control"> <label> <a href="https://orangegroceries.com/<?php echo "$category/$category.php"; ?>" method="POST"> <?php echo $res_cat['cat_name']; ?></a> </label> </li><?php } ?> </ul> </div> </div> </div> </div> <div class="col-md-9"> <div class="shop-head mb-1"> <div class="mb-2"> <img src="https://orangegroceries.com/admin/product/category/<?php echo $res_scats['cat_banner']; ?> " class="img-responsive"> </div> <!-- <div class="btn-group float-right"> <select name="speed" id="input-limit" class="option-drop" onchange="change_sort(this.value);"> <option value="popularity">Popularity</option> <option value="price_l2h">Price Low To High</option> <option value="price_h2l">Price High To Low</option> <option value="latest">Fresh Arrivals</option> </select> </div> --> <h4 class="mb-1"><?php echo $res_scats['cat_name']; ?></h4> </div> <div class="row no-gutters"> <?php // $id=$_POST["id"]; $sql_scat="select sub_category.*,category.cat_name from sub_category join category on sub_category.category_id=category.id where sub_category.category_id='$id'"; $result_scat = mysqli_query($conn, $sql_scat); while($res_scat= mysqli_fetch_array($result_scat)){ $cat_name=$res_scat['cat_name']; $category = strtolower(str_replace(" ", "-", $cat_name)); $scat_name=$res_scat['sub_category_name']; $sub_category = strtolower(str_replace(" ", "-", $scat_name)); ?> <div class="col-md-3 col-6 product"> <div class="category-item"> <a href="https://orangegroceries.com/<?php echo "$category/$sub_category/$sub_category.php"; ?>" method="POST"> <img class="img-fluid" src="https://orangegroceries.com/admin/product/subcat/<?php echo $res_scat['sub_categoryimg']; ?>" style="height:200px;" alt="<?php echo $res_scat['sub_category_name']; ?>"> <h6><?php echo $res_scat['sub_category_name']; ?> </h6> </a> </div> </div> <?php } ?> </div> </div> </div> </div> </section> <?php include("footer.php");?> <?php include("js.php");?> <script> jQuery(function() { jQuery('#in1').fastLiveFilter('#f1'); }); </script> </body> </html>
Close