| 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/inc/ |
Upload File : |
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-56211433-1', 'auto');
ga('send', 'pageview');
(function() {
var _fbq = window._fbq || (window._fbq = []);
if (!_fbq.loaded) {
var fbds = document.createElement('script');
fbds.async = true;
fbds.src = '//connect.facebook.net/en_US/fbds.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(fbds, s);
_fbq.loaded = true;
}
_fbq.push(['addPixelId', '626333467487279']);
})();
window._fbq = window._fbq || [];
window._fbq.push(['track', 'PixelInitialized', {}]);
</script><noscript><img height="1" width="1" alt="" style="display:none" src="https://www.facebook.com/tr?id=626333467487279&ev=PixelInitialized" /></noscript>
<?php
$page_url = $_SERVER['PHP_SELF'];
$page_name = @end(explode("/",$page_url));
$pageurl= end(@explode("/",$_SERVER['REQUEST_URI']));
if($page_name =="static.php" && $pageurl!="")
{
$page_key= current(@explode(".",$pageurl));
$getStaticPage = getStaticPageContentByPageKey("tbl_static_pages",$page_key);
if($getStaticPage[0]['headerImage'] && file_exists("cat_images/headerImage/".$getStaticPage[0]['headerImage']))
{
$page_image = @$baseurl."cat_images/headerImage/".$getStaticPage[0]['headerImage'];
}
else{
$page_image = @$baseurl."images/about_header.jpg";
}
}
if($page_name == "static.php" && $pageurl !="") {
$header_class = "headerIn";
$header_style = "background:url(".$page_image.") top right no-repeat;";
}
else if($page_name == "ananda.php")
{
$speciesKey = getCertificates('tblSpecies where Species_Id = 1');
if($speciesKey[0]['banner_image'] && file_exists("cat_images/products/".$speciesKey[0]['banner_image']))
{
$page_image = @$baseurl."cat_images/products/".$speciesKey[0]['banner_image'];
}
else{
$page_image = @$baseurl."images/about_header.jpg";
}
$header_class = "headerIn";
$header_style = "background:url(".$page_image.") top right no-repeat;";
}
else if((($page_name == "ananda_brand_list.php") || ($page_name == "product_detail.php")))
{
$pageurl= @explode("/",$_SERVER['REQUEST_URI']);
$speciesId = @$pageurl[1];
$url_catg = @explode(".",@$pageurl[2]);
//echo "<pre>";print_r($url_catg); die;
$catId = $url_catg[0];
$sql_query = "SELECT tc.banner_image from `tblCategory` AS tc JOIN `tblSpecies` AS ts ON (ts.Species_Id=tc.Species_Id) where tc.category_key ='".$catId."' and ts.species_key ='".$speciesId."' ";
$ananda_category_res = mysql_query($sql_query);
$ananda_category = mysql_fetch_assoc($ananda_category_res);
if($ananda_category['banner_image'] && file_exists("cat_images/catBannerImage/".$ananda_category['banner_image']))
{
$page_image = @$baseurl."cat_images/catBannerImage/".$ananda_category['banner_image'];
}
else{
$page_image = @$baseurl."images/about_header.jpg";
}
$header_class = "headerIn";
$header_style = "background:url(".$page_image.") top right no-repeat;";
}
else if($page_name == "dairyIndia.php")
{
$speciesKey = getCertificates('tblSpecies where Species_Id = 2');
if($speciesKey[0]['banner_image'] && file_exists("cat_images/products/".$speciesKey[0]['banner_image']))
{
$page_image = @$baseurl."cat_images/products/".$speciesKey[0]['banner_image'];
}
else{
$page_image = @$baseurl."images/about_header.jpg";
}
$header_class = "headerIn";
$header_style = "background:url(".$page_image.") top right no-repeat;";
}
else if($catId!="" && $speciesId!="" && (($page_name == "dairy_india_brand_list.php") || ($page_name == "dairy_india_product_detail.php")))
{
$pageurl= @explode("/",$_SERVER['REQUEST_URI']);
$speciesId = @$pageurl[1];
$url_catg = @explode(".",@$pageurl[2]);
//echo "<pre>";print_r($url_catg); die;
$catId = $url_catg[0];
$sql_query = "SELECT tc.banner_image from `tblCategory` AS tc JOIN `tblSpecies` AS ts ON (ts.Species_Id=tc.Species_Id) where tc.category_key ='".$catId."' and ts.species_key ='".$speciesId."' ";
$dairyindia_category_res = mysql_query($sql_query);
$dairyindia_category = mysql_fetch_assoc($dairyindia_category_res);
if($dairyindia_category['banner_image'] && file_exists("cat_images/catBannerImage/".$dairyindia_category['banner_image']))
{
$page_image = @$baseurl."cat_images/catBannerImage/".$dairyindia_category['banner_image'];
}
else{
$page_image = @$baseurl."images/about_header.jpg";
}
$header_class = "headerIn";
$header_style = "background:url(".$page_image.") top right no-repeat;";
}
else if($page_name == "gplus.php")
{
$speciesKey = getCertificates('tblSpecies where Species_Id = 3');
if($speciesKey[0]['banner_image'] && file_exists("cat_images/products/".$speciesKey[0]['banner_image']))
{
$page_image = @$baseurl."cat_images/products/".$speciesKey[0]['banner_image'];
}
else{
$page_image = @$baseurl."images/about_header.jpg";
}
$header_class = "headerIn";
$header_style = "background:url(".$page_image.") top right no-repeat;";
}
else if($catId!="" && $speciesId!="" && (($page_name == "gplus_brand_list.php") || ($page_name == "gplus_product_detail.php")))
{
$pageurl= @explode("/",$_SERVER['REQUEST_URI']);
$speciesId = @$pageurl[1];
$url_catg = @explode(".",@$pageurl[2]);
//echo "<pre>";print_r($url_catg); die;
$catId = $url_catg[0];
if($speciesId =="g")
{
$speciesIdVal = 'g+';
}
$sql_query = "SELECT tc.banner_image from `tblCategory` AS tc JOIN `tblSpecies` AS ts ON (ts.Species_Id=tc.Species_Id) where tc.category_key ='".$catId."' and ts.species_key ='g+' ";
$gplus_category_res = mysql_query($sql_query);
$gplus_category = mysql_fetch_assoc($gplus_category_res);
if($gplus_category['banner_image'] && file_exists("cat_images/catBannerImage/".$gplus_category['banner_image']))
{
$page_image = @$baseurl."cat_images/catBannerImage/".$gplus_category['banner_image'];
}
else{
$page_image = @$baseurl."images/about_header.jpg";
}
$header_class = "headerIn";
$header_style = "background:url(".$page_image.") top right no-repeat;";
}
else if(($page_name == "recipes.php") || ($page_name == "recipes_details.php"))
{
$header_class = "headerIn";
$header_style = "background:url(images/recipe_banner.jpg) top right no-repeat;";
}
else if(($page_name == "news.php") || ($page_name == "events.php") || ($page_name == "downloads.php"))
{
$header_class = "headerIn";
$header_style = "background:url(images/news-events.jpg) top right no-repeat;";
}
else if(($page_name == "distributor_form.php"))
{
$header_class = "headerIn";
$header_style = "background:url(images/b2b_banner.jpg) top right no-repeat;";
}
else if($page_name == "customer_complaint.php")
{
$header_class = "headerIn";
$header_style = "background:url(images/customer_feedback_banner.jpg) top right no-repeat;";
}
else if( ($page_name == "media_images.php") || ($page_name == "media_video.php"))
{
$header_class = "headerIn";
$header_style = "background:url(images/Media_Banner.jpg) top right no-repeat;";
}
else if(($page_name == "careers.php") || ($page_name == "careers_detail.php") || ($page_name == "applynow.php"))
{
$header_class = "headerIn";
$header_style = "background:url(images/careers_banner.jpg) top right no-repeat;";
}
else if(($page_name == "store_locator.php") || ($page_name == "search.php") )
{
$header_class = "headerIn";
$header_style = "background:url(images/about_header.jpg) top right no-repeat;";
}
else if( ($page_name == "testimonials.php") )
{
$header_class = "headerIn";
$header_style = "background:url(images/testimonials_banner.jpg) top right no-repeat;";
}
else if( ($page_name == "certification.php") )
{
$header_class = "headerIn";
$header_style = "background:url(images/certification_banner.jpg) top right no-repeat;";
}
else if( ($page_name == "sitemap.php") )
{
$header_class = "headerIn";
$header_style = "background:url(images/sitemap_banner.jpg) top right no-repeat;";
}
else if(($page_name == "faq.php") )
{
$header_class = "headerIn";
$header_style = "background:url(images/faqs_banner.jpg) top right no-repeat;";
}
else if($page_name == "index.php") {
$header_class = "";
$header_style = "";
}
$offer_settings = getOfferSettings("`tblUsers`");
$offer_banner = getLatestOfferBanner("`tblBanner` WHERE `isDeleted`='no' ");
?>
<script src="<?php echo @$baseurl;?>js/jquery.anythingslider.js" type="text/javascript"></script>
<script type="text/javascript" src="<?php echo @$baseurl;?>js/coda-slider.1.1.1.pack.js"></script>
<script type="text/javascript" src="<?php echo @$baseurl;?>js/jquery.easing.1.2.js"></script>
<script type="text/javascript">
function formatText(index, panel) {
return index + "";
}
$(function () {
$('.anythingSlider2').anythingSlider({
easing: "easeInOutExpo", // Anything other than "linear" or "swing" requires the easing plugin
autoPlay: true, // This turns off the entire FUNCTIONALY, not just if it starts running or not.
delay: 5000, // How long between slide transitions in AutoPlay mode
startStopped: false, // If autoPlay is on, this can force it to start stopped
animationTime: 600, // How long the slide transition takes
hashTags: true, // Should links change the hashtag in the URL?
buildNavigation: true, // If true, builds and list of anchor links to link to each slide
pauseOnHover: true, // If true, and autoPlay is enabled, the show will pause on hover
startText: "Go", // Start text
stopText: "Stop", // Stop text
navigationFormatter: formatText // Details at the top of the file on this use (advanced use)
});
});
</script>
<script language="JavaScript">
function validate1212(){
var searchText = document.searchForm.searchText.value;
searchText = searchText.replace(/(^[\s]+|[\s]+$)/g, '');
var len = searchText.length;
if(searchText == ""){
alert("Please enter Keyword.")
document.searchForm.searchText.focus();
return false;
}
else if(len < 4){
alert("Please enter minimun 4 characters.")
document.searchForm.searchText.focus();
return false;
}
}
function submit_loginform(evt) {
if(evt.keyCode==13 || evt.which==13){
$_form.submit();
}
}
</script>
<!--header click me start here-->
<div class="followscroll"><a href="https://www.facebook.com/rsdgroup" target="_blank"><!--facebook--></a>
<a href="https://twitter.com/rsdgroup1" target="_blank"><!--twitter--></a>
<a href="https://www.youtube.com/user/Gopaljeedairy" target="_blank"><!--You Tube--></a>
<a href="https://plus.google.com/+RsdgroupIn" target="_blank"><!--G+--></a>
</div>
<?php if($offer_settings[0]['offer_settings'] == "yes") { ?>
<img src="<?php echo @$baseurl;?>images/latest_offer.png" alt="Click me" class="please_clickbtn">
<div class="please_click">
<div class="please_clickIn">
<div id="page-wrap">
<div class="anythingSlider2">
<div class="wrapper_imge">
<?php
if(count($offer_banner)>0) {
?>
<ul>
<?php
foreach($offer_banner as $offer_banner_list)
{
if($offer_banner_list['banner'] && file_exists("cat_images/banner/".$offer_banner_list['banner']))
{
$offer_image = @$baseurl."cat_images/banner/".$offer_banner_list['banner'];
}
?>
<li><img alt="RSD" src="<?php echo $offer_image; ?>" width="652" height="305"></li>
<?php } ?>
</ul>
<?php } ?>
</div>
</div>
</div>
</div>
<img src="<?php echo @$baseurl;?>images/latest_offer.png" alt="Click me" class="fl" id="plclickme">
</div>
<div class="screenlock"></div>
<!--header click me end here-->
<?php } ?>
<!--header start here-->
<header class="<?php echo $header_class; ?>" style="<?php echo $header_style; ?>">
<?php if($page_name == "index.php") { ?>
<!--bg slider start here-->
<div id="headerimgs">
<div id="headerimg1" class="headerimg"></div>
<div id="headerimg2" class="headerimg"></div>
</div>
<!--bg slider end here-->
<?php } ?>
<div class="navOuter">
<div class="navOuterIn">
<a href="<?php echo @$baseurl;?>" class="logo"><!--logo here--></a>
<div class="topnavOuter">
<form method="post" action="search.html" name="searchForm" onsubmit="return validate1212();">
<div class="topnavUp">
<a href="http://182.71.28.174/servlet/LoginServlet?jsEnabled=true" target="_blank">Sign In</a>
<a href="faq.html" id="faqs">Faqs</a>
<input type="image" name="button" id="button" value="" src="<?php echo @$baseurl;?>images/srchIcon.png" class="srchbtn">
<input type="text" name="searchText" id="searchText" class="srchfield">
</div>
</form>
<div class="topnavdown">
<!--<a href="javascript:void(0);" class="navthumb"><img src="images/white_nav.jpg" alt="nav" border="0"></a>-->
<a class="toggleMenu" href="#"><img src="<?php echo @$baseurl;?>images/white_nav.jpg" alt="nav" border="0"></a>
<ul class="nav">
<li <?php if($page_name=="index.php") { ?>class="activedrop" <?php } ?>><a href="<?php echo @$baseurl;?>">Home</a></li>
<li <?php if(($page_name=="static.php") && ($pageurl=="about-us.html" || $pageurl=="history.html" || $pageurl=="group-companies.html" || $pageurl=="mission-vision.html" || $pageurl=="strengths.html" || $pageurl=="quality-safety-policy.html" || $pageurl=="research-innovation.html")) { ?>class="activedrop" <?php } ?>>
<a href="about-us.html">About Us</a>
<?php
$menu_list = getDropDown(2);
//echo "<pre>"; print_r($menu_list);die;
?>
<ul>
<li>
<div class="topDrop">
<?php
$s =1;
foreach($menu_list as $menu)
{
if($menu['linkType'] == "desc")
{
$url = @$baseurl.$menu['pageKey'].".html";
$target = "";
}
else{
$url = $menu['externalLink'];
$target = "target='_blank'";
}
if($s == count($menu_list))
{
$mainclass = "brdrdrop_none";
}
?>
<a href="<?php echo $url;?>" <?php echo $target;?> class="<?php echo $mainclass; ?>">
<?php echo $menu['staticTitle'];?>
</a>
<?php
if($menu['thirdlb_menu_count'] >0)
{
$ss =1;
foreach($menu['thirdlb_menu_arr'] as $thirdlb_menu)
{
if($thirdlb_menu['linkType'] == "desc")
{
$third_url = @$baseurl.$thirdlb_menu['pageKey'].".html";
$third_target = "";
}
else{
$third_url = $thirdlb_menu['externalLink'];
$third_target = "target='_blank'";
}
if($ss != $menu['thirdlb_menu_count'])
{
$third_class = "submenu";
}
else if($ss == $menu['thirdlb_menu_count']){
$third_class = "submenulast brdrdrop_none";
}
?>
<a href="<?php echo $third_url; ?>" <?php echo $third_target; ?> class="<?php echo $third_class; ?>">
<?php echo $thirdlb_menu['staticTitle'];?>
</a>
<?php $ss++; } } ?>
<?php $s++; } ?>
</div>
</li>
</ul>
</li>
<li <?php if($page_name=="ananda.php" || $page_name=="dairyIndia.php" || $page_name=="gplus.php" || $page_name=="ananda_brand_list.php" || $page_name=="dairy_india_brand_list.php" || $page_name=="gplus_brand_list.php" || $page_name=="gplus_product_detail.php" || $page_name=="dairy_india_product_detail.php" || $page_name=="product_detail.php") { ?>class="activedrop" <?php } ?>><a href="javascript:void(0);">Brands</a>
<ul class="navmargin">
<li>
<div class="topDropLarge">
<div class="topBox">
<span class="activedrop" id="tabimg1">
<img src="<?php echo @$baseurl;?>images/ananda_thumb_active.jpg" alt="ananda" style="display:none;" id="anandaimg"><img src="<?php echo @$baseurl;?>images/ananda_thumb_active.jpg" alt="ananda" id="anandaimg_active">
</span>
<span id="tabimg2">
<img src="<?php echo @$baseurl;?>images/dairy_india_thumb_active.jpg" alt="Dairy India" id="dairyIndiaiimg"><img src="<?php echo @$baseurl;?>images/dairy_india_thumb_active.jpg" alt="Dairy India" style="display:none;" id="dairyIndiaiimg_active">
</span>
<span id="tabimg3" style="border-right:0px;">
<img src="<?php echo @$baseurl;?>images/g_plus_thumb_active.jpg" alt="G Plus" id="gPlusimg"><img src="<?php echo @$baseurl;?>images/g_plus_thumb_active.jpg" alt="G Plus" style="display:none;" id="gPlusimg_active">
</span>
<div class="cl"></div></div>
<div class="bottomBox" id="anandaid">
<div class="bottomBoxIn">
<div class="greenHeader"><a href="<?php echo @$baseurl;?>ananda.html">Ananda</a></div>
<div class="dropmidSection">
<?php
$category = getCertificates('tblCategory where Species_Id = 1 ORDER BY OrderOfApperance');
$speciesKey = getCertificates('tblSpecies where Species_Id = 1');
foreach($category as $categoryDetail):
?>
<a href="<?php echo @$baseurl;?><?php echo $speciesKey[0]['species_key'].'/'.$categoryDetail['category_key'];?>.html"><?php echo $categoryDetail['Category_Name']; ?></a>
<?php endforeach; ?>
</div>
<?php
if($speciesKey[0]['image']) {
?>
<div class="dropbotSection"><img src="<?php echo @$baseurl;?>cat_images/products/<?php echo $speciesKey[0]['image'];?>" alt="Ananda" width="383"></div>
<?php } ?>
</div>
</div>
<div class="bottomBox" id="dairyIndiaid" style="display:none;">
<div class="bottomBoxIn">
<div class="greenHeader"><a href="<?php echo @$baseurl;?>dairyIndia.html">Dairy India</a></div>
<div class="dropmidSection">
<?php
$category = getCertificates('tblCategory where Species_Id = 2 ORDER BY OrderOfApperance');
$speciesKey = getCertificates('tblSpecies where Species_Id = 2');
foreach($category as $categoryDetail):
?>
<a href="<?php echo @$baseurl;?><?php echo $speciesKey[0]['species_key'].'/'.$categoryDetail['category_key'];?>.html"><?php echo $categoryDetail['Category_Name']; ?></a>
<?php endforeach; ?>
</div>
<?php
if($speciesKey[0]['image']) {
?>
<div class="dropbotSection"><img src="<?php echo @$baseurl;?>cat_images/products/<?php echo $speciesKey[0]['image'];?>" alt="Ananda" width="383"></div>
<?php } ?>
</div>
</div>
<div class="bottomBox" id="gPlusid" style="display:none;">
<div class="bottomBoxIn">
<div class="greenHeader"><a href="<?php echo @$baseurl;?>gplus.html">G +</a></div>
<div class="dropmidSection">
<?php
$category = getCertificates('tblCategory where Species_Id = 3 ORDER BY OrderOfApperance');
$speciesKey = getCertificates('tblSpecies where Species_Id = 3');
foreach($category as $categoryDetail):
?>
<a href="<?php echo @$baseurl;?><?php echo $speciesKey[0]['species_key'].'/'.$categoryDetail['category_key'];?>.html"><?php echo $categoryDetail['Category_Name']; ?></a>
<?php endforeach; ?>
</div>
<?php
if($speciesKey[0]['image']) {
?>
<div class="dropbotSection"><img src="<?php echo @$baseurl;?>cat_images/products/<?php echo $speciesKey[0]['image'];?>" alt="Ananda" width="383"></div>
<?php } ?>
</div>
</div>
</div>
</li>
</ul>
</li>
<li <?php if($page_name=="distributor_form.php" || $page_name=="customer_complaint.php") { ?>class="activedrop" <?php } ?>><a href="#">B2B</a>
<ul>
<li>
<div class="topDrop">
<a href="<?php echo @$baseurl;?>distributor_form.html">Distribution Form</a>
<a href="<?php echo @$baseurl;?>customer_complaint.html" class="brdrdrop_none">Customer Feedback</a>
</div>
</li>
</ul>
</li>
<li <?php if($page_name=="news.php" || $page_name=="events.php" || $page_name=="e-newsletter.php") { ?>class="activedrop" <?php } ?>><a href="news.html">What’s New</a>
<ul>
<li>
<div class="topDrop">
<a href="<?php echo @$baseurl;?>news.html">News</a>
<a href="<?php echo @$baseurl;?>events.html">Events</a>
<a href="<?php echo @$baseurl;?>downloads.html" class="brdrdrop_none">Downloads</a>
</div>
</li>
</ul>
</li>
<li <?php if($page_name=="media_images.php" || $page_name=="media_video.php") { ?>class="activedrop" <?php } ?>><a href="media_images.html">Media</a>
<ul>
<li>
<div class="topDrop">
<a href="<?php echo @$baseurl;?>media_images.html">Images</a>
<a href="<?php echo @$baseurl;?>media_video.html" class="brdrdrop_none">Video</a>
</div>
</li>
</ul>
</li>
<li <?php if(($page_name=="static.php") && ($pageurl=="research-development.html")) { ?>class="activedrop" <?php } ?>><a href="<?php echo @$baseurl;?>research-development.html">R&D</a></li>
<li <?php if(($page_name=="static.php") && ($pageurl=="contact-us.html")) { ?>class="activedrop" <?php } ?>><a href="<?php echo @$baseurl;?>contact-us.html">Contact Us</a></li>
</ul>
</div>
</div>
</div>
</div>
<?php if($page_name == "index.php") { ?>
<!-- Slide show controls start here -->
<div id="headernav-outer">
<div id="headernav">
<div id="back" class="btn"></div>
<div id="next" class="btn"></div>
</div>
</div>
<!-- Slide show controls end here -->
<div class="watchit"><a href="#" class="example2"><img src="<?php echo @$baseurl;?>images/watchIt.png" alt="watch it" border="0"></a></div>
<!-- Slide show text start here -->
<div id="headertxt">
<p class="caption">
<span id="firstline"></span>
<span id="secondline"></span>
</p>
</div>
<!-- Slide show text end here -->
<?php } ?>
</header>