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 : sendto_show.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 require_once "../../../amssplus_connect.php"; require_once("../../../mainfile.php"); require_once("../time_inc.php"); echo "<table width='100%' border='0' align='center'>"; echo "<tr align='center'><td><font color='#006666' size='3'><strong>รายชื่อผู้รับจดหมาย</strong></font></td></tr>"; echo "</table>"; echo "<table width='600' border='0' align='center'>"; echo "<Tr bgcolor='#FFCCCC' align='center' class='style1'><Td width='60'>ที่</Td><Td width='300'>ชื่อ</Td><Td width='100'>รับ<Td width='200'>วดป. รับจดหมาย</Td></Tr>"; $sql_name = "select * from mail_sendto_answer left join person_main on mail_sendto_answer.send_to=person_main.person_id where mail_sendto_answer.ref_id='$_GET[ref_id]' "; $dbquery_name = mysqli_query($connect,$sql_name); $M=1; while ($result_name=mysqli_fetch_array($dbquery_name)) { $send_to=$result_name['send_to']; $prename=$result_name['prename']; $name= $result_name['name']; $surname = $result_name['surname']; $send_to=$result_name['send_to']; $answer=$result_name['answer']; $answer_time=$result_name['answer_time']; //กรณีโรงเรียน if($name==""){ $sql= "select * from person_sch_main where person_id='$send_to' "; $dbquery= mysqli_query($connect,$sql); $result=mysqli_fetch_array($dbquery); $prename=$result['prename']; $name= $result['name']; $surname = $result['surname']; } $full_name="$prename$name $surname"; if(($M%2) == 0) $color="#FFFFB"; else $color="#FFFFFF"; echo "<Tr bgcolor='$color' class='style1'><Td width='60' align='center'>$M</Td><Td>$full_name</Td><Td align='center'>"; if($answer==1){ echo "<img src=../../../images/yes.png border='0' alt='รับแล้ว'>"; } else{ echo "<img src=../../../images/no.png border='0' alt='ยังไม่รับ'>"; } echo "</Td><Td>"; if($answer_time>0){ echo thai_date_4($answer_time); } echo "</Td></Tr>"; $M++; } echo "</Table>"; ?> <br /> <div align="center"> <input type="submit" value=" ปิดหน้าต่างนี้ " name="submit1" onClick="javascript:window.close()"> </div> </body> </html>
Close