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/en/ |
<?php
$display_unik = 0;
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_section_1"];
}
if($allow){
?>
<div class="<?= $section_container ?> section">
<div class="description text-left mb-50">
<br>
<br>
<?php
$u=0;
$sql = "SELECT `id`, `language`, `page`, `key`, `value`, `value1` FROM `page_detail` WHERE `page` = 'Home' and `language` = '$lang_site_main_lang' and `key` = 'footer_section_1'";
$result = mysqli_query($connection, $sql);
if (mysqli_num_rows($result) > 0) {
// output data of each row
$h=0;
while($row1111 = mysqli_fetch_assoc($result)) {
$id = $row1111["id"];
$language = $row1111["language"];
$key = $row1111["key"];
$value = htmlspecialchars_decode($row1111["value"]);
$value1 = htmlspecialchars_decode($row1111["value1"]);
$h++;
?>
<h2><?PHP ECHO $value ; ?></h2>
<p class="h2_description"><?php echo $value1 ?></p>
<?php
}
}
?>
</div></div>
<?php
} //allow end
} //if data
} //ifindex end
if ($page == "category.php") {
// $display_unik = 1;
$allowed_common = 1;
$allowed_unik = 1;
$category = $category_html_title;
/////////////////////////unik start///////////////
$cityM_sql = "SELECT `meta_values` FROM `seo_category` WHERE `language` = '$lang_site_main_lang'and `keyword` = '$category'";
$cityM_result = mysqli_query($connection, $cityM_sql);
if (mysqli_num_rows($cityM_result) > 0) {
// output data of each row
$c=0;
while($cityM_row = mysqli_fetch_assoc($cityM_result)) {
$cityM_row["meta_values"];
$c++;
$tmp_allow = json_decode($cityM_row["meta_values"], true);
$allowed_unik = $tmp_allow['above_footer_status_section_1'];
}
}
if($allowed_unik){
// ----------------------------------------
$city_sql = "SELECT `id`, `seo_id`, `language`, `keyword`, `key`, `page`, `value`, `value1`, `order` FROM `seo_detail` WHERE `language` = '" .$lang_site_main_lang. "' and `page` = 'category' and `key` = 'footer_section_1' and keyword = '$category' ORDER BY `seo_detail`.`id` ASC";
$city_result = mysqli_query($connection, $city_sql);
if (mysqli_num_rows($city_result) > 0) {
// output data of each row
$b=0;
while($city_row = mysqli_fetch_assoc($city_result)) {
$city_id = $city_row["id"];
$city_seo_id = $city_row["seo_id"];
$city_language = $city_row["language"];
$city_keyword = $city_row["keyword"];
$city_key = $city_row["key"];
$city_page = $city_row["page"];
$city_value = htmlspecialchars_decode($city_row["value"]);
$city_value1 = htmlspecialchars_decode($city_row["value1"]);
$city_order = $city_row["order"];
$b++;
$allowed_common = 0;
?>
<div class="description text-left mb-50">
<?php
echo $city_value1 ;
?>
</div>
<?php
}
}
// ----------------------
//////////// unique end ///////////////////
}
$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"];
$u++;
$tmp_array = json_decode($abovefooter_meta_values, true);
$allow = $tmp_array["above_footer_status_section_1"];
}
if($allow){
?>
<div class="<?= $section_container ?> section">
<div class="description text-left mb-50">
<br>
<br>
<?php
$u=0;
$sql = "SELECT `id`, `language`, `page`, `key`, `value`, `value1` FROM `page_detail` WHERE `page` = 'Category' and `language` = '$lang_site_main_lang' and `key` = 'footer_section_1'";
$result = mysqli_query($connection, $sql);
if (mysqli_num_rows($result) > 0) {
// output data of each row
$h=0;
while($row1111 = mysqli_fetch_assoc($result)) {
$id = $row1111["id"];
$language = $row1111["language"];
$key = $row1111["key"];
$value = htmlspecialchars_decode($row1111["value"]);
$value = repss(
"%%category%%",
$category,
$value);
$value1 = htmlspecialchars_decode($row1111["value1"]);
$value1 = repss(
"%%category%%",
$category,
$value1);
$h++;
?>
<h2><?PHP ECHO $value ; ?></h2>
<p class="h2_description"><?php echo $value1 ?></p>
<?php
}
}
?>
</div></div>
<?php
} //allow end
} //if data
}// end category.php
if ($page == "cities.php") {
// $display_unik = 1;
$allowed_common = 1;
$allowed_unik = 1;
$city = $_GET["omrade1"];
$category = $get_category;
/////////////////////////unik start///////////////
$cityM_sql = "SELECT `meta_values` FROM `seo_city` WHERE `language` = '$lang_site_main_lang'and `keyword` = '$category'and `city` = '$city'";
$cityM_result = mysqli_query($connection, $cityM_sql);
if (mysqli_num_rows($cityM_result) > 0) {
// output data of each row
$c=0;
while($cityM_row = mysqli_fetch_assoc($cityM_result)) {
$cityM_row["meta_values"];
$c++;
$tmp_allow = json_decode($cityM_row["meta_values"], true);
$allowed_unik = $tmp_allow['above_footer_status_section_1'];
}
}
if($allowed_unik){
// ----------------------------------------
$city_sql = "SELECT `id`, `seo_id`, `language`, `city`, `keyword`, `key`, `page`, `value`, `value1`, `order` FROM `seo_detail` WHERE `language` = '" .$lang_site_main_lang. "' and `page` = 'city' and `key` = 'footer_section_1' and `city` = '$city' and keyword = '$category' ORDER BY `seo_detail`.`id` ASC";
$city_result = mysqli_query($connection, $city_sql);
if (mysqli_num_rows($city_result) > 0) {
// output data of each row
$b=0;
while($city_row = mysqli_fetch_assoc($city_result)) {
$city_id = $city_row["id"];
$city_seo_id = $city_row["seo_id"];
$city_language = $city_row["language"];
$city_city = $city_row["city"];
$city_keyword = $city_row["keyword"];
$city_key = $city_row["key"];
$city_page = $city_row["page"];
$city_value = htmlspecialchars_decode($city_row["value"]);
$city_value1 = htmlspecialchars_decode($city_row["value1"]);
$city_order = $city_row["order"];
$b++;
$allowed_common = 0;
?>
<div class="description text-left mb-50">
<?php
echo $city_value1 ;
?>
</div>
<?php
}
}
// ----------------------
//////////// unique end ///////////////////
}
if($allowed_common){
///////////////common data 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"];
$u++;
$tmp_array = json_decode($abovefooter_meta_values, true);
$allow = $tmp_array["above_footer_status_section_1"];
}
if($allow){
?>
<div class="<?= $section_container ?> section">
<div class="description text-left mb-50">
<br>
<br>
<?php
$u=0;
$sql = "SELECT `id`, `language`, `page`, `key`, `value`, `value1` FROM `page_detail` WHERE `page` = 'Cities' and `language` = '$lang_site_main_lang' and `key` = 'footer_section_1'";
$result = mysqli_query($connection, $sql);
if (mysqli_num_rows($result) > 0) {
// output data of each row
$h=0;
while($row1111 = mysqli_fetch_assoc($result)) {
$id = $row1111["id"];
$language = $row1111["language"];
$key = $row1111["key"];
$value = htmlspecialchars_decode($row1111["value"]);
$value = repss(
"%%category%%",
$category,
$value);
$value = repss(
"%%city%%",
$city,
$value);
$value1 = htmlspecialchars_decode($row1111["value1"]);
$value1 = repss(
"%%category%%",
$category,
$value1);
$value1 = repss(
"%%city%%",
$city,
$value1);
$h++;
?>
<h2><?PHP ECHO $value ; ?></h2>
<p class="h2_description"><?php echo $value1 ?></p>
<?php
}
}
?>
</div></div>
<?php
} //allow end
} //if data
//////////////common data
}
}// end cities.php
if ($page == "nationalities.php") {
$nationality = $_GET["nationality"];
$category = $get_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"];
$u++;
$tmp_array = json_decode($abovefooter_meta_values, true);
$allow = $tmp_array["above_footer_status_section_1"];
}
if($allow){
?>
<div class="<?= $section_container ?> section">
<div class="description text-left mb-50">
<br>
<br>
<?php
$u=0;
$sql = "SELECT `id`, `language`, `page`, `key`, `value`, `value1` FROM `page_detail` WHERE `page` = 'Nationalities' and `language` = '$lang_site_main_lang' and `key` = 'footer_section_1'";
$result = mysqli_query($connection, $sql);
if (mysqli_num_rows($result) > 0) {
// output data of each row
$h=0;
while($row1111 = mysqli_fetch_assoc($result)) {
$id = $row1111["id"];
$language = $row1111["language"];
$key = $row1111["key"];
$value = htmlspecialchars_decode($row1111["value"]);
$value = repss(
"%%category%%",
$category,
$value);
$value = repss(
"%%nationality%%",
$nationality,
$value);
$value1 = htmlspecialchars_decode($row1111["value1"]);
$value1 = repss(
"%%category%%",
$category,
$value1);
$value1 = repss(
"%%nationality%%",
$nationality,
$value1);
$h++;
?>
<h2><?PHP ECHO $value ; ?></h2>
<p class="h2_description"><?php echo $value1 ?></p>
<?php
}
}
?>
</div></div>
<?php
} //allow end
} //if data
}// end nationalities.php
if ($page == "adservices.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` = '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"];
$u++;
$tmp_array = json_decode($abovefooter_meta_values, true);
$allow = $tmp_array["above_footer_status_section_1"];
}
if($allow){
?>
<div class="<?= $section_container ?> section">
<div class="description text-left mb-50">
<br>
<br>
<?php
$u=0;
$sql = "SELECT `id`, `language`, `page`, `key`, `value`, `value1` FROM `page_detail` WHERE `page` = 'Adservices ' and `language` = '$lang_site_main_lang' and `key` = 'footer_section_1'";
$result = mysqli_query($connection, $sql);
if (mysqli_num_rows($result) > 0) {
// output data of each row
$h=0;
while($row1111 = mysqli_fetch_assoc($result)) {
$id = $row1111["id"];
$language = $row1111["language"];
$key = $row1111["key"];
$value = htmlspecialchars_decode($row1111["value"]);
$value = repss(
"%%category%%",
$category,
$value);
$value = repss(
"%%adservice%%",
$adservice,
$value);
$value1 = htmlspecialchars_decode($row1111["value1"]);
$value1 = repss(
"%%category%%",
$category,
$value1);
$value1 = repss(
"%%adservice%%",
$adservice,
$value1);
$h++;
?>
<h2><?PHP ECHO $value ; ?></h2>
<p class="h2_description"><?php echo $value1 ?></p>
<?php
}
}
?>
</div></div>
<?php
} //allow end
} //if data
}
// end adservice.php
if ($page == "search.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` = '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"];
$u++;
$tmp_array = json_decode($abovefooter_meta_values, true);
$allow = $tmp_array["above_footer_status_section_1"];
}
if($allow){
?>
<div class="<?= $section_container ?> section">
<div class="description text-left mb-50">
<br>
<br>
<?php
$u=0;
$sql = "SELECT `id`, `language`, `page`, `key`, `value`, `value1` FROM `page_detail` WHERE `page` = 'Search' and `language` = '$lang_site_main_lang' and `key` = 'footer_section_1'";
$result = mysqli_query($connection, $sql);
if (mysqli_num_rows($result) > 0) {
// output data of each row
$h=0;
while($row1111 = mysqli_fetch_assoc($result)) {
$id = $row1111["id"];
$language = $row1111["language"];
$key = $row1111["key"];
$value = htmlspecialchars_decode($row1111["value"]);
$value = repss(
"%%search%%",
$get_search,
$value);
$value1 = htmlspecialchars_decode($row1111["value1"]);
$value1 = repss(
"%%search%%",
$get_search,
$value1);
$h++;
?>
<h2><?PHP ECHO $value ; ?></h2>
<p class="h2_description"><?php echo $value1 ?></p>
<?php
}
}
?>
</div></div>
<?php
} //allow end
} //if data
}// end adservice.php
if($display_unik){
?>
<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>
<div class="description text-left mb-50">
<h2>
<?php
if($h2_title_5 == ''){
?>
<?php
}else{
echo $h2_title_5;
}
?>
</h2>
<p>
<?php
if($h2_description_5 == ''){
?>
<?php
}else{
echo $h2_description_5;
}
?>
</p>
</div>
<?php } ?>