HEX
Server: nginx/1.28.0
System: Linux hetz-jb03 6.8.0-63-generic #66-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 13 20:25:30 UTC 2025 x86_64
User: higradeelectronics (1198)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /home/kongugettimelam/footer.php

<section class="footer">
    <div class="container">
      <div class="row">
      <div class="col-md-3">
          <h4>Quick Links</h4>
        <ul class="footer-menu">
          <li><a href="about-us.php">About Us</a></li>
          <li >
              <a  href="faq.php">FAQ</a>
            </li>
          <li><a href="simple.php">Simple Search</a></li>
          <li><a href="searchbyid.php">Search by Profile Id</a></li>
          <li><a href="advanced.php">Advanced Search</a></li>
          <li><a href="payment_option.php">Payment Options</a></li>
        </ul>
        </div>
        <div class="col-md-3">
        <h4>Information</h4>
        <ul class="footer-menu">
          <li><a data-toggle="modal" data-target="#myModal" href="">Login</a></li>
          <li><a href="register.php">Register</a></li>
            <li><a href="news-events.php">News & Events </a></li>
          <li><a href="terms-conditions.php">Terms & Conditions</a></li>
          <li><a href="privacy-policy.php">Privacy Policy</a></li>
         
          <li><a href="contactus.php">Contact Us</a></li>
        </ul>
        </div>
        
        <div class="col-md-3">
          <h4>Reach Us</h4>
        <ul class="reachus">
  <li class="company"><?php echo $sitename; ?></li>
  <li class="location"><?php echo $addressline1; ?>
<?php if(!empty($addressline2)){ ?>, <br><?php echo $addressline2; }?>
<?php if(!empty($addressline3)){ ?>, <br><?php echo $addressline3; } ?>
<?php if(!empty($addressline4)){ ?>, <br><?php echo $addressline4; } ?>
<?php if(!empty($addressline5)){ ?>, <br><?php echo $addressline5; } ?>.
  </li>
  </ul>
        </div>
        <div class="col-md-3">
          <h4>Support</h4>
        <ul class="reachus">
            <?php if(!empty($phone)) { ?>
                <li class="phone"><a href="tel:<?php echo $phone ?>"><?php echo $phone ?></a></li>
            <?php } if(!empty($mobile)) { ?>
                <li class="mobile"><a href="tel:<?php echo $mobile ?>"><?php echo $mobile ?></a></li>
            <?php }  if(!empty($email)) { ?>
                <li class="email"><a href="mailto:<?php echo $email ?>"><?php echo $email ?></a></li>  
            <?php } ?>
        </ul>
        <ul class="social">
  <?php if(!empty($facebook)) { ?>
  <li><a class="facebook" href="<?php echo $facebook; ?>" target="_blank"><i class="fa fa-facebook"></i></a></li>
  <?php } if(!empty($twitter)) { ?>
  <li><a class="twitter" href="<?php echo $twitter; ?>" target="_blank"><i class="fa-brands fa-x-twitter"></i></a></li>
  <?php } if(!empty($linkedin)) { ?>
  <li><a class="linkedin" href="<?php echo $linkedin; ?>" target="_blank"><i class="fa fa-linkedin"></i></a></li>
  <?php } if(!empty($youtube)) { ?>
  <li><a class="youtube" href="<?php echo $youtube; ?>" target="_blank"><i class="fa fa-youtube"></i></a></li>
  <?php } if(!empty($instagram)) { ?>
  <li><a class="instagram" href="<?php echo $instagram; ?>" target="_blank"><i class="fa fa-instagram"></i></a></li>
  <?php } if(!empty($pinterest)) { ?>
  <li><a class="pinterest" href="<?php echo $pinterest; ?>" target="_blank"><i class="fa fa-pinterest"></i></a></li>
  <?php } if(!empty($googleplus)) { ?>
  <li><a class="googleplus" href="<?php echo $googleplus; ?>" target="_blank"><i class="fa fa-google-plus"></i></a></li>
  <?php } if(!empty($whatsapp)) { ?>
  <li><a class="whatsapp" href="https://api.whatsapp.com/send?phone=91<?php echo $whatsapp; ?>" target="_blank"><i class="fa fa-whatsapp"></i></a></li>
  <?php } ?>

</ul>
        </div>
        
      </div>
    </div>
</section>
<section class="bottom-footer">
    <div class="container">
      <div class="row">
        <div class="col-md-6 text-left">
          <p class="copyright">Copyright &copy; <?php echo date("Y"); ?> <a href="<?php echo $siteurl; ?>"><?php echo $sitename; ?></a>, All Rights Reserved.</p>
        </div>
        <div class="col-md-6 text-right poweredright">
          <p class="powered">Powered by <a target="_blank" href="https://www.jbsoftsystem.com">JB Soft System</a>, Chennai.</p>
        </div>
      </div>
    </div>
</section>
<!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id="></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', ''); </script>
<script type="text/javascript">
jQuery(window).scroll(function(){ 

var a = 250;
var b = 150;
var pos = jQuery(window).scrollTop();
if(pos > a) {

    jQuery("#headertop").addClass("stickyheader");
    jQuery("#headertop").removeClass("removestickyheader");
}
else if (pos < a && pos > b) {
  jQuery(".stickyheader").addClass("removestickyheader");
    jQuery("#headertop").removeClass("stickyheader");  
}
else {
    jQuery("#headertop").removeClass("stickyheader");
    jQuery("#headertop").removeClass("removestickyheader");
}
});
</script>