403Webshell
Server IP : 103.234.187.230  /  Your IP : 216.73.216.216
Web Server : Apache
System : Linux lserver42043-ind.megavelocity.net 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
User : apache ( 48)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/html/rsdgroup/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/rsdgroup/index.php
<?php
include_once("conf/settings.php");
include_once("conf/func.php");

$featuredRecipe = getFeaturedRecipe("`tblRecipe` WHERE `Status` = 'Active' AND `featured_status` = 'Featured' ORDER BY Category_Id DESC LIMIT 0,1 ");

$getAnandaBrandDetails  =	getBrandDetails("tblSpecies",1);
$getDairyIndiaBrandDetails  =	getBrandDetails("tblSpecies",2);
$getGBrandDetails  =	getBrandDetails("tblSpecies",3);
//echo "<pre>";print_r($getAnandaBrandDetails);die;
?>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Best Dairy Food Products Manufacturers Brand in India | Ananda</title>
<meta name="Keywords" content="dairy product companies in india, dairy product suppliers in India, dairy product manufacturers in india, best dairy brand in india, dairy products brand in India, dairy food products in India">
<meta name="Description" content="Ananda is listed in best dairy products manufacturers and suppliers companies in India that offer dairy food products such as milk, Dahi, paneer etc.">
<link rel="stylesheet" href="<?php echo @$baseurl;?>css/style.css">
<link media="screen" rel="stylesheet" href="<?php echo @$baseurl;?>css/colorbox_new1.css" />
<script type="text/javascript" src="<?php echo @$baseurl;?>js/jquery-1.4.4.min.js"></script>
<!--[if lt IE 9]>
<script src="js/html5.js"></script>
<![endif]-->
<script type="text/javascript" src="<?php echo @$baseurl;?>js/stepcarousel.js"></script>
</head>

<body>    
<!--header start here-->  
<?php include_once("inc/header.php"); ?>
<!--header end here-->  

<!--section start here-->
<section>
	<div class="morethan">
    	<h1>More than 26 Years of Success </h1>
        <p>Ananda story began in 1989 Ananda Group, Ananda Dairy Foods, a leading dairy products brand in India is instrumental in providing dairy products at par with international standards. We focus on building leadership positions in branded and value added markets across the dairy sector. We at Ananda Group foll...</p>
    </div>
    
    <div class="aboutcompany">
    	<div class="part1">
        	<div class="box1"></div>
            <div class="box2"></div>
            <div class="box3"></div>
        </div>
        
        <div class="part2">
        	<div class="box1"></div>
            <div class="box2"></div>
        </div>
    <div class="cl"></div></div>
    
    <div class="successfulBrand">
    	<div class="successfulBrandIn">
        	<h1>Our three Successful Brands</h1>
            <div class="brndImage">
            
            	<div class="brandBox1">
				    <?php 
					if($getAnandaBrandDetails[0]['Species_Image']!="" && file_exists("cat_images/products/".$getAnandaBrandDetails[0]['Species_Image']))
					{
					  $ananda_image = @$baseurl."cat_images/products/".$getAnandaBrandDetails[0]['Species_Image'];  
					}
					?>
                	<a href="<?php echo @$baseurl;?>ananda.html">
					<img src="<?php echo $ananda_image; ?>" alt="<?php echo $getAnandaBrandDetails[0]['Species_Name'];?>" border="0" width="197" height="92">
					</a>
					
                    <p><?php echo substr(strip_tags($getAnandaBrandDetails[0]['Species_Description']),0,75); if(strlen(strip_tags($getAnandaBrandDetails[0]['Species_Description']))>75){ echo "..."; }?></p>
                </div>
                
                <div class="brandBox3">
				    <?php 
					if($getGBrandDetails[0]['Species_Image']!="" && file_exists("cat_images/products/".$getGBrandDetails[0]['Species_Image']))
					{
					  $g_image = @$baseurl."cat_images/products/".$getGBrandDetails[0]['Species_Image'];  
					}
					?>
                	<a href="<?php echo @$baseurl;?>gplus.html"><img src="<?php echo $g_image; ?>" alt="<?php echo $getGBrandDetails[0]['Species_Name'];?>" width="127" height="76"> </a>
                    <p><?php echo substr(strip_tags($getGBrandDetails[0]['Species_Description']),0,75); if(strlen(strip_tags($getGBrandDetails[0]['Species_Description']))>75){ echo "..."; }?></p>
                </div>
                
                <div class="brandBox2Main">
                <div class="brandBox2">
				    <?php 
					if($getDairyIndiaBrandDetails[0]['Species_Image']!="" && file_exists("cat_images/products/".$getDairyIndiaBrandDetails[0]['Species_Image']))
					{
					  $DairyIndia_image = @$baseurl."cat_images/products/".$getDairyIndiaBrandDetails[0]['Species_Image'];  
					}
					?>
                	<a href="<?php echo @$baseurl;?>dairyIndia.html"><img src="<?php echo $DairyIndia_image; ?>" alt="<?php echo $getDairyIndiaBrandDetails[0]['Species_Name'];?>" width="158" height="74"> </a>
                    <p><?php echo substr(strip_tags($getDairyIndiaBrandDetails[0]['Species_Description']),0,75); if(strlen(strip_tags($getDairyIndiaBrandDetails[0]['Species_Description']))>75){ echo "..."; }?></p>
                </div>
                </div>
                
            <div class="cl"></div></div>
        </div>
    </div>
    
    
    <div class="ourPro">
    	<h1>Our Products</h1>
        <?php $ourProdutsDetail = getCertificates('tblHomeOurProducts'); ?>
        
        
        <h2><?php echo (isset($ourProdutsDetail[0]['Tag_Line']) && $ourProdutsDetail[0]['Tag_Line']!='')?$ourProdutsDetail[0]['Tag_Line']:''; ?></h2>
        <p><?php echo (isset($ourProdutsDetail[0]['Product_Description']) && $ourProdutsDetail[0]['Product_Description']!='')?$ourProdutsDetail[0]['Product_Description']:''; ?></p>
    </div>
    
    
    <div class="ourProSlider">
