AnonSec Shell
Server IP : 162.214.74.102  /  Your IP : 216.73.216.139
Web Server : Apache
System : Linux dedi-4363141.lrsys.com.br 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64
User : lrsys ( 1015)
PHP Version : 5.6.40
Disable Function : exec,passthru,shell_exec,system
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/lrsys/public_html/lrsys_projetos/sopizzas/application/views/customer/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/lrsys/public_html/lrsys_projetos/sopizzas/application/views/customer/header.php
<!DOCTYPE html>
<html>

<head>
	<meta charset="utf-8">
	<meta http-equiv="X-UA-Compatible" content="IE=edge">
	<title>Dashboard</title>
	<!-- Tell the browser to be responsive to screen width -->
	<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
	<link rel="shortcut icon" href="<?php echo base_url(); ?>assets/favicon.ico" />
	<!-- Bootstrap 3.3.5 -->
	<link rel="stylesheet" href="<?php echo base_url(); ?>assets/css/bootstrap.min.css">
    <!-- Font Awesome -->
    <link rel="stylesheet" type="text/css" href="<?php echo base_url(); ?>assets/css/font-awesome.css">
    <!-- Theme style -->
    <link rel="stylesheet" type="text/css" href="<?php echo base_url(); ?>assets/css/timeslider.css">
    <link rel="stylesheet" href="<?php echo base_url(); ?>assets/css/AdminLTE_Customers.css">
	<link rel="stylesheet" type="text/css" href="<?php echo base_url(); ?>assets/css/customers.css">
	<link rel="stylesheet" type="text/css" href="<?php echo base_url(); ?>assets/css/component.css">
	<link rel="stylesheet" type="text/css" href="<?php echo base_url(); ?>assets/css/service-solutions.css">
	<link rel="stylesheet" type="text/css" href="<?php echo base_url(); ?>assets/plugins/iCheck/all.css">
	<link rel="stylesheet" href="<?php echo base_url(); ?>assets/plugins/timepicker/bootstrap-timepicker.min.css">
	<!-- jQuery 2.1.4 -->	<link rel="stylesheet" type="text/css" href="<?php echo base_url(); ?>assets/css/jquery.datetimepicker.css">
	<link rel="stylesheet" type="text/css" href="<?php echo base_url(); ?>assets/css/jquery.datetimepicker.css"/>
	<link rel="stylesheet" href="<?php echo base_url(); ?>assets/css/front-end/star-rating.css">

	<script src="<?php echo base_url(); ?>assets/plugins/jQuery/jQuery-2.1.4.min.js"></script>
	<script src="<?php echo base_url(); ?>assets/js/front-end/star-rating.js"></script>
	<script src="<?php echo base_url(); ?>assets/plugins/iCheck/icheck.min.js"></script>

	<!-- sweet alert -->
	<link rel="stylesheet" href="<?php echo base_url(); ?>assets/css/sweetalert.css">
	<script src="<?php echo base_url(); ?>assets/js/sweetalert-dev.js"></script>

	<style type="text/css">
		.main-header .logo{
			overflow: visible;
			position: relative;
		}
		.logo-lg
		{
			position: relative;

		}
		.sidebar { margin-top: 79px;background: #f8f8f8;padding-top: 10px;}
		.layershadow{position: absolute;
			left: 17px;
			top: 0px;
			background: white;
			border-bottom-left-radius: 10%;
			border-bottom-right-radius: 10%;
			width: 175px;
			height: 130px;
			padding: 4px;
			box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.57);
		}
		.pnglogo {padding: 0px;height: 120px;width: auto !important;}
		.content-wrapper{padding-top: 40px;}
		.navbar-header{position: relative;}
	    .logo img {position: absolute;right: 58px;height: 54px;top: 5px;}
	    .mctop75{margin-top: 75px;}
	    .navbar-toggle{margin-top: 17px;}
	    .round-layer{position: absolute;top: 66px;left: 30px;z-index: -1;display: none;}
	    .round-layer img{width: 175px;}
	    .cartamount {
		    float: left;
		    margin-left: 5px;
		    margin-top: 7px;
		}
	    @media (max-width: 767px)
	    {
	    	.content-header > h1 {
			    float: none !important;
			}
	    	.content-wrapper{padding-top: 0px;}
	      .logo img {
	      position: relative;
	      height: 75px;
	      margin-left: 0px;
	      margin-top: 5px;
	      left: 0px;
	      }
	      .round-layer{display: none;}
	      .main-header .logo{height: 85px;}
	      .padding15{padding:  8px !important;}
	      .cartamount {
		    float: left;
		    margin-left: 7px;
			margin-top: 7px;
			}
	    }
	    .admin_image {
		width: 210px;
		height: 191px;
		z-index: 99;
		top: 5px;
		left: 5px;
		right: 0px;
		position: absolute;
		opacity: 0;
		cursor: pointer;
		}
		.admin_image_wrap img {
		border-radius: 50%;
		}
		.nbr
		{
			margin-top: 6px;
			background: rgb(180, 201, 227) none repeat scroll 0% 0%;
			border: 1px solid rgb(180, 201, 227);
			color: black;
		}
	</style>
	
