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.144.149.217
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 : detail_tip.php
<?PHP include '1Head.php'; include '2HeadMenu.php'; include '2banner.php'; ?> <?PHP if (empty($_GET['id'])) { $Page_id = 0; } else { $Page_id = trim($_GET['id']); } if (empty($_GET['s'])) { $ShowPageID_s = 0; } else { $ShowPageID_s = trim($_GET['s']); } //echo $Page_id; $HomeID = $Page_id; $ShowPageID = $ShowPageID_s; include 'Structure/Structure_HomeList.php'; //echo $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"]; $HomeTime = $objResult_Home["Home_Time"]; $Home_Visitors = $objResult_Home["Home_Visitors"]; $count_Home_Visitors = $objResult["Home_Visitors"] + 1; // if(empty($_SESSION['CHK_IP_Home'])){ // $strSQL2 =" // UPDATE home SET // Home_Visitors = '".$count_Home_Visitors."' // WHERE Home_ID = '".$HomeID."' // "; // //echo $strSQL2; // $query=mysqli_query($objConnect,$strSQL2); // $IP = $_SERVER["REMOTE_ADDR"]; // $_SESSION['CHK_IP_Home']=$IP; // $IP = null; // } $strSQL2 = " UPDATE home SET Home_Visitors = '" . $count_Home_Visitors . "' WHERE Home_ID = '" . $HomeID . "' "; //echo $strSQL2; $query = mysqli_query($objConnect, $strSQL2); $date = date_create($HomeDate); $NewDate = date_format($date, "F d , Y"); // 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 "; $objQuery_Home_Img = $objConnect->query($SQL_Home_Img); $objQuery_Home_Img2 = $objConnect->query($SQL_Home_Img); // END Show img only LIMIT 1 /* echo "<br/>HomeID: ".$HomeID; echo "<br/>HomeSub: ".$HomeSub; echo "<br/>HomeShort: ".$HomeShort; echo "<br/>HomeDetail: ".$HomeDetail; */ // END article // พากหัว หลัก if ($HomeSub == "-") { $Check_HomeSub2 = ""; } else { $Check_HomeSub2 = $HomeSub; } //รายละเอียด if ($HomeDetail == "-") { $Check_HomeDetai2 = ""; } else { $Check_HomeDetai2 = $HomeDetail; } ?> <section style="background: #ebebeb;"> <div class="container" style="padding-top: 0px;padding-bottom: 120px;padding: 30px;"> <!-- Section Content --> <div class="section-content"> <div class="row"> <div class="col-md-12"> <h2 class="title text-white" style="color: #0b1592!important;font-size: 26px;font-weight: 600;text-align: center;"><?= $Check_HomeSub2; ?></h2> <hr style="border-bottom: 4px solid #FF9800;"> <?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"]; ?> <img src="model/upload/img/IMG_Home/<?= $HomeImg_Img; ?>" alt=""> <?PHP } ?> <hr> <?= $Check_HomeDetai2; ?> </div> </div> </div> </div> </section> <?PHP } ?> <?PHP include '3Footer.php'; include '4End.php'; ?>
Close