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 /
supervision /
main /
[ HOME SHELL ]
Name
Size
Permission
Action
detail.php
3.16
KB
-rw-r--r--
indicator.php
30.6
KB
-rw-r--r--
livesearch1.php
795
B
-rw-r--r--
livesearch2.php
1.03
KB
-rw-r--r--
livesearch3.php
787
B
-rw-r--r--
livesearch4.php
1.02
KB
-rw-r--r--
livesearch_101.php
17.73
KB
-rw-r--r--
permission.php
11.16
KB
-rw-r--r--
report_1.php
31.11
KB
-rw-r--r--
report_2.php
29.43
KB
-rw-r--r--
report_3.php
21.18
KB
-rw-r--r--
report_4.php
5.9
KB
-rw-r--r--
report_5.php
4.04
KB
-rw-r--r--
sp1.php
62.26
KB
-rw-r--r--
sp1_mobile.php
50.04
KB
-rw-r--r--
sp2.php
6.59
KB
-rw-r--r--
sp3.php
5.75
KB
-rw-r--r--
sp4.php
5.23
KB
-rw-r--r--
standard.php
7.89
KB
-rw-r--r--
std_detail.php
8.18
KB
-rw-r--r--
std_detail2.php
9.22
KB
-rw-r--r--
supervision_activity.php
11.1
KB
-rw-r--r--
supervision_activity_number.ph...
10.05
KB
-rw-r--r--
supervision_activity_rate.php
5.49
KB
-rw-r--r--
supervision_item.php
11.3
KB
-rw-r--r--
supervision_year.php
11.12
KB
-rw-r--r--
teach_table.php
13.48
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : livesearch3.php
<?php session_start(); if(!(isset($_SESSION['login_user_id']))){ exit(); } require_once("../../../amssplus_connect.php"); require_once("../../../mainfile.php"); $q=$_GET["q"]; $return_file=$_GET["return_file"]; if(isset($_GET["item_index"])){ $item_index=$_GET["item_index"]; } else{ $item_index=""; } $response=""; $sql = "select school_code,school_name from system_school where 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=supervision&task=main/$return_file&school_code=$school_code&item_index=$item_index>$school_name</a>"."<br />"; } echo $response; ?>
Close