</head>
<?php
$cart = $this->cart->contents();
if (is_array($cart) && count($cart) > 0 && $this->session->userdata('order_restaurant_id')) {
	$cartCount = $this->cart->total_items();
	$session_data = $this->session->userdata('order_restaurant_id');
	$restaurant_id = $session_data['id'];
	$this->db->select('restaurant_seourl');
	$this->db->from('rt_restaurant');
	$this->db->where('restaurant_id', $restaurant_id);
	$myQuery = $this->db->get();
	$myData = $myQuery->row();
	$cartLink = base_url().'restaurantviewpage/'.$myData->restaurant_seourl;
}
else {
	$cartCount = 0;
	$cartLink = base_url();
}
?>
<body class="hold-transition skin-blue sidebar-mini" id="serviceSolution">
<input type="hidden" id="myCsrf" name="<?php echo $this->security->get_csrf_token_name(); ?>" value="<?php echo $this->security->get_csrf_hash(); ?>" />
<script type="text/javascript">
  var myCsrfHash = $('#myCsrf').attr('value');
</script>
<div id="myLoader" class="myLoader"></div>
	<div class="wrapper new-wrapper">

		<header class="main-header custom-header">

			<!-- Logo -->
			<a href="<?php echo base_url();?>" class="logo">
				<img src="<?=base_url();?>assets/logo-main.png" alt="Logo">
			</a>
			<div class="round-layer">
              <img src="<?=base_url();?>assets/img/front-end/round-layer1.png">
            </div>
			<nav class="navbar navbar-static-top nav-color" role="navigation">
				<!-- Sidebar toggle button-->				
				<ul class="nav navbar-nav mtml" id="cuisine">
					<li class="dropdown notifications-menu" id="cusli1">
						
						
					</li>
					
					
				</ul>

				
		<!-- Navbar Right Menu -->
		<div class="navbar-custom-menu managemargin">
			<ul class="nav navbar-nav">
				<li class="dropdown notifications-menu" style="">
					<a href="<?php echo base_url();?>" class="mobLogo">
						<img src="<?=base_url();?>assets/logo-main.png" alt="Logo">
					</a>
				</li>
				<li class="dropdown notifications-menu goesRight" style="">
	                <a href="<?=base_url().'restaurantslisting'?>" class="padding15"> <button onclick="" style="margin-top: 6px;" class="btn btn-sm btn-success filter-submit nbr"><i class="fa fa-home"></i> <?php echo $this->lang->line('Nearby_Restaurants');?></button></a>
	            </li>
				<li class="dropdown notifications-menu goesRight" style="">
	                <a href="<?=$cartLink?>" class="padding15">
						<p class="cart-icon"><i class="fa fa-shopping-cart" aria-hidden="true" style=""></i><span class="cartamount"><?=$cartCount?></span></p>
					</a>
	            </li>
				
				<li class="dropdown notifications-menu goesRightDown">
					<a href="#" class="dropdown-toggle padding15" data-toggle="dropdown">
						<?php
						$customer_name ='';
							$logged_in = $this->session->userdata('logged_in_customer');
							if ($logged_in['username'] != '') {
								$customer_name = $logged_in['username'];
							}
						?>
						<span style="color:black;" ><?php echo $this->lang->line('Welcome');?> <?php echo $customer_name; ?>! </span>
						<?php
		                  $logged_in = $this->session->userdata('logged_in_customer');
		                  if($logged_in['fb_id'] == '')
		                  {
		                    if ($logged_in['customer_image'] != '') {
		                      if (strpos($logged_in['customer_image'], 'http') || strpos($logged_in['customer_image'], '.com')) {
		                        $admin_image = $logged_in['customer_image'];
		                      }
		                      else {
		                        $admin_image = base_url().CUSTOMER_LOGO_PATH_THUMBS.$logged_in['customer_image'];
		                      }
		                      //$admin_image = base_url().CUSTOMER_LOGO_PATH_THUMBS.$logged_in['customer_image'];
		                    }
		                    else {
		                      $admin_image = base_url().'assets/img/login.png';
		                    }
		                  }else{
		                    $admin_image =$logged_in['facebook_image'];
		                }
		                ?>
						<img style="width: 33px; height: 35px; border-radius: 50%;" src="<?php echo $admin_image; ?>" id="show_customer_image_header">
						<i class="fa fa-angle-down" aria-hidden="true"></i>

					</a>
					<ul class="dropdown-menu">
						<li>
							<!-- inner menu: contains the actual data -->
							<ul class="menu">
                                <?php if(isset($rewardAvailability) && $rewardAvailability){?>
                                <li class="text-center">
                                    <span>
                                            Reward Point<br> <strong style="font-size: 20px;"><?=$pointDetails["points"]?></strong>
                                        </span><br/>
									<button onclick="window.location.href='<?php echo base_url(); ?>customer/dashboard/redeem'" class="btn btn-sm btn-success filter-submit nbr">
										<span class="flL"><i class="fa fa-money text-blue"></i>&nbsp;&nbsp;<?php echo $this->lang->line('RedeemPoint');?></span>
									</button>
								</li>
                                <?php
                                }?>
                                <li>
                                    <a href="<?php echo base_url(); ?>customer/dashboard/profile" >
                                        <span class="flL"><i class="fa fa-user text-blue"></i>&nbsp;&nbsp;<?php echo $this->lang->line('My_Profile');?></span>
                                    </a>
                                </li>
								<li>
									<a href="<?php echo base_url(); ?>customer/dashboard/" >
										<span class="flL"><i class="fa fa fa-history text-yellow"></i>&nbsp;&nbsp;<?php echo $this->lang->line('Order_History');?></span>
									</a>
								</li>
								<li>
									<a href="<?php echo base_url(); ?>customer/dashboard/favorites" >
										<span class="flL"><i class="fa fa-heart text-red"></i>&nbsp;&nbsp;<?php echo $this->lang->line('Favorites');?></span>
									</a>
								</li>
								<li>
									<a href="<?php echo base_url(); ?>customer/dashboard/changepassword" >
										<span class="flL"><i class="fa fa-lock text-green"></i>&nbsp;&nbsp;<?php echo $this->lang->line('Change_Password');?></span>
									</a>
								</li>
								<li>
					                <a href="<?=base_url().'restaurantslisting'?>" ><?php echo $this->lang->line('Nearby_Restaurants');?>
									</a>
					            </li>
								<li class="hidden-lg hidden-md hidden-sm visible-xs">
					                <a href="<?=$cartLink?>" class="padding15">
										<p class="cart-icon"><i style="color: black;" class="fa fa-shopping-cart" aria-hidden="true" style=""></i><span style="border: 1px solid black;color: black;" class="cartamount"><?=$cartCount?></span></p>
									</a>
					            </li>
								<li>
									<a href="<?php echo base_url(); ?>customer/dashboard/logout">
										<span class="flL"><i class="fa fa-sign-out text-red"></i>&nbsp;&nbsp;<?php echo $this->lang->line('Log_Out');?></span>
									</a>
								</li>
							</ul>
						</li>
					</ul>
				</li>
			</ul>
		</div>

	</nav>
</header>
<div class="fix-hgt"></div>

Anon7 - 2022
AnonSec Team