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.220.25.158
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 /
Structure /
[ HOME SHELL ]
Name
Size
Permission
Action
Structure_Home.php
2.33
KB
-rw-r--r--
Structure_Home2.php
2.33
KB
-rw-r--r--
Structure_HomeList.php
2.52
KB
-rw-r--r--
Structure_HomeList_Detail.php
2.52
KB
-rw-r--r--
Structure_Home_asc - Copy.php
2.33
KB
-rw-r--r--
Structure_Home_asc.php
2.33
KB
-rw-r--r--
Structure_Home_desc.php
2.33
KB
-rw-r--r--
Structure_ProductAndCategory.p...
2.42
KB
-rw-r--r--
Structure_about.php
2.33
KB
-rw-r--r--
Structure_article.php
1.6
KB
-rw-r--r--
Structure_member.php
2.92
KB
-rw-r--r--
Structure_outservices.php
1.21
KB
-rw-r--r--
Structure_product_category.php
840
B
-rw-r--r--
Structure_schedulet.php
2.26
KB
-rw-r--r--
Structure_vdo.php
956
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Structure_vdo.php
<?PHP $SQL_VDO =" SELECT vdo.VDO_ID, vdo.VDO_Sub, vdo.VDO_Short, vdo.VDO_Detail, vdo.Member_ID, vdo.VDO_Date, vdo.VDO_Time, vdo.VDO_Img, vdo.VDO_Category, vdo.VDO_Visitors, vdo.StatusVDO_ID, status_vdo.StatusVDO_Name, member.Member_PrefixNameTH, member.Member_PrefixNameEN, member.Member_NameTH, member.Member_NameEN, position.Position_Name FROM position INNER JOIN (member INNER JOIN (status_vdo INNER JOIN vdo ON status_vdo.StatusVDO_ID = vdo.StatusVDO_ID) ON member.Member_ID = vdo.Member_ID) ON position.Position_ID = member.Position_ID WHERE vdo.StatusVDO_ID = 1 ORDER BY vdo.VDO_ID "; $objQuery_VDO= $objConnect->query($SQL_VDO); while($objResult_VDO= mysqli_fetch_array($objQuery_VDO)) { $VDOSub = $objResult_VDO["VDO_Sub"]; $VDOShort = $objResult_VDO["VDO_Short"]; $VDODetail = $objResult_VDO["VDO_Detail"]; } ?>
Close