403Webshell
Server IP : 104.21.80.248  /  Your IP : 172.71.28.155
Web Server : Apache/2.4.25 (Win32) OpenSSL/1.0.2j PHP/5.6.30
System : Windows NT WIN-ECQAAA40806 6.2 build 9200 (Windows Server 2012 Standard Edition) i586
User : SYSTEM ( 0)
PHP Version : 5.6.30
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /Inetpub/www/myoffice/2563/modules_241262/admin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /Inetpub/www/myoffice/2563/modules_241262/admin/user_laysen.php
<?
CheckAdmin($_SESSION['admin_user'], $_SESSION['admin_pwd']);
?>
<table width=100%  border="0" height=500 cellpadding="0" cellspacing="0">
    <tr class="unnamed1">
		<td valign="top">
<form name="form3" method="post" action="?name=admin&file=user_laysen">
  <table width=100%  border="0" align="right" cellpadding="0" cellspacing="0">
    <tr>
		<td width="630"><a href="?name=admin&amp;file=main">&nbsp;&nbsp;<img src="images/back.png" align="absmiddle" ><B>หน้าหลักผู้ดูแลระบบ</B></a>&nbsp;&nbsp;<img src="images/admin/admins.gif"  border="0" align="absmiddle" /><B>จัดการลายเซ็นของบุคลากร</B></td>
		<td width="200"><div align="right"><strong>ระบุชื่อ หรือ ชื่อสกุล</strong>&nbsp;&nbsp;</div></td>
		<td width="100"><input name="search" type="text" id="search" value="<?=$_GET["search"];?>"></td>
      <td width="70"><div align="left">&nbsp;&nbsp;<input type="submit" name="Submit2" value="ค้นหา"></div></td>
    </tr>
  </table>
  </form>
  </td>
  </tr>
  <tr>
		<td valign="top">
                                      <!-- แสดงผลรายการ -->
<?
//////////////////////////////////////////// แสดงรายชื่อ
if($_GET[op] == ""){
$db->connectdb(DB_NAME,DB_USERNAME,DB_PASSWORD);
$limit = 15 ;
$SUMPAGE = $db->num_rows(TB_user,"id","$SQLwhere category_name like '%$search%'  and level>3 and  status='1'  ");
$page=$_GET[page];
if (empty($page)){
	$page=1;
}
$rt = $SUMPAGE%$limit ;
$totalpage = ($rt!=0) ? floor($SUMPAGE/$limit)+1 : floor($SUMPAGE/$limit); 
$goto = ($page-1)*$limit ;
?>
                                      <form action="?name=admin&amp;file=user_cp&amp;op=user_del&amp;action=multidel" method="post" name="myform" id="myform">
                                        <table width="100%" align="center" cellspacing="2" cellpadding="1" >
                                          <tr bgcolor="#99ccac" height="25">
                                            <td><div align="center"><font color="#FFFFFF"><b>ชื่อ - นามสกุล</b></font></div></td>
											<td><div align="center"><font color="#FFFFFF"><b>กลุ่ม</b></font></div></td>
                                            <td><div align="center"><font color="#FFFFFF"><b>ลายเซ็น</b></font></div></td>
                                            <td><div align="center"><font color="#FFFFFF"><b>เพิ่มลายเซ็น</b></font></div></td> 
                                          </tr>
<?
$res[user] = $db->select_query("SELECT * FROM ".TB_user." WHERE category_name like '%$search%'  and level>3 and  status='1' ORDER BY id DESC LIMIT $goto, $limit ");
while($arr[user] = $db->fetch($res[user])){
	$res[groups] = $db->select_query("SELECT * FROM ".TB_ADMIN_GROUP." WHERE id='".$arr[user][level]."' ");
	$arr[groups] = $db->fetch($res[groups]);
$res[working] = $db->select_query("SELECT * FROM ".TB_WORKING_CAT." WHERE id='".$arr[user][working]."'  ");
	$arr[working] = $db->fetch($res[working]);
  if ($i%2==0) 
{
	?><tr bgcolor="#FFFFC6" ><?
} else {
	?><tr bgcolor="ffffff" ><?
} ?>
                                            <td width="250" >&nbsp;&nbsp;<img src="images/admin/admins.gif"  border="0" align="absmiddle" />&nbsp;<? echo $arr[user][category_name];?></td>
											<td width="250" ><? echo $arr[working][category_name];?></td>
											<td align="center" width="400" ><img src="laysen/<? echo $arr[user][id];?>.jpg" alt="Not Found!"  border="0"></div><br>
	<div align="center">&nbsp;<b><? echo $arr[user][id];?></b></td>
                                            <td width="100"><a href="javascript:NewWindow('popup2.php?name=admin&file=signature2&amp;op=minepass_edit&id=<? echo $arr[user][id];?>','acepopup','500','400','center','front');"><font color="#FF0000">แก้ไขลายเซ็น</font></a></td>
                                          </tr>
										 

<?
	$i++;
 } 
 } 
?>
</table> 
</form> 
  <?
	SplitPage($page,$totalpage,"?name=admin&file=user_laysen");
	echo $ShowSumPages ;
	echo $ShowPages ;
?>
			</td>
          </tr>
      </table>

			</td>
          </tr>
        </tbody>
      </table>

Youez - 2016 - github.com/yon3zu
LinuXploit