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 /
expand /
[ HOME SHELL ]
Name
Size
Permission
Action
images
[ DIR ]
drwxr-xr-x
index.php
994
B
-rw-r--r--
permission_sch.php
11.32
KB
-rw-r--r--
pic_show.php
1.92
KB
-rw-r--r--
pic_show2.php
736
B
-rw-r--r--
student_sch_disable.php
59.36
KB
-rw-r--r--
student_sch_disable_report1.ph...
24.35
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : pic_show.php
<!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']; $pic2 = explode("spacial_student/",$pic); if(isset($pic2[1])){ $pic3=$pic2[1]; } else{ $pic3=""; } $full_name="$prename$name $surname"; echo "<br>"; echo "<div align='center'><img src='../$pic3' 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