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 /
asset /
main /
[ HOME SHELL ]
Name
Size
Permission
Action
asset.php
89.73
KB
-rw-r--r--
asset_budget_type.php
6.99
KB
-rw-r--r--
asset_building.php
7.37
KB
-rw-r--r--
asset_code_model.php
7.75
KB
-rw-r--r--
asset_company.php
9.95
KB
-rw-r--r--
asset_form_upload.php
4.74
KB
-rw-r--r--
asset_list.php
12.23
KB
-rw-r--r--
asset_method.php
6.91
KB
-rw-r--r--
asset_notification.php
38.37
KB
-rw-r--r--
asset_permission.php
13.12
KB
-rw-r--r--
asset_print.php
9.88
KB
-rw-r--r--
asset_print1.php
8.43
KB
-rw-r--r--
asset_print_lend.php
3.49
KB
-rw-r--r--
asset_print_lend1.php
9.59
KB
-rw-r--r--
asset_print_lend2.php
8.85
KB
-rw-r--r--
asset_print_lendAll.php
3.27
KB
-rw-r--r--
asset_print_lendAll1.php
9.84
KB
-rw-r--r--
asset_print_qrcode.php
10.28
KB
-rw-r--r--
asset_print_qrcode1.php
1.45
KB
-rw-r--r--
asset_report1.php
20
KB
-rw-r--r--
asset_report23.php
20.09
KB
-rw-r--r--
asset_report4.php
19.76
KB
-rw-r--r--
asset_report_to_excell.php
6.54
KB
-rw-r--r--
asset_set.php
8.43
KB
-rw-r--r--
asset_status3.php
85.25
KB
-rw-r--r--
asset_status40.php
85.27
KB
-rw-r--r--
asset_type.php
9.5
KB
-rw-r--r--
index.php
5.76
KB
-rw-r--r--
livesearch.php
2.11
KB
-rw-r--r--
livesearch_notification.php
954
B
-rw-r--r--
manual.php
1.38
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : asset_print_qrcode1.php
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" href="../../../css/mm_training.css"> <?php require_once "../../../amssplus_connect.php"; include("../time_inc.php"); $officer=$_SESSION['login_user_id']; echo "<div align=right> | <a href='javascript:window.print();'>พิมพ์</a> | <a href='../../../?option=asset&task=main/asset_print_qrcode'>ปิด</a> </div>"; echo "<table border=1><tr>"; $id_array = $_POST['id_array']; $count_array = count($id_array); $COL='1'; $ROW='1'; for($i=0; $i<$count_array; $i++){ $sql = "select * from asset_main where id='$id_array[$i]' "; $dbquery = mysqli_query($connect,$sql); $result = mysqli_fetch_array($dbquery); //ส่วนแสดงผล echo "<td align='center'> <img src=../../../$result[photo_qrcode] width=100 height=100 border=0> <br><strong>$result[code_asset]</strong> </td>"; if($COL == '6'){ /*ขึ้นบรรทัดใหม่*/ echo "</tr><tr>"; /*นับใหม่*/ $COL='0'; } $COL++; if( ($ROW % 48)==0 ){ //1 บรรทัดมี 6 คอลัมภ์ หน้าหนึ่งมี 8 แถว = 6x8=48 echo "</table>"; echo "<DIV style='page-break-after: always'></DIV>"; //ขึ้นหน้าใหม่ } $ROW++; } echo "</table>"; //หมดหน้านี้ 7 แถว - ขึ้นหน้าใหม่ echo "<DIV style=\"page-break-after:always\"></DIV>"; ?>
Close