Al-HUWAITI Shell
Al-huwaiti


Server : Apache
System : Linux server.xvl.jdw.mybluehostin.me 5.14.0-611.49.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Apr 21 16:39:08 EDT 2026 x86_64
User : gcmknlac ( 1031)
PHP Version : 7.4.33
Disable Function : NONE
Directory :  /home/gcmknlac/public_html/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/gcmknlac/public_html/page.php
<?php
include "config.php";

$slug = $_GET['slug'];
$menu = $_GET['menu'];
$page_info = $db->selectRow('pages', '*', array('slug'=>$slug));
?>
<!DOCTYPE html>
<html>
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
	<title>Government College For Men, Kurnool</title>
	<!--/tags -->
	<meta name="viewport" content="width=device-width, initial-scale=1">
	
	<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>

<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;
}
ul{
		margin-left: 25px;
	}
	ul li{
		padding: 10px;
	}
</style>
</head>
<body style="background-color: #ffeee6">

<?php include("includes/header.php"); ?>

<div class="col-xl-12" style="margin-top: px;">
  <style>
  /* Make the image fully responsive */
 		 .carousel-inner img {
      			width: 100%;
     		 	height: 100%;
  			}
  </style>
  <div class="row">
    <div class="col-xl-3"  >
       <?php include("includes/left-menu.php"); ?>
		</div>
    
    <div class="col-xl-9">
      <!-- banner -->
      <br>
      <!--Card system-->
      <div class="row">
        <div class="col-xl-12 col-md-5  h-100 ">
          <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> <span class="design1"><?php echo $page_info->title; ?></span></h4>
                  <hr id="line">
<?php echo $page_info->content; ?>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>
</div>
<!--/.navbar-->
<?php include("includes/footer.php"); ?>
<!-- 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 -->
</body>
</html>

Al-HUWAITI Shell