Private
Server IP : 68.178.168.24  /  Your IP : 3.137.213.117
Web Server : Apache
System : Linux 24.168.178.68.host.secureserver.net 3.10.0-1160.119.1.el7.tuxcare.els19.x86_64 #1 SMP Mon Mar 31 17:29:00 UTC 2025 x86_64
User : realcarecert ( 1247)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/realcarecert/www/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /home/realcarecert/www/terms-and-condition.php
<?php 
include ('include/header.php');
?>

        <!--=========== breadcrumb Section Start =========-->
        <div class="sc-breadcrumb-style sc-pt-80 sc-pb-80">
            <div class="container position-relative">
                <div class="row">
                    <div class="col-lg-12">
                        <div class="sc-slider-content p-z-idex">
                            <div class="sc-slider-subtitle">Home - Terms & Condition   </div>
                            <h1 class="slider-title white-color sc-mb-25 sc-sm-mb-15">Terms & Condition   </h1>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <!--=========== breadcrumb Section End =========-->

        <!--=========== about Section Start =========-->

        <!--=========== about Section End =========-->

        <!--=========== Working Process section Start =========-->
        



    


        <section class="pt-80 pb-150">
            <div class="sc-process-section-area position-relative">
                <div class="container">
                    <div class="row">
                        <div class="col-lg-12 ">
                            
                            <div class="sc-process-content-area">
                                <div class="row">
                                    <div class="col-lg-12 privacycontents">
                                    <?php 
$sn=0;
$showdata="SELECT * FROM `tbl_banner` WHERE `banner_type`='3' LIMIT 1";
$showresult = mysqli_query($link,$showdata);
while($result = mysqli_fetch_array($showresult))

{
    $sn++;
?>

<?= $result['banner_link'];?>
<?php } ?>
                                    </div>
                                    
                                    
                                    
                                </div>
                            </div>
                        </div>
                        
                    </div>
                </div>
              
            </div>
        </section>



        <!-- start why choose us section-->
        
        <!-- end why choose us section -->




  
    
        <!--=========== blog section End =========-->

        <?php 
       include ('include/footer.php');
       ?>
Private