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 /
check /
[ HOME SHELL ]
Name
Size
Permission
Action
check_10.php
11.64
KB
-rw-r--r--
check_2.php
8.65
KB
-rwxr-xr-x
check_3.php
2.94
KB
-rwxr-xr-x
check_4.php
4.15
KB
-rwxr-xr-x
check_5.php
5.37
KB
-rwxr-xr-x
check_6.php
5.16
KB
-rwxr-xr-x
check_7.php
3.28
KB
-rwxr-xr-x
check_8.php
5.93
KB
-rwxr-xr-x
report_10.php
4.5
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : check_7.php
<?php defined( '_VALID_' ) or die( 'Direct Access to this location is not allowed.' ); if($result_permission['p10']!=1){ exit(); } require_once "modules/budget/time_inc.php"; //ปีงบประมาณ $sql = "select * from budget_year where year_active='1' order by budget_year desc limit 1"; $dbquery = mysqli_query($connect,$sql); $year_active_result = mysqli_fetch_array($dbquery); if($year_active_result['budget_year']==""){ echo "<br />"; echo "<div align='center'>ยังไม่ได้กำหนดทำงานในปีงบประมาณใด ๆ กรุณาไปที่เมนูตั้งค่าระบบ เพื่อกำหนดปีงบประมาณ</div>"; exit(); } ?> <br /> <table width="90%" border="0" align="center"> <tr> <td><div align="center"> <font color="#006666" size="3"><strong>รายการขอเบิกฯที่วางฎีกาผิดใบงวด ปีงบประมาณ <?php echo $year_active_result['budget_year']?></strong></font> </div></td> </tr> </table> <br> <?php $sql_person = "select * from person_main"; $dbquery_person = mysqli_query($connect,$sql_person); While ($result_person = mysqli_fetch_array($dbquery_person )){ $person_id= $result_person['person_id']; $person_name_ar[$person_id]= $result_person['name']." ".$result_person['surname']; } $sql= "select budget_withdraw.item, budget_withdraw.rec_date, budget_withdraw.item, budget_withdraw.money, budget_withdraw.deega, budget_withdraw.officer, plan_acti.code_approve from budget_withdraw left join plan_acti on budget_withdraw.pj_activity=plan_acti.code_acti where budget_withdraw.budget_year='$year_active_result[budget_year]' and plan_acti.budget_year='$year_active_result[budget_year]' and (budget_withdraw.deega>0 or budget_withdraw.deega is not null) "; $dbquery = mysqli_query($connect,$sql); //แสดงผล echo "<table width='70%' border='0' align='center'>"; echo "<Tr bgcolor='#FFCCCC' align='center'><Td width='10%'>ที่</Td><Td width='15%'>วดป</Td><Td width='30%'>รายการ</Td><Td width='30%'>จำนวนเงิน</Td><Td width='10%'>เจ้าหน้าที่</Td></Tr>"; $M=1; While ($result = mysqli_fetch_array($dbquery)){ $rec_date= $result['rec_date']; $deega= $result['deega']; $item= $result['item']; $officer= $result['officer']; $money= $result['money']; $money=number_format($money,2); $code_approve=$result['code_approve']; if($code_approve==""){ $code_approve="_"; } list($category,$rev_num) = explode("_",$code_approve); $sql_deega= "select receive_num from budget_deega where deega_num='$deega' and budget_year='$year_active_result[budget_year]' "; $dbquery_deega = mysqli_query($connect,$sql_deega); $result_deega = mysqli_fetch_array($dbquery_deega); if($result_deega['receive_num']==$rev_num){ continue; } else{ if(($M%2) == 0) $color="#FFFFC"; else $color="#FFFFFF"; $rec_date=thai_date_3($rec_date); echo "<Tr bgcolor='$color' align='center'><Td align='center'>$M</Td><Td align='left'>$rec_date</Td><Td align='left'>$item</Td><Td align='right'>$money</Td><Td align='left'>$person_name_ar[$officer]</Td></Tr>"; $M++; } } echo "</Table>"; ?>
Close