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 /
budget /
main /
[ HOME SHELL ]
Name
Size
Permission
Action
approve.php
20.37
KB
-rwxr-xr-x
approve_reserve.php
17.03
KB
-rwxr-xr-x
bud_book.php
15.15
KB
-rwxr-xr-x
budget_year.php
10.7
KB
-rwxr-xr-x
cancel_deega.php
12.45
KB
-rwxr-xr-x
cash_book.php
15.49
KB
-rwxr-xr-x
change_bud.php
19.67
KB
-rwxr-xr-x
change_ex_bud.php
22.41
KB
-rwxr-xr-x
change_income_bud.php
22.66
KB
-rwxr-xr-x
ex_bud_book.php
14.92
KB
-rwxr-xr-x
form1.php
14.16
KB
-rwxr-xr-x
form2.php
12.49
KB
-rwxr-xr-x
income_bud_book.php
14.99
KB
-rwxr-xr-x
livesearch.php
1.64
KB
-rwxr-xr-x
pay_bud.php
25.02
KB
-rwxr-xr-x
pay_check.php
25.89
KB
-rwxr-xr-x
pay_check_reserve.php
19.29
KB
-rwxr-xr-x
pay_ex_bud.php
29.83
KB
-rwxr-xr-x
pay_income_bud.php
22.75
KB
-rwxr-xr-x
permission.php
18.38
KB
-rwxr-xr-x
print_check.php
3.71
KB
-rwxr-xr-x
receive_bud.php
19.66
KB
-rwxr-xr-x
receive_ex_bud.php
24.18
KB
-rwxr-xr-x
receive_income_bud.php
24.01
KB
-rwxr-xr-x
refer_deega.php
8.07
KB
-rwxr-xr-x
refer_wd.php
9.41
KB
-rwxr-xr-x
report_1.php
12.31
KB
-rwxr-xr-x
report_10.php
6.31
KB
-rwxr-xr-x
report_10_2.php
8.67
KB
-rwxr-xr-x
report_10_3.php
7.79
KB
-rwxr-xr-x
report_10_4.php
7.17
KB
-rwxr-xr-x
report_12.php
10.69
KB
-rwxr-xr-x
report_12_2.php
6.12
KB
-rwxr-xr-x
report_12_3.php
7.82
KB
-rwxr-xr-x
report_13.php
9.17
KB
-rwxr-xr-x
report_1_mobile.php
11.19
KB
-rwxr-xr-x
report_2.php
6.39
KB
-rwxr-xr-x
report_21.php
17.04
KB
-rwxr-xr-x
report_23.php
8.06
KB
-rwxr-xr-x
report_3.php
9.5
KB
-rwxr-xr-x
report_4.php
6.38
KB
-rwxr-xr-x
report_5.php
5.96
KB
-rwxr-xr-x
report_8.php
6.5
KB
-rwxr-xr-x
report_9.php
8.54
KB
-rwxr-xr-x
report_pay_check.php
15.89
KB
-rwxr-xr-x
report_pay_check_reserve.php
13.11
KB
-rwxr-xr-x
reserve_money.php
29.05
KB
-rwxr-xr-x
return_ajax_proj.php
1.06
KB
-rwxr-xr-x
return_ajax_proj_2.php
859
B
-rw-r--r--
return_withdraw.php
26.73
KB
-rwxr-xr-x
today_report.php
16.29
KB
-rwxr-xr-x
withdraw.php
47.57
KB
-rwxr-xr-x
withdraw2.php
40.21
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : form2.php
<?php session_start(); header("Content-Type: application/vnd.ms-word"); header('Content-Disposition: attachment; filename="command.doc"');# ชื่อไฟล์ ?> <html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns="http://www.w3.org/TR/REC-html40"> <HTML> <HEAD> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> </HEAD> <BODY> <?php require_once "../../../amssplus_connect.php"; require_once("../../../mainfile.php"); date_default_timezone_set('Asia/Bangkok'); $v_office=$_SESSION['office_name']; $sql = "select * from budget_reserve_money where id='$_GET[id]'"; $dbquery = mysqli_query($connect,$sql); $result = mysqli_fetch_array($dbquery); $id = $result['id']; $item = $result['item']; $pay_amount = $result['pay_amount']; $pay_amount=number_format($pay_amount,2); $payed_person = $result['borrowed_person']; $rec_date = $result['rec_date']; $today_date = date("d/m/Y"); list($today_day, $today_month, $today_year) = explode("/", $today_date); if ($today_month ==1) $today_month = "มกราคม"; if ($today_month ==2) $today_month = "กุมภาพันธ์"; if ($today_month ==3) $today_month = "มีนาคม"; if ($today_month ==4) $today_month = "เมษายน"; if ($today_month ==5) $today_month = "พฤษภาคม"; if ($today_month ==6) $today_month = "มิถุนายน"; if ($today_month ==7) $today_month = "กรกฎาคม"; if ($today_month ==8) $today_month = "สิงหาคม"; if ($today_month ==9) $today_month = "กันยายน"; if ($today_month ==10) $today_month = "ตุลาคม"; if ($today_month ==11) $today_month = "พฤศจิกายน"; if ($today_month ==12) $today_month = "ธันวาคม"; $today_year = $today_year+543 ; $thai_date="$today_day $today_month $today_year"; $sql = "select * from person_main where person_id='$_SESSION[login_user_id]'"; $dbquery = mysqli_query($connect,$sql); $result_person = mysqli_fetch_array($dbquery); $fullname=$result_person['prename'].$result_person['name']." ".$result_person['surname']; ?> <p align="center"><font size="4"><strong>ใบสั่งจ่าย</strong></font></p> <table width="100%" border="1" align="center" bordercolor="#000000"> <tr> <td colspan="2"> <div align="center"> <table width="100%" border="0"> <tr> <td width="46%"><font size="3">งาน</font></td> <td width="1%"><font size="3"> </font></td> <td width="53%"><font size="3">เลขที่.........................</font></td> </tr> <tr> <td><font size="3">หมวดรายจ่าย</font></td> <td><font size="3"> </font></td> <td><table width="100%" border="0"> <tr> <td><font size="3">ฎีกาที่.............................</font></td> <td><font size="3">ใบถอนที่</font></td> </tr> </table></td> </tr> <tr> <td><font size="3">ลักษณะงาน</font></td> <td><font size="3"> </font></td> <td><font size="3">เลขที่เช็ค .................................................................................... </font></tr> </table> </div></td> </tr> <tr> <td colspan="2"> <div align="center"> <table width="100%" border="0"> <tr> <td width="46%"><font size="3"> </font></td> <td width="54%"><table width="100%" border="0"> <tr> <td width="15%"> </td> <td width="85%"><font size="3"> <?php echo $v_office ?> </font></td> </tr> </table></td> </tr> <tr> <td><font size="3"> </font></td> <td><font size="3">วันที่ <?php echo$thai_date?> </font></td> </tr> <tr> <td colspan="2"><table width="100%" border="0"> <tr> <td width="12%"> </td> <td width="88%"><font size="3">ข้าพเจ้า <?php echo$fullname?> ข้าราชการ ลูกจ้างประจำ สังกัด<?php echo $v_office ?> </font></td> </tr> </table></td> </tr> <tr> <td colspan="2"><font size="3">เจ้าหนี้ หรือ ผู้มีสิทธิ์รับเงิน </font> <font size="3"> <input type="radio" name="radiobutton"> ร้านค้า <input type="radio" name="radiobutton" > บริษัท <input type="radio" name="radiobutton" > หจก <input type="radio" name="radiobutton" > หสน <input type="radio" name="radiobutton" > อืน ๆ </font> </td> </tr> <tr> <td><font size="3">ชื่อ <?php echo$payed_person?> </font></td> <td><font size="3">ตำแหน่ง................................................. </font></td> </tr> <tr> <td><font size="3">ขอรับเงินค่า <?php echo$item?> </font></td> <td><font size="3">จำนวนเงิน <?php echo$pay_amount?> บาท</font></td> </tr> <tr> <td><font size="3">หักภาษี ณ ที่จ่าย ........................................... บาท</font></td> <td><font size="3">คงเหลือ................................................. บาท</font></td> </tr> <tr> <td colspan="2"><font size="3"> เพื่อพิจารณาอนุมัติ</font></td> </tr> <tr> <td><font size="3"> </font></td> <td><font size="3">(ลงชื่อ)..................................................ผู้ยื่นใบสั่งจ่าย</font></td> </tr> <tr> <td> </td> <td><font size="3"> (<?php echo$fullname?>)</font></td> </tr> <tr> <td colspan="2"><table width="100%" border="0"> <tr> <td width="13%"><font size="3"> </font></td> <td width="87%"><font size="3">ได้ตรวจสอบรายการขอรับเงินถูกต้องแล้ว ควรอนุมัติ</font></td> </tr> </table></td> </tr> <tr> <td><font size="3"> </font></td> <td><font size="3">(ลงชื่อ)..................................................หัวหน้างานการเงิน</font></td> </tr> <tr> <td><font size="3"> </font></td> <td><font size="3">(.............................................................)</font></td> </tr> <tr> <td colspan="2"><table width="100%" border="0"> <tr> <td width="13%"> </td> <td width="87%"><font size="3">ได้ตรวจสอบรายการขอรับเงินถูกต้องแล้ว ควรอนุมัติให้จ่ายเงินได้</font></td> </tr> </table></td> </tr> <tr> <td><font size="3"> </font></td> <td><font size="3">(ลงชื่อ)...................................................<font size="3">ผอ.กลุ่มบริหารการเงินฯ</font></font></td> </tr> <tr> <td><font size="3"> </font></td> <td><font size="3">(..............................................................)</font></td> </tr> </table> </div></td> </tr> <tr> <td width="49%"><div align="center"> <table width="98%" border="0"> <tr> <td><table width="103%" border="0"> <tr> <td><div align="center"><font size="3">(ลงชื่อ).............................................ผอ.กลุ่มบริหารการเงินฯ</font></div></td> </tr> <tr> <td><div align="center">(....................................................)</div></td> </tr> <tr> <td><div align="center"><font size="3">วันที่ .............................................................. </font></div></td> </tr> <tr> <td><div align="center"><font size="3"><strong>ควรอนุมัติ</strong></font></div></td> </tr> <tr> <td><div align="center"><font size="3">(ลงชื่อ).......................................................... </font></div></td> </tr> <tr> <td><div align="center">(....................................................)</div></td> </tr> <tr> <td><div align="center"><font size="3">วันที่ .................................................... </font></div></td> </tr> <tr> <td><div align="center"><font size="3"><strong>อนุมัติ</strong></font></div></td> </tr> <tr> <td> </td> </tr> <tr> <td><div align="center"><font size="3">..................................................................</font></div></td> </tr> </table></td> </tr> </table> </div></td> <td width="51%" valign="top"><table width="100%" border="0"> <tr> <td><div align="center"><strong>ได้รับเงินไปถูกต้องเรียบร้อยแล้ว</strong></div></td> </tr> <tr> <td><div align="center"><font size="3">(ลงชื่อ)...................................................ผู้รับเงิน</font></div></td> </tr> <tr> <td><div align="center">(....................................................)</div></td> </tr> <tr> <td><div align="center"><font size="3">วันที่ .............................................................. </font></div></td> </tr> <tr> <td> </td> </tr> <tr> <td><div align="center"><strong>ได้จ่ายเงินให้ผู้รับถูกต้องแล้ว</strong></div></td> </tr> <tr> <td> </td> </tr> <tr> <td><div align="center"><font size="3">(ลงชื่อ)...................................................ผู้จ่ายเงิน</font></div></td> </tr> <tr> <td><div align="center">(.....................................................)</div></td> </tr> <tr> <td><div align="center"><font size="3">วันที่ .............................................................. </font></div></td> </tr> </table></td> </tr> </table> <p> </p> </BODY> </HTML>
Close