Uname: Linux server.thebazaar99.com 5.14.0-687.17.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Jun 22 07:21:26 EDT 2026 x86_64
Software: Apache
PHP version: 8.3.32 [ PHP INFO ] PHP os: Linux
Server Ip: 163.227.92.254
Your Ip: 216.73.217.24
User: gutlooks (1003) | Group: gutlooks (1005)
Safe Mode: OFF
Disable Function:
exec,passthru,shell_exec,system

name : index.php
 <?php $this->load->view('home/header');?>
		<section class="sliderBlock">
		    <div id="demo" class="carousel slide" data-ride="carousel">

			  <!-- Indicators -->
			  <ul class="carousel-indicators">
			<?php
		  	if($slider_res==true){
		  		$active = 0;
		  		foreach($slider_res as $s_row){
		  			$active++;
		  			if($active>1){
		  				$activeCls = '';
		  			}else{
		  				$activeCls = 'active';
		  			}?>
		  		<li data-target="#demo" data-slide-to="<?=$active?>" class="<?=$activeCls?>"></li>
		  	<?php }
		  	}?>		  	
			    
			   <!--  <li data-target="#demo" data-slide-to="1"></li>
			    <li data-target="#demo" data-slide-to="2"></li> -->
			  </ul>

			  <!-- The slideshow -->
			  <div class="carousel-inner">
		  	<?php
		  	if($slider_res==true){
		  		$active = 0;
                                $page_link="";
		  		foreach($slider_res as $s_row){
		  			$active++;
		  			if($active>1){
		  				$activeCls = '';
		  			}else{
		  				$activeCls = 'active';
		  			}
                                        $page_link = $s_row->page_link;
                                        ?>

                              <div class="carousel-item <?=$activeCls?>"><?php  if($page_link) { ?><a href=" <?php echo $page_link;?>"> <?php } ?>
                                      <img src="<?=base_url('uploads/slider/'.$s_row->name)?>"> <?php if($page_link) { ?></a> <?php } ?>
			    </div>
			<?php    
		  		}
		  	}
		  	?>
			
			  <!-- Left and right controls -->
			  <a class="carousel-control-prev" href="#demo" data-slide="prev">
			    <span class="carousel-control-prev-icon"></span>
			  </a>
			  <a class="carousel-control-next" href="#demo" data-slide="next">
			    <span class="carousel-control-next-icon"></span>
			  </a>

			</div>
		</section>
                <style>
                    .owl-prev{
                            z-index: 9;
    top: 69px;
    position: absolute;
    float: left;
    left: 0px;
                    }
                  .featureSlider .owl-nav .owl-next{
                        top: 100px;
                    }
                      .featureSlider_2 .owl-nav .owl-next{
                        top: 100px;
                    }
                     .featureSlider .owl-nav .owl-prev{
                        top: 100px;
                    }
                      .featureSlider_2 .owl-nav .owl-prev{
                        top: 100px;
                    }
                </style>
			 
 
		<section class="featureProduct">
			<div class="container">
				<div class="featureHeader">
					<h5><span>Our Offerings</span></h5>
				</div>
				<div class="feature-product1">
				<div class="row">
				<?php
				if($featured_product==true){
					foreach($featured_product as $f_row){
					$gallery = $this->Curd->fetch_where_order("tb_gallery",array("*"),array("product_id"=>$f_row->id),"ASC");	?>
					 <div class="col-md-3  mb-4">
					     	<a href="<?=base_url('home/product_detail/'.base64_encode($f_row->id))?>">
						   
								<div class="item-feature position-relative">
									<img src="<?=base_url('uploads/gallery/'.$gallery[0]->name)?>"  style="width:100%; ">
								</div>
								<div class="product-header text-center">
									<h2><?=ucwords($f_row->title)?></h2>
                                                                        <?php
									$price_res = $this->Curd->table_order_by('tb_product_price',array("product_id"=>$f_row->id),'reg_sale_price','desc','1');?>
									  <?php if($price_res) { ?>
                      <h6 class="">Weight <?=$price_res[0]->weight?></h6>
                      <h4> <i class="fa fa-rupee-sign"></i> <?=$price_res[0]->reg_sale_price?> <span><?=$price_res[0]->price?></span></h4>
                      <button class="addtCart shadow-sm"><i class="fe fe-shopping-cart"></i> Add to cart</button>
                      <?php } ?>
								</div>
								</a>
							</div>
						
				<?php		
					}
				}?>
				    
					 
				</div>
			</div>
		</section>
		 
		
	
		<?php $this->load->view('home/footer');?>
	</div>
	<?php 
	$res_popup = $this->Curd->fetch_where("tb_popup",array("*"),array("status"=>1));
	if($res_popup==true):?>
	<div class="popupOffer">
		<div class="mainContetnOffer">
	        <button class="btnClosed"><i class="fa fa-times"></i></button>
	        <div class="popupImg">
	            <a href="<?=$res_popup[0]->url?>"><img src="<?=base_url('uploads/popup/'.$res_popup[0]->name)?>" style="width:100%;"></a>
	        </div>
	    </div>
	</div>
	<?php endif;?>
  
© 2026 GrazzMean