BLACKSITE
:
216.73.216.9
:
103.185.75.71 / www.dial4web.com
:
Linux server.webmediatricks.in 5.14.0-570.62.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 10:10:59 EST 2025 x86_64
:
/
home
/
dial4web
/
.trash
/
Upload File:
files >> /home/dial4web/.trash/market.php
<?php include_once("include/main.inc.php"); $admin_res = getAdminDetails(); $pageRes = mysqli_fetch_assoc(mysqli_query($GLOBALS['dbconn'], "select pageDesc,page_metatitle,page_keyword,page_metadesc,pageDesc1,pageTitle,pageBanner, pageImage, page_keyword, page_metadesc, page_metatitle, pageBanner,keyword1,keyword2 from static_pages where pageID='12' and status='Y'")); $page_metatitle = 'Market Area - ' . COMPANY; $page_metakey = 'Market Area - ' . COMPANY; $page_metadesc = 'Market Area - ' . COMPANY; $banner_link = upload_url."page-banners/" . $pageRes['pageBanner']; $image_link = upload_url . "page-images/" . $pageRes['pageImage']; ?> <!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <?php include 'app_top.php'; ?> <style> .mainclass{ font-size: 24px; color: #000000; font-weight: 500; } </style> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8927192331839752"></script> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8927192331839752"></script> </head> <body> <?php include 'app_header.php'; ?> <div class="breatcome-area d-flex align-items-center" style="background-image:url('<?=theme_url?>images/style-three.jpg');"> <div class="container"> <div class="row"> <div class="col-lg-12"> <div class="breatcome-content text-center"> <div class="breatcome-content-title"> <h1>Market Area</h1> </div> <div class="breatcome-content-text"> <ul> <li><a href="<?=site_url?>">Home </a> <i class="fas fa-chevron-right"></i> <span>Market Area</span></li> </ul> </div> </div> </div> </div> </div> </div> <section class="market_area_section"> <div class="container"> <div class="market_area"> <span class="mainclass">India Location</span> <?php $locations = db_query("SELECT locationID,locationName FROM location_tbl WHERE parentID=1 ORDER BY locationName "); while($row = mysqli_fetch_array($locations)){?> <h4><a href="<?=site_url?>/<?=getValidFileName($row['locationName'])?>/"><?=$row['locationName']?></a></h4> <ul class="market-list"> <?php $sub_locations = db_query("SELECT locationID,locationName FROM location_tbl WHERE parentID='$row[locationID]' ORDER BY locationName "); while($sub_row = mysqli_fetch_array($sub_locations)){?> <li><a href="<?=site_url?>/<?=getValidFileName($sub_row['locationName'])?>/"><?=$sub_row['locationName']?></a></li> <?php }?> </ul> <?php }?> <span class="mainclass">Overseas Location</span> <?php $locations = db_query("SELECT locationID,locationName FROM location_tbl WHERE parentID=55 ORDER BY locationName "); while($row = mysqli_fetch_array($locations)){?> <h4><a href="<?=site_url?>/<?=getValidFileName($row['locationName'])?>/"><?=$row['locationName']?></a></h4> <ul class="market-list"> <?php $sub_locations = db_query("SELECT locationID,locationName FROM location_tbl WHERE parentID='$row[locationID]' ORDER BY locationName "); while($sub_row = mysqli_fetch_array($sub_locations)){?> <li><a href="<?=site_url?>/<?=getValidFileName($sub_row['locationName'])?>/"><?=$sub_row['locationName']?></a></li> <?php }?> </ul> <?php }?> </div> </div> </section> <?php include 'app_footer.php'; ?> <?php include 'app_bottom.php'; ?> </body> </html>