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 : student_sch_disable_report3_mobile.php
<?php /** ensure this file is being included by a parent file */ defined( '_VALID_' ) or die( 'Direct Access to this location is not allowed.' ); //ปีงบประมาณ $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(); } echo "<br>"; echo "<table width='90%' border='0' align='center'>"; echo "<tr align='center'><td><font color='#006666'><strong>สรุปจำนวนนักเรียนที่มีความต้องการพิเศษ</strong></font></td></tr><tr align='center'><td><font color='#006666'> ปีการศึกษา $year_active_result[ed_year]</font></td></tr>"; echo "</table>"; $sql = "select * from system_school order by school_type,school_code"; $dbquery = mysqli_query($connect,$sql); echo "<table width=95% border='0' align='center'>"; echo "<Tr bgcolor=#FFCCCC align='center' ><Td width='50'>ที่</Td><Td align='center'> โรงเรียน</Td><td>รวม</td></Tr>"; $M=1; $total_0=""; $total_1=""; $total_2=""; $total_3=""; $total_4=""; $total_5=""; $total_6=""; $total_7=""; $total_8=""; $total_9=""; $sum_total=""; While ($result = mysqli_fetch_array($dbquery)) { if(($M%2) == 0) $color="#FFFFC"; else $color="#FFFFF"; $id=$result['id']; $sql2 = "select disable_type, COUNT(spacial_student_disabled.id) as num from spacial_student_disabled left join student_main_main on spacial_student_disabled.person_id=student_main_main.person_id where student_main_main.ed_year='$year_active_result[ed_year]' and spacial_student_disabled.school_code='$result[school_code]' and student_main_main.school_code='$result[school_code]' group by disable_type "; $dbquery2 = mysqli_query($connect,$sql2); $disable_0=""; $disable_1=""; $disable_2=""; $disable_3=""; $disable_4=""; $disable_5=""; $disable_6=""; $disable_7=""; $disable_8=""; $disable_9=""; $total=0; While ($result2 = mysqli_fetch_array($dbquery2)){ if($result2['disable_type']==0){ $disable_0=$result2['num']; } if($result2['disable_type']==1){ $disable_1=$result2['num']; } if($result2['disable_type']==2){ $disable_2=$result2['num']; } if($result2['disable_type']==3){ $disable_3=$result2['num']; } if($result2['disable_type']==4){ $disable_4=$result2['num']; } if($result2['disable_type']==5){ $disable_5=$result2['num']; } if($result2['disable_type']==6){ $disable_6=$result2['num']; } if($result2['disable_type']==7){ $disable_7=$result2['num']; } if($result2['disable_type']==8){ $disable_8=$result2['num']; } if($result2['disable_type']==9){ $disable_9=$result2['num']; } } $total=$disable_0+$disable_1+$disable_2+$disable_3+$disable_4+$disable_5+$disable_6+$disable_7+$disable_8+$disable_9; $total_0=$total_0+$disable_0; $total_1=$total_1+$disable_1; $total_2=$total_2+$disable_2; $total_3=$total_3+$disable_3; $total_4=$total_4+$disable_4; $total_5=$total_5+$disable_5; $total_6=$total_6+$disable_6; $total_7=$total_7+$disable_7; $total_8=$total_8+$disable_8; $total_9=$total_9+$disable_9; $sum_total=$sum_total+$total; if($total>0){ echo "<Tr bgcolor=$color align='center'><Td>$M</Td>"; echo "<Td align='left'>$result[school_code] $result[school_name]</Td>"; echo "<td>$total</td>"; echo "</Tr>"; $M++; } } echo "<Tr bgcolor='#99FFFF' align='center'><td colspan='2'>รวม</td><td>$sum_total</td></tr>"; echo "</Table>"; ?>
Close