<script type="text/javascript">	
stepcarousel.setup({
	galleryid: 'mygallery', //id of carousel DIV
	beltclass: 'belt', //class of inner "belt" DIV containing all the panel DIVs
	panelclass: 'panel', //class of panel DIVs each holding content
	autostep: {enable:true, moveby:1, pause:3000},
	panelbehavior: {speed:500, wraparound:false, persist:true},
	defaultbuttons: {enable: true, moveby: 1, leftnav: ['images/l_arrow.png', -40, 55], rightnav: ['images/r_arrow.png', 10, 55]},
	statusvars: ['statusA', 'statusB', 'statusC'], //register 3 variables that contain current panel (start), current panel (last), and total panels
	contenttype: ['inline'] //content setting ['inline'] or ['external', 'path_to_external_file']
});

</script>
          <div id="mygallery" class="stepcarouse"> 
            <div class="belt">
                <?php $allProducts = getAllProductsDetails('tblCategory'); 
				      //echo "<pre>";print_r($allProducts);die;
				      foreach($allProducts as $productVal)
					  {
					    if($productVal['Species_Id']==1)
						{
						  $url = @$baseurl.$productVal['species_key']."/".$productVal['category_key'].".html";
						} 
						else if($productVal['Species_Id']==2)
						{
						  $url = @$baseurl.$productVal['species_key']."/".$productVal['category_key'].".html";
						} 
						else if($productVal['Species_Id']==3)
						{
						  $url = @$baseurl.$productVal['species_key']."/".$productVal['category_key'].".html";
						}
			   ?>  
              <div class="panel"> 
			  <a href="<?php echo $url; ?>">
			   <img src="<?php echo @$baseurl;?>cat_images/catBg/<?php echo $productVal['Category_Image']; ?>" border="0" width="204" height="171"/> 
			  </a>
			  </div>             
              <?php  }; ?>
            </div>
          </div>
    </div>
    
    <div class="graybg">
    	<div class="graybgIn">
        
        	<div class="featuredRecipe">
            	<h2>Featured Recipe</h2>
                <div class="imagebox">
				<?php 
				if($featuredRecipe[0]['Category_Image'] && file_exists("cat_images/recipe/".$featuredRecipe[0]['Category_Image']))
				{
				 $recipe_image = @$baseurl."cat_images/recipe/".$featuredRecipe[0]['Category_Image'];
				}
				else{
				 $recipe_image = @$baseurl."images/reciepe_img.jpg";
				}
				?>
                	<img src="<?php echo $recipe_image; ?>" alt="RSD" width="326" height="158">
                </div>
                <h3><?php echo $featuredRecipe[0]['Category_Name'];?></h3>
                <p><?php echo substr(strip_tags($featuredRecipe[0]['Category_Description']),0,210);?></p>
                <a href="recipe-<?php echo $featuredRecipe[0]['recipe_key']; ?>.html" class="viewmore">View Recipe</a>
            </div>
            
            <div class="storelocator">
            	<h2>Store Locator</h2>
                <div class="imagebox">
                	<img src="<?php echo @$baseurl;?>images/location_map.jpg" alt="RSD">
                </div>
                <h3>FIND HORIZON IN STORE</h3>
                <p>Wondering where to find
your favorite Horizon products?</p>
                <a href="<?php echo @$baseurl;?>store_locator.html" class="viewmore">Locate</a>
            </div>
            
            
            
        <div class="cl"></div></div>
    </div>
    
    
<!--footer top start here-->
<?php include_once("inc/footer-top.php"); ?>
<!--footer top end here-->
    
    
</section>
<!--section end here-->


<!--footer start here-->
<?php include_once("inc/footer.php"); ?>
<!--footer end here-->
       
 
</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit