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 /
book /
main /
[ HOME SHELL ]
Name
Size
Permission
Action
book_delay.php
14.43
KB
-rw-r--r--
bookdetail.php
13.23
KB
-rwxr-xr-x
bookdetail_group.php
20.9
KB
-rwxr-xr-x
bookdetail_khet_person.php
16.14
KB
-rwxr-xr-x
bookdetail_khet_total.php
11.85
KB
-rwxr-xr-x
bookdetail_khet_total_2.php
11.87
KB
-rw-r--r--
bookdetail_saraban.php
18.39
KB
-rwxr-xr-x
bookdetail_school_person.php
13.71
KB
-rwxr-xr-x
bookdetail_school_saraban.php
20.33
KB
-rwxr-xr-x
bookdetail_school_total.php
10.3
KB
-rwxr-xr-x
bookdetail_school_total_2.php
10.69
KB
-rw-r--r--
booksenddetail.php
9.98
KB
-rwxr-xr-x
booksenddetail_2.php
10.38
KB
-rw-r--r--
group.php
5.46
KB
-rwxr-xr-x
group_member.php
4.19
KB
-rwxr-xr-x
group_member_report.php
2.68
KB
-rwxr-xr-x
livesearch.php
742
B
-rwxr-xr-x
livesearch_2.php
744
B
-rwxr-xr-x
livesearch_3.php
681
B
-rwxr-xr-x
move_book.php
6.11
KB
-rw-r--r--
person_chk.php
859
B
-rwxr-xr-x
receive.php
27.38
KB
-rw-r--r--
receive.php-OLD
26.39
KB
-rwxr-xr-x
receive.php==1
25.38
KB
-rwxr-xr-x
receive00.php
25.8
KB
-rwxr-xr-x
receive11.php
26.13
KB
-rwxr-xr-x
receive_mobile.php
23.72
KB
-rwxr-xr-x
report_1.php
13.08
KB
-rw-r--r--
report_2.php
13.21
KB
-rw-r--r--
select_send.php
9.07
KB
-rwxr-xr-x
select_send_2.php
8.78
KB
-rwxr-xr-x
send.php
41.59
KB
-rw-r--r--
send.php--1
35.79
KB
-rwxr-xr-x
send.php-OLD
40.13
KB
-rwxr-xr-x
send.php.save
38.56
KB
-rwxr-xr-x
send.php_bkkk
38.48
KB
-rwxr-xr-x
send_2.php
15.54
KB
-rwxr-xr-x
send_mobile.php
33.85
KB
-rwxr-xr-x
send_sch_2.php
11.96
KB
-rwxr-xr-x
sendto_show.php
2.31
KB
-rwxr-xr-x
z.php
248
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : group_member_report.php
<?php /** ensure this file is being included by a parent file */ defined( '_VALID_' ) or die( 'Direct Access to this location is not allowed.' ); echo "<form id='frm1' name='frm1'>"; echo "<br/>"; echo "<Center>"; echo "<Font color='#006666' Size=3><B>กลุ่มสถานศึกษา และสมาชิกกลุ่ม (Read only)</Font>"; echo "</Cener>"; echo "<br><br>"; echo "<TABLE width='100%' boder='0' Bgcolor='#Fcf9d8'>"; echo "<Tr align='center'><Td align='center' >กลุ่มสถานศึกษา <select name='grp_id' size='1'>"; echo "<option value = ''>เลือก</option>" ; $sql= "select * from book_group order by grp_id desc"; $dbquery=mysqli_query($connect,$sql); While ($result = mysqli_fetch_array($dbquery)){ if($_POST['grp_id']==$result['grp_id']){ $select="selected"; } else{ $select=""; } echo "<option value=$result[grp_id] $select>$result[grp_name]</option>"; } echo "</select>" ; echo " <INPUT TYPE='button' name='smb' value='ตกลง' onclick='goto_url(1)'></Td></Tr>"; echo "</TABLE>"; if($index==1){ echo "<br/>"; echo "<table width='55%' CELLSPACING=1 CELLPADDING=2>"; echo "<tr bgcolor='#000000' height='30'>"; echo "<td align='center' width='10%'><b><font color='#FFFFFF'>ที่</td>"; echo "<td align='center' width='25%'><b><font color='#FFFFFF'>รหัสสถานศึกษา</td>"; echo "<td align='center'><b><font color='#FFFFFF'>ชื่อสถานศึกษา</td>"; echo "</tr>"; $sql = "select * from book_group_member left join system_school on book_group_member.school_id=system_school.school_code where book_group_member.grp_id='$_POST[grp_id]' order by system_school.school_type,system_school.school_code"; $dbquery = mysqli_query($connect,$sql); $n=1; While ($result = mysqli_fetch_array($dbquery)){ $school_code= $result['school_code']; $school_name = $result['school_name']; if(($n%2)==0){ $bgcolor="#e8e8e8"; }else{ $bgcolor="#F5F5F5"; } echo "<tr bgcolor=$bgcolor>"; echo "<td align=center>$n</td>"; echo "<td align='center'>$school_code</td>"; echo "<td align='left'>$school_name</td>"; echo "</tr>"; $n++; } echo "</table>"; } //End index1 echo "</form>"; ?> <script> function goto_url(val){ if(val==0){ callfrm("?option=book&task=main/group_member_report"); // page ย้อนกลับ }else if(val==1){ if(frm1.grp_id.value == ""){ alert("กรุณาเลือกกลุ่มบุคลากร"); }else{ callfrm("?option=book&task=main/group_member_report&index=1"); //page ประมวลผล } } } </script>
Close