MMCT TEAM
Server IP : 103.53.40.154  /  Your IP : 18.222.92.56
Web Server : Apache
System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
User : ppcad7no ( 715)
PHP Version : 8.2.25
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0750) :  /home2/ppcad7no/fastelevator.in/../biocareaqua.org/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/ppcad7no/fastelevator.in/../biocareaqua.org/error.php
<?php 
ob_start();
require_once("includes/dbsmain.inc.php");
$page_name=basename($_SERVER['PHP_SELF'],'.php');
include("site-main-query.php");
if($compDATA['admin_site_down']=='Yes'){
 header("location:site-down.php");
 exit;
}
$site_url=$compDATA['admin_website_url'];
?>




<?php include("site-header.php");?>

<!--[if lt IE 8]><p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p><![endif]-->

<div id="f0f" data-bg-path="<?=$site_url?>/img/header-slider-bg/01.jpg" style="height:40%; margin-top:200px;">
  <div class="container">
    <div class="vc-parent">
      <div class="vc-child">
        <section class="f0f-content text-center">
            <h2 style="color:white; font-weight:bold">
                <img src="<?=$site_url?>/images/error-icon-28.png" style="width:100px;">
            </h2>
          <p>Sorry, the page you requested was not found.</p>
          <a href="<?=$site_url?>/index.html" style="position:relative; bottom:20px;" class="read-more mdl-button mdl-js-button mdl-button--raised mdl-js-ripple-effect mdl-button--accent"><i class="fa fa-arrow-left"></i> Go Back Home</a></section>
      </div>
    </div>
  </div>
</div>

<div id="feature">
  <div class="container">
    <div class="row">

      <?php
	  
	 if($compDATA['admin_product_option']=="Yes")
	 {
	 $sql_category=db_query("select * from tbl_category where 1 and category_parent_id='0' and category_is_product='Yes' and category_status='Active' order by category_order_by asc");
	 }
	 elseif($compDATA['admin_product_option']=="No")
	 {
	      $sql_category=db_query("select * from tbl_category where 1 and category_parent_id='0' and category_is_product='No' and category_status='Active' order by category_order_by asc");
	 }
	 else 
	 {
	      $sql_category=db_query("select * from tbl_category where 1 and category_parent_id='0' and category_status='Active' order by category_order_by asc");
	     
	 }
	 
	 
	 if(mysqli_num_rows($sql_category)>0){
	 while($MAIN_CAT=mysqli_fetch_array($sql_category)){
	 @extract($MAIN_CAT);
	?>
      <div class="col-md-3 feature-item" style="margin-top:50px;">
        <img src="<?=$site_url?>/uploaded_files/<?=$MAIN_CAT['category_image_name']?>" alt="<?=$MAIN_CAT['category_image_atl_title']?>" title="<?=$MAIN_CAT['category_image_atl_title']?>" width="100%" height="200" />
        <div class="content">
          <h3 class="heading"><?=substr($MAIN_CAT['category_name'],0,30);?></h3>
          <?php $description=strip_tags($MAIN_CAT['category_description']);?>
          <p class="desc"><?=substr($description,0,50);?></p>
          <div class="read-more-btn"> <a href="<?=$site_url?>/<?=$MAIN_CAT['category_url']?>.html" class="read-more mdl-button mdl-js-button mdl-js-ripple-effect mdl-button--raised mdl-button--accent">read more</a> </div>
        </div>
        
      </div>
      <? }}?>
    </div>
  </div>
</div>

<?php include("site-footer.php");?>



MMCT - 2023