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
if ($page == "index.php") {
$abovefooter_sql = "SELECT `page_id`, `page`, `page_php_name`, `page_url`, `page_title`, `page_keyword`, `page_description`, `page_top_content`, `page_middle_content`, `page_bottom_content`, `meta_values`, `language` FROM `page` WHERE `page` = 'Home' and `language` = '$lang_site_main_lang'";
$abovefooter_result = mysqli_query($connection, $abovefooter_sql);
if (mysqli_num_rows($abovefooter_result) > 0) {
// output data of each row
$u = 0;
while ($abovefooter_row = mysqli_fetch_assoc($abovefooter_result)) {
$abovefooter_meta_values = $abovefooter_row["meta_values"];
$u++;
$tmp_array = json_decode($abovefooter_meta_values, true);
$allow = $tmp_array["above_footer_status"];
}
if($allow){
?>
<div class="<?= $section_container ?> section bottom_section">
<div class="curve_outer_div" style="height: 348px;">
<div class="curve_inner_div"></div>
</div>
<div class="description text-center col-xs-12 col-sm-12 col-md-12 mt-50">
<hr class="hr_lines">
<h2><?php echo $tmp_array["footer_title"]; ?></h2>
<p class="mt-10 mb-10" style="font-size: 20px; opacity: 0.7"><?php echo $tmp_array[
"meta_description"
]; ?></p>
<p class="h2_description"></p>
<div class="col-md-4 col-sm-6">
<p class="h2_footer_title">
<?php echo $tmp_array["footer_title_1"]; ?>
</p>
<p class="h2_description"><?php echo $tmp_array["footer_description_1"]; ?></p>
</div>
<div class="col-md-4 col-sm-6">
<p class="h2_footer_title">
<?php echo $tmp_array["footer_title_2"]; ?>
</p>
<p class="h2_description"><?php echo $tmp_array["footer_description_2"]; ?></p>
</div>
<div class="col-md-4 col-sm-6">
<p class="h2_footer_title">
<?php echo $tmp_array["footer_title_3"]; ?>
</p>
<p class="h2_description"><?php echo $tmp_array["footer_description_3"]; ?></p>
</div>
</div>
</div>
<?php
} // allow end
}
} //index.php end
if ($page == "category.php") {
$allowed_common = 1;
$allowed_unik = 1;
$category = $category_html_title;
$allowed_unik = $tmp_allow['above_footer_status'];
if($allowed_unik){
/////////////////unik start////////////////
if($tmp_allow["footer_title"] && $tmp_allow["footer_description"] && $tmp_allow["footer_title_1"] && $tmp_allow["footer_description_1"] ){
$allowed_common = 0;
}
?>
<div class="<?= $section_container ?> section bottom_section">
<div class="curve_outer_div" style="height: 348px;">
<div class="curve_inner_div"></div>
</div>
<div class="description text-center col-xs-12 col-sm-12 col-md-12 mt-50">
<hr class="hr_lines">
<h2><?php echo $tmp_allow["footer_title"]; ?></h2>
<p class="mt-10 mb-10" style="font-size: 20px; opacity: 0.7"><?php echo $tmp_allow["footer_description"]; ?></p>
<p class="h2_description"></p>
<div class="col-md-4 col-sm-6">
<p class="h2_footer_title">
<?php echo $tmp_allow["footer_title_1"]; ?>
</p>
<p class="h2_description"><?php echo $tmp_allow["footer_description_1"]; ?></p>
</div>
<div class="col-md-4 col-sm-6">
<p class="h2_footer_title">
<?php echo $tmp_allow["footer_title_2"]; ?>
</p>
<p class="h2_description"><?php echo $tmp_allow["footer_description_2"]; ?></p>
</div>
<div class="col-md-4 col-sm-6">
<p class="h2_footer_title">
<?php echo $tmp_allow["footer_title_3"]; ?>
</p>
<p class="h2_description"><?php echo $tmp_allow["footer_description_3"]; ?></p>
</div>
</div>
</div>
<?php
/////////////////unik end////////////////
}
if($allowed_common){
////////////////////common start//////////////////
$abovefooter_sql = "SELECT `page_id`, `page`, `page_php_name`, `page_url`, `page_title`, `page_keyword`, `page_description`, `page_top_content`, `page_middle_content`, `page_bottom_content`, `meta_values`, `language` FROM `page` WHERE `page` = 'Category' and `language` = '$lang_site_main_lang'";
$abovefooter_result = mysqli_query($connection, $abovefooter_sql);
if (mysqli_num_rows($abovefooter_result) > 0) {
// output data of each row
$u = 0;
while ($abovefooter_row = mysqli_fetch_assoc($abovefooter_result)) {
// $abovefooter_meta_values = $abovefooter_row["meta_values"];
$abovefooter_meta_values = repss(
"%%category%%",
$category,
$abovefooter_row["meta_values"]
);
$u++;
$tmp_array = json_decode($abovefooter_meta_values, true);
$tmp_array = json_decode($abovefooter_meta_values, true);
$allow = $tmp_array["above_footer_status"];
}
if($allow){
?>
<div class="<?= $section_container ?> section bottom_section">
<div class="curve_outer_div" style="height: 348px;">
<div class="curve_inner_div"></div>
</div>
<?php if ($bottom_title != "") { ?>
<div class="description text-center col-xs-12 col-sm-12 col-md-12 mt-50">
<hr class="hr_lines">
<h2><?= $bottom_title ?></h2>
<p class="h2_description"><?= $bottom_description ?></p>
<div class="col-md-4 col-sm-6">
<p class="h2_footer_title">
<?= $bottom_title_1 ?>
</p>
<p class="h2_description"><?= $bottom_description_1 ?></p>
</div>
<div class="col-md-4 col-sm-6">
<p class="h2_footer_title">
<?= $bottom_title_2 ?>
</p>
<p class="h2_description"><?= $bottom_description_2 ?></p>
</div>
<div class="col-md-4 col-sm-6">
<p class="h2_footer_title">
<?= $bottom_title_3 ?>
</p>
<p class="h2_description"><?= $bottom_description_3 ?></p>
</div>
</div>
<?php } else {
?>
<div class="<?= $section_container ?> section bottom_section">
<div class="curve_outer_div" style="height: 348px;">
<div class="curve_inner_div"></div>
</div>
<div class="description text-center col-xs-12 col-sm-12 col-md-12 mt-50">
<hr class="hr_lines">
<h2><?php echo $tmp_array["footer_title"]; ?></h2>
<p class="mt-10 mb-10" style="font-size: 20px; opacity: 0.7"><?php echo $tmp_array[
"meta_description"
]; ?></p>
<p class="h2_description"></p>
<div class="col-md-4 col-sm-6">
<p class="h2_footer_title">
<?php echo $tmp_array["footer_title_1"]; ?>
</p>
<p class="h2_description"><?php echo $tmp_array["footer_description_1"]; ?></p>
</div>
<div class="col-md-4 col-sm-6">
<p class="h2_footer_title">
<?php echo $tmp_array["footer_title_2"]; ?>
</p>
<p class="h2_description"><?php echo $tmp_array["footer_description_2"]; ?></p>
</div>
<div class="col-md-4 col-sm-6">
<p class="h2_footer_title">
<?php echo $tmp_array["footer_title_3"]; ?>
</p>
<p class="h2_description"><?php echo $tmp_array["footer_description_3"]; ?></p>
</div>
</div>
</div>
<?php
}
}
?>
</div>
<?php } //allow
////////////////////common end//////////////////
}
}// end category.php
if ($page == "cities.php") {
$allowed_common = 1;
$allowed_unik = 1;
$city = $_GET["omrade1"];
$category = $get_category;
//%%city%% %%category%%
$allowed_unik = $tmp_allow['above_footer_status'];
if($allowed_unik){
/////////////////unik start////////////////
if($tmp_allow["footer_title"] && $tmp_allow["footer_description"] && $tmp_allow["footer_title_1"] && $tmp_allow["footer_description_1"] ){
$allowed_common = 0;
}
?>
<div class="<?= $section_container ?> section bottom_section">
<div class="curve_outer_div" style="height: 348px;">
<div class="curve_inner_div"></div>
</div>
<div class="description text-center col-xs-12 col-sm-12 col-md-12 mt-50">
<hr class="hr_lines">
<h2><?php echo $tmp_allow["footer_title"]; ?></h2>
<p class="mt-10 mb-10" style="font-size: 20px; opacity: 0.7"><?php echo $tmp_allow["footer_description"]; ?></p>
<p class="h2_description"></p>
<div class="col-md-4 col-sm-6">
<p class="h2_footer_title">
<?php echo $tmp_allow["footer_title_1"]; ?>
</p>
<p class="h2_description"><?php echo $tmp_allow["footer_description_1"]; ?></p>
</div>
<div class="col-md-4 col-sm-6">
<p class="h2_footer_title">
<?php echo $tmp_allow["footer_title_2"]; ?>
</p>
<p class="h2_description"><?php echo $tmp_allow["footer_description_2"]; ?></p>
</div>
<div class="col-md-4 col-sm-6">
<p class="h2_footer_title">
<?php echo $tmp_allow["footer_title_3"]; ?>
</p>
<p class="h2_description"><?php echo $tmp_allow["footer_description_3"]; ?></p>
</div>
</div>
</div>
<?php
/////////////////unik end////////////////
}
if($allowed_common){
////////////////////common start//////////////////
$abovefooter_sql = "SELECT `page_id`, `page`, `page_php_name`, `page_url`, `page_title`, `page_keyword`, `page_description`, `page_top_content`, `page_middle_content`, `page_bottom_content`, `meta_values`, `language` FROM `page` WHERE `page` = 'Cities' and `language` = '$lang_site_main_lang'";
$abovefooter_result = mysqli_query($connection, $abovefooter_sql);
if (mysqli_num_rows($abovefooter_result) > 0) {
// output data of each row
$u = 0;
while (
$abovefooter_row = mysqli_fetch_assoc($abovefooter_result)
) {
// $abovefooter_meta_values = $abovefooter_row["meta_values"];
$abovefooter_meta_values = repss(
"%%category_html_title%%",
$category_html_title,
$abovefooter_row["meta_values"]
);
$abovefooter_meta_values = repss(
"%%city%%",
$city,
$abovefooter_meta_values
);
$abovefooter_meta_values = repss(
"%%category%%",
$category,
$abovefooter_meta_values
);
$u++;
$tmp_array = json_decode($abovefooter_meta_values, true);
$allow = $tmp_array["above_footer_status"];
}
if($allow){ ?>
<div class="<?= $section_container ?> section bottom_section">
<div class="curve_outer_div" style="height: 348px;">
<div class="curve_inner_div"></div>
</div>
<?php if (0) { ?>
<!-- <div class="description text-center col-xs-12 col-sm-12 col-md-12 mt-50">
<hr class="hr_lines">
<h2><?= $bottom_title ?></h2>
<p class="h2_description"><?= $bottom_description ?></p>
<div class="col-md-4 col-sm-6">
<p class="h2_footer_title">
<?= $bottom_title_1 ?>
</p>
<p class="h2_description"><?= $bottom_description_1 ?></p>
</div>
<div class="col-md-4 col-sm-6">
<p class="h2_footer_title">
<?= $bottom_title_2 ?>
</p>
<p class="h2_description"><?= $bottom_description_2 ?></p>
</div>
<div class="col-md-4 col-sm-6">
<p class="h2_footer_title">
<?= $bottom_title_3 ?>
</p>
<p class="h2_description"><?= $bottom_description_3 ?></p>
</div>
</div> -->
<?php } else {
?>
<div class="<?= $section_container ?> section bottom_section">
<div class="curve_outer_div" style="height: 348px;">
<div class="curve_inner_div"></div>
</div>
<div class="description text-center col-xs-12 col-sm-12 col-md-12 mt-50">
<hr class="hr_lines">
<h2><?php echo $tmp_array["footer_title"]; ?></h2>
<p class="mt-10 mb-10" style="font-size: 20px; opacity: 0.7"><?php echo $tmp_array[
"meta_description"
]; ?></p>
<p class="h2_description"></p>
<div class="col-md-4 col-sm-6">
<p class="h2_footer_title">
<?php echo $tmp_array["footer_title_1"]; ?>
</p>
<p class="h2_description"><?php echo $tmp_array["footer_description_1"]; ?></p>
</div>
<div class="col-md-4 col-sm-6">
<p class="h2_footer_title">
<?php echo $tmp_array["footer_title_2"]; ?>
</p>
<p class="h2_description"><?php echo $tmp_array["footer_description_2"]; ?></p>
</div>
<div class="col-md-4 col-sm-6">
<p class="h2_footer_title">
<?php echo $tmp_array["footer_title_3"]; ?>
</p>
<p class="h2_description"><?php echo $tmp_array["footer_description_3"]; ?></p>
</div>
</div>
</div>
<?php
}
?>
</div>
<?php
}// allow
}
////////////////////common end//////////////////
}
} // end cites.php
if ($page == "nationalities.php") {
$nationality = $_GET["nationality"];
$category = $get_category;
// %%nationality%% %%category%%
$abovefooter_sql = "SELECT `page_id`, `page`, `page_php_name`, `page_url`, `page_title`, `page_keyword`, `page_description`, `page_top_content`, `page_middle_content`, `page_bottom_content`, `meta_values`, `language` FROM `page` WHERE `page` = 'Nationalities' and `language` = '$lang_site_main_lang'";
$abovefooter_result = mysqli_query($connection, $abovefooter_sql);
if (mysqli_num_rows($abovefooter_result) > 0) {
// output data of each row
$u = 0;
while (
$abovefooter_row = mysqli_fetch_assoc($abovefooter_result)
) {
// $abovefooter_meta_values = $abovefooter_row["meta_values"];
$abovefooter_meta_values = repss(
"%%category%%",
$category,
$abovefooter_row["meta_values"]
);
$abovefooter_meta_values = repss(
"%%nationality%%",
$nationality,
$abovefooter_meta_values
);
$u++;
$tmp_array = json_decode($abovefooter_meta_values, true);
$allow = $tmp_array["above_footer_status"];
}
if($allow){ ?>
<div class="<?= $section_container ?> section bottom_section">
<div class="curve_outer_div" style="height: 348px;">
<div class="curve_inner_div"></div>
</div>
<?php if ($bottom_title != "") { ?>
<div class="description text-center col-xs-12 col-sm-12 col-md-12 mt-50">
<hr class="hr_lines">
<h2>A little about Escort46</h2>
<p class="mt-10 mb-10" style="font-size: 20px; opacity: 0.7"><?= $bottom_title ?></p>
<p class="h2_description"><?= $bottom_description ?></p>
<div class="col-md-4 col-sm-6">
<p class="h2_footer_title">
<?= $bottom_title_1 ?>
</p>
<p class="h2_description"><?= $bottom_description_1 ?></p>
</div>
<div class="col-md-4 col-sm-6">
<p class="h2_footer_title">
<?= $bottom_title_2 ?>
</p>
<p class="h2_description"><?= $bottom_description_2 ?></p>
</div>
<div class="col-md-4 col-sm-6">
<p class="h2_footer_title">
<?= $bottom_title_3 ?>
</p>
<p class="h2_description"><?= $bottom_description_3 ?></p>
</div>
</div>
<?php } else {
?>
<div class="<?= $section_container ?> section bottom_section">
<div class="curve_outer_div" style="height: 348px;">
<div class="curve_inner_div"></div>
</div>
<div class="description text-center col-xs-12 col-sm-12 col-md-12 mt-50">
<hr class="hr_lines">
<h2><?php echo $tmp_array["footer_title"]; ?></h2>
<p class="mt-10 mb-10" style="font-size: 20px; opacity: 0.7"><?php echo $tmp_array[
"meta_description"
]; ?></p>
<p class="h2_description"></p>
<div class="col-md-4 col-sm-6">
<p class="h2_footer_title">
<?php echo $tmp_array["footer_title_1"]; ?>
</p>
<p class="h2_description"><?php echo $tmp_array["footer_description_1"]; ?></p>
</div>
<div class="col-md-4 col-sm-6">
<p class="h2_footer_title">
<?php echo $tmp_array["footer_title_2"]; ?>
</p>
<p class="h2_description"><?php echo $tmp_array["footer_description_2"]; ?></p>
</div>
<div class="col-md-4 col-sm-6">
<p class="h2_footer_title">
<?php echo $tmp_array["footer_title_3"]; ?>
</p>
<p class="h2_description"><?php echo $tmp_array["footer_description_3"]; ?></p>
</div>
</div>
</div>
<?php
}
?>
</div>
<?php
} //allow
}} // end nationalities
if ($page == "adservices.php") {
$category = $get_category;
// %%adservice%% %%category%%
$abovefooter_sql = "SELECT `page_id`, `page`, `page_php_name`, `page_url`, `page_title`, `page_keyword`, `page_description`, `page_top_content`, `page_middle_content`, `page_bottom_content`, `meta_values`, `language` FROM `page` WHERE `page` = 'Adservices' and `language` = '$lang_site_main_lang'";
$abovefooter_result = mysqli_query($connection, $abovefooter_sql);
if (mysqli_num_rows($abovefooter_result) > 0) {
// output data of each row
$u = 0;
while (
$abovefooter_row = mysqli_fetch_assoc($abovefooter_result)
) {
// $abovefooter_meta_values = $abovefooter_row["meta_values"];
$abovefooter_meta_values = repss(
"%%category%%",
$category,
$abovefooter_row["meta_values"]
);
$abovefooter_meta_values = repss(
"%%adservice%%",
$adservice,
$abovefooter_meta_values
);
$u++;
$tmp_array = json_decode($abovefooter_meta_values, true);
$allow = $tmp_array["above_footer_status"];
}
if($allow){ ?>
<div class="<?= $section_container ?> section bottom_section">
<div class="curve_outer_div" style="height: 348px;">
<div class="curve_inner_div"></div>
</div>
<?php if ($bottom_title != "") { ?>
<div class="description text-center col-xs-12 col-sm-12 col-md-12 mt-50">
<hr class="hr_lines">
<h2>A little about Escort46</h2>
<p class="mt-10 mb-10" style="font-size: 20px; opacity: 0.7"><?= $bottom_title ?></p>
<p class="h2_description"><?= $bottom_description ?></p>
<div class="col-md-4 col-sm-6">
<p class="h2_footer_title">
<?= $bottom_title_1 ?>
</p>
<p class="h2_description"><?= $bottom_description_1 ?></p>
</div>
<div class="col-md-4 col-sm-6">
<p class="h2_footer_title">
<?= $bottom_title_2 ?>
</p>
<p class="h2_description"><?= $bottom_description_2 ?></p>
</div>
<div class="col-md-4 col-sm-6">
<p class="h2_footer_title">
<?= $bottom_title_3 ?>
</p>
<p class="h2_description"><?= $bottom_description_3 ?></p>
</div>
</div>
<?php } else {
?>
<div class="<?= $section_container ?> section bottom_section">
<div class="curve_outer_div" style="height: 348px;">
<div class="curve_inner_div"></div>
</div>
<div class="description text-center col-xs-12 col-sm-12 col-md-12 mt-50">
<hr class="hr_lines">
<h2><?php echo $tmp_array["footer_title"]; ?></h2>
<p class="mt-10 mb-10" style="font-size: 20px; opacity: 0.7"><?php echo $tmp_array[
"meta_description"
]; ?></p>
<p class="h2_description"></p>
<div class="col-md-4 col-sm-6">
<p class="h2_footer_title">
<?php echo $tmp_array["footer_title_1"]; ?>
</p>
<p class="h2_description"><?php echo $tmp_array["footer_description_1"]; ?></p>
</div>
<div class="col-md-4 col-sm-6">
<p class="h2_footer_title">
<?php echo $tmp_array["footer_title_2"]; ?>
</p>
<p class="h2_description"><?php echo $tmp_array["footer_description_2"]; ?></p>
</div>
<div class="col-md-4 col-sm-6">
<p class="h2_footer_title">
<?php echo $tmp_array["footer_title_3"]; ?>
</p>
<p class="h2_description"><?php echo $tmp_array["footer_description_3"]; ?></p>
</div>
</div>
</div>
<?php
}
?>
</div>
<?php
} //allow
}} //end adservice
if ($page == "search.php") {
$adservice = $_GET["adservice"];
$category = $get_category;
// %%adservice%% %%category%%
$abovefooter_sql = "SELECT `page_id`, `page`, `page_php_name`, `page_url`, `page_title`, `page_keyword`, `page_description`, `page_top_content`, `page_middle_content`, `page_bottom_content`, `meta_values`, `language` FROM `page` WHERE `page` = 'Search' and `language` = '$lang_site_main_lang'";
$abovefooter_result = mysqli_query($connection, $abovefooter_sql);
if (mysqli_num_rows($abovefooter_result) > 0) {
// output data of each row
$u = 0;
while (
$abovefooter_row = mysqli_fetch_assoc($abovefooter_result)
) {
// $abovefooter_meta_values = $abovefooter_row["meta_values"];
$abovefooter_meta_values = repss(
"%%search%%",
$get_search,
$abovefooter_row["meta_values"]
);
$u++;
$tmp_array = json_decode($abovefooter_meta_values, true);
$allow = $tmp_array["above_footer_status"];
}
if($allow){ ?>
<div class="<?= $section_container ?> section bottom_section">
<div class="curve_outer_div" style="height: 348px;">
<div class="curve_inner_div"></div>
</div>
<?php if ($seo_content != "") { ?>
first
<div class="description text-left mb-50">
<h2>
<?php
if($h2_title_1 == ''){
?>
<?php
}else{
echo $h2_title_1;
}
?>
</h2>
<p>
<?php
if($h2_description_1 == ''){
?>
<?php
}else{
echo $h2_description_1;
}
?>
</p>
</div>
<div class="description text-left mb-50">
<h2>
<?php
if($h2_title_2 == ''){
?>
<?php
}else{
echo $h2_title_2;
}
?>
</h2>
<p>
<?php
if($h2_description_2 == ''){
?>
<?php
}else{
echo $h2_description_2;
}
?>
</p>
</div>
<div class="description text-left mb-50">
<h2>
<?php
if($h2_title_3 == ''){
?>
<?php
}else{
echo $h2_title_3;
}
?>
</h2>
<p>
<?php
if($h2_description_3 == ''){
?>
<?php
}else{
echo $h2_description_3;
}
?>
</p>
</div>
<div class="description text-left mb-50">
<h2>
<?php
if($h2_title_4 == ''){
?>
<?php
}else{
echo $h2_title_4;
}
?>
</h2>
<p>
<?php
if($h2_description_4 == ''){
?>
<?php
}else{
echo $h2_description_4;
}
?>
</p>
</div>
<?php } else {
?>
<div class="<?= $section_container ?> section bottom_section">
<div class="curve_outer_div" style="height: 348px;">
<div class="curve_inner_div"></div>
</div>
<div class="description text-center col-xs-12 col-sm-12 col-md-12 mt-50">
<hr class="hr_lines">
<h2><?php echo $tmp_array["footer_title"]; ?></h2>
<p class="mt-10 mb-10" style="font-size: 20px; opacity: 0.7"><?php echo $tmp_array[
"meta_description"
]; ?></p>
<p class="h2_description"></p>
<div class="col-md-4 col-sm-6">
<p class="h2_footer_title">
<?php echo $tmp_array["footer_title_1"]; ?>
</p>
<p class="h2_description"><?php echo $tmp_array["footer_description_1"]; ?></p>
</div>
<div class="col-md-4 col-sm-6">
<p class="h2_footer_title">
<?php echo $tmp_array["footer_title_2"]; ?>
</p>
<p class="h2_description"><?php echo $tmp_array["footer_description_2"]; ?></p>
</div>
<div class="col-md-4 col-sm-6">
<p class="h2_footer_title">
<?php echo $tmp_array["footer_title_3"]; ?>
</p>
<p class="h2_description"><?php echo $tmp_array["footer_description_3"]; ?></p>
</div>
</div>
</div>
<?php
}
?>
</div>
<?php
} //allow
}} //end search
?>