Server : LiteSpeed System : Linux nl-srv-web1396.main-hosting.eu 4.18.0-553.83.1.lve.el8.x86_64 #1 SMP Wed Nov 12 10:04:12 UTC 2025 x86_64 User : u107206879 ( 107206879) PHP Version : 7.2.34 Disable Function : NONE Directory : /home/u107206879/domains/escort46.de/public_html/ |
<?php
include_once "db_connection.php";
include_once "functions.php";
require_once "Mobile_Detect.php";
$detect = new Mobile_Detect;
$_GET['category'] = 'escort';
$active_1 = $active_2 = $active_3 = $active_4 = $active_5 = '';
#Scroll Ads Code
$_SESSION["count_scroll_ads"] =1;
if($detect->isMobile() && !$detect->isTablet()){
$device ="mobile";
}elseif($detect->isTablet()){
$device ="tablet";
}else{
$device ="desktop";
}
$scroll_ads_query="SELECT * from scroll_ads WHERE ad_device='".$device."' and active='1' order by rand() limit 1";
$scroll_ads_result=mysqli_query($connection,$scroll_ads_query);
$scroll_ads_count = mysqli_num_rows($scroll_ads_result);
$scroll_all_ads =array();
if(mysqli_num_rows($scroll_ads_result)){
$scroll_ads =array();
$scroll_ads = mysqli_fetch_assoc($scroll_ads_result);
#fetch all the ads related to that
$scroll_all_ads_query="SELECT * from scroll_ads WHERE ad_device='".$device."' and rowset ='".$scroll_ads["rowset"]."' order by id asc";
$scroll_all_ads_result=mysqli_query($connection,$scroll_all_ads_query);
$count_scroll_all_ads = mysqli_num_rows($scroll_all_ads_result);
if(mysqli_num_rows($scroll_all_ads_result)){
while($row_scroll_all_ads = mysqli_fetch_assoc($scroll_all_ads_result)){
$scroll_all_ads[] = $row_scroll_all_ads;
}
}
}
#Scroll Ads Code
?>
<!DOCTYPE html>
<html lang="<?= $language ?>">
<head>
<?php include_once "new_head.php"; ?>
</head>
<body id="myPage">
<?php if ($website_h1_position == 'top_head_position') { ?><h1 class="htag-top"> <?php include "Section_content_h1.php"; ?></h1><?php } ?>
<div id="mobile-indicator"></div>
<div id="page-wrapper">
<?php include_once "header.php"; ?>
<section id="content" class="<?= $container.' '.$cont_fluid_bg_class ?> container-fluid">
<div class="col-sm-12 col-md-12 col-xs-12 col-lg-12 no-padding">
<?php
if($page_ad_active == 1 || $page_top_ad_active == 1 || $page_left_ad_active == 1 || $page_right_ad_active == 1 || WEBSITE_PAGE_LAYOUT=="small"){
?>
<div class="col-sm-12 col-md-1 col-xs-12 col-lg-1"><?=$left_side_banner?></div>
<?php } ?>
<div class="<?= $page_ad_bs_class ?>">
<div class="search-box-wrapper mt-100">
<div class="search-box <?= $section_container ?>">
<section class="title-section">
<div class="keel-container">
<?php if ($website_h1_position == 'default') { ?><h1 class=""> <?php include "Section_content_h1.php"; ?></h1><?php } ?>
<?php if(@H1_DISCRIPTION && @H1_DISCRIPTION != 'H1_DISCRIPTION'){ ?>
<p id="read1 more1" class="key_description"><?php echo H1_DISCRIPTION; ?></p>
<?php } ?>
</div>
</section>
<?php
if(!isset($get_category)){
$get_category = 'escort';
$ucw_category = ucwords(preg_replace('/[^\p{L}\p{Nd}]+/u', ' ', $get_category));
}
?>
<div class="search-tab-content">
<?php include_once "section_search.php"; ?>
</div>
</div>
</div>
<div class="global-map-area section parallax pt-0" data-stellar-background-ratio="0.5">
<div class="<?= $section_container ?>">
<div class="image-carousel style3 flex-slider">
<?php include_once "section_flex_slider.php"; ?>
</div>
</div>
</div>
<?php include_once "section_boost.php"; ?>
<div class="<?= $section_container ?> section pt-0">
<div class="row image-box style10 list-padding list-group allProfiles mt-0 mb-0 shail pt-0" id="products" style="padding-bottom:0px !important;">
<?php include_once "section_profiles.php"; ?>
</div>
<script async type="application/javascript" src="https://a.magsrv.com/ad-provider.js"></script> <ins class="eas6a97888e20" data-zoneid="5094950"></ins> <script>(AdProvider = window.AdProvider || []).push({"serve": {}});</script>
<div class="col-xs-12 col-md-12 col-lg-12 col-sm-12 show_more_gif" id="show_more_gif"></div>
<div class="col-xs-12 col-md-12 col-lg-12 col-sm-12 show_more" style="padding-top:30px;"><button type="button" class="show_more_btn" id="show_more"></button></div>
</div>
<?php if(!empty(WEBSITE_SECTION_KEYWORD) && trim(WEBSITE_SECTION_KEYWORD)=="Active"){ ?>
<?php include_once "section_content_keyword.php"; ?>
<?php } ?>
<?php include_once "section_content_city.php"; ?>
<?php include_once "section_content_region.php"; ?>
<?php include 'section_content.php'; ?>
<?php include 'section_content_buttom.php'; ?>
</div>
<?php
if($page_ad_active == 1 || $page_top_ad_active == 1 || $page_left_ad_active == 1 || $page_right_ad_active == 1 || WEBSITE_PAGE_LAYOUT=="small"){
?>
<div class="col-sm-12 col-md-1 col-xs-12 col-lg-1"><?=$right_side_banner?></div>
<?php
}
?>
</div>
</section>
<footer id="footer">
<div class="footer-wrapper">
<?php include_once 'footer.php'; ?>
</div>
</footer>
</div>
<?php include_once 'js_zone.php'; ?>
<?php include_once 'load_data_js.php'; ?>
</body>
</html>