Veera – Multipurpose WooCommerce Theme

Special Offers

Pellentesque mollis nec orci id tincidunt. Sed mollis risus eu nisi aliquet, sit amet fermentum justo dapibus. Donec mollis

Soft Black XL Leather

Off 25%

Join Our Newsletter

Pellentesque mollis nec orci id tincidunt. Sed mollis risus eu nisi aliquet, sit amet
fermentum justo dapibus. Donec mollis

[yikes-mailchimp form=”1″ submit=”Subscribe” el_class=”easy_mc__style1″]

Start typing and press Enter to search

Shopping Cart

Geen producten in de winkelwagen.


"; $inContent = true; if ($rubrieken_include) { ?> set_charset("utf8"); $currentDomain = str_replace('www.', '', $_SERVER['HTTP_HOST']); #$currentDomain = "costablanca-reisgids.nl"; $e = explode('.', $_SERVER['HTTP_HOST']); $subdomain = false; if (isset($e[2])) { if ($e[0] != 'www' && $e[0] != 'http://www' && $e[0] != 'https://www') { $subdomain = true; $sub = $e[0]; } } $script_uri = $_SERVER['SCRIPT_NAME']; if ($stripindex) { $script_uri = str_replace("index.php", "", $script_uri); } if ($rewrite) { $script_uri = $_SERVER['REQUEST_URI']; if ($stripindex) { $script_uri = str_replace("index.php", "", $script_uri); } } // Vraag rubrieken op $selectRubrieken = mysqli_query($conGB, "SELECT id, titel FROM adv_index_rubrieken"); $categoryArray = []; while ($rowRubrieken = $selectRubrieken->fetch_object()) { $categoryArray[$rowRubrieken->id] = $rowRubrieken->titel; } if ($inContent) { /** * Geeft de HTML terug van een tekst met BB-codes * @param string $tekst De tekst met BB-codes * @param string $follow * @return string De tekst met HTML */ function getTekst($tekst = "", $follow = "") { // HTML uit string halen $tekst = strip_tags($tekst); if (empty($follow)) { $tekst = preg_replace('/\[url=(.*?)\](.*?)\[\/url\]/i', '$2', $tekst); } else { if ($follow == "do") { $follow = ""; } $tekst = preg_replace('/\[url=(.*?)\](.*?)\[\/url\]/i', '$2', $tekst); } return $tekst; } $selectText = mysqli_query($conGB, "SELECT Titel, tekst, follow FROM adv_links WHERE portaldb = '" . $currentDomain . "' AND Verloopdatum > CURRENT_TIMESTAMP() AND days = 0 AND type = 'tekst' AND controle = 'goed' AND tekst != ''AND (LOWER(tekst) NOT LIKE '%casino%' AND LOWER(tekst) NOT LIKE '%gokkast%' AND LOWER(tekst) NOT LIKE '%slots%')"); while ($rowText = $selectText->fetch_object()) { ?>
Titel; ?>
tekst, $rowText->follow); ?>


CURRENT_TIMESTAMP() AND days = 0 AND tekst = '' AND Link != '' AND type = 'link' AND controle = 'goed' ORDER BY adv_index_rubrieken.titel, RAND()"); $selectCategoryIds = mysqli_query($conGB, "SELECT rubrid FROM adv_links WHERE portaldb = '" . $currentDomain . "' AND Verloopdatum > CURRENT_TIMESTAMP() AND days = 0 AND tekst = '' AND Link != '' AND type = 'link' AND controle = 'goed' GROUP BY rubrid"); } elseif ($subdomain == true) { // Subdomain $selectUrls = mysqli_query($conGB, "SELECT Goedbegin, adv_links.Titel, Link, tekst, rubrid, follow FROM adv_links LEFT JOIN adv_index_rubrieken ON adv_index_rubrieken.id = adv_links.rubrid WHERE portaldb = '" . $currentDomain . "' AND Goedbegin = '" . mysqli_real_escape_string($conGB, $sub) . "' AND Verloopdatum > CURRENT_TIMESTAMP() AND days = 0 AND tekst = '' AND Link != '' AND type = 'link' AND controle = 'goed' ORDER BY adv_index_rubrieken.titel, RAND()"); $selectCategoryIds = mysqli_query($conGB, "SELECT rubrid FROM adv_links WHERE portaldb = '" . $currentDomain . "' AND Goedbegin = '" . mysqli_real_escape_string($conGB, $sub) . "' AND Verloopdatum > CURRENT_TIMESTAMP() AND days = 0 AND tekst = '' AND Link != '' AND type = 'link' AND controle = 'goed'" . $orderby); } else { // Directory $selectUrls = mysqli_query($conGB, "SELECT Goedbegin, adv_links.Titel, Link, tekst, rubrid, follow FROM adv_links LEFT JOIN adv_index_rubrieken ON adv_index_rubrieken.id = adv_links.rubrid WHERE portaldb = '" . $currentDomain . "' AND Goedbegin = '" . mysqli_real_escape_string($conGB, $script_uri) . "' AND Verloopdatum > CURRENT_TIMESTAMP() AND days = 0 AND tekst = '' AND Link != '' AND type = 'link' AND controle = 'goed' ORDER BY adv_index_rubrieken.titel, RAND()"); $selectCategoryIds = mysqli_query($conGB, "SELECT rubrid FROM adv_links WHERE portaldb = '" . $currentDomain . "' AND Goedbegin = '" . mysqli_real_escape_string($conGB, $script_uri) . "' AND Verloopdatum > CURRENT_TIMESTAMP() AND days = 0 AND tekst = '' AND Link != '' AND type = 'link' AND controle = 'goed'" . $orderby); } $totalUrls = mysqli_num_rows($selectUrls) + mysqli_num_rows($selectCategoryIds); if ($linksonderelkaar) { while ($rowUrl = $selectUrls->fetch_object()) { $ic = ($icon) ? " " : ""; if ($styling) { $te = ($url_u) ? 'underline' : 'none'; echo '' . $ic . $rowUrl->Titel . '
'; } else { echo '' . $ic . $rowUrl->Titel . '
'; } } echo '
Uw link direct hier?'; } elseif ($bootstrap) { if ($rubrieken) { $ic = ($icon) ? " " : ""; if ($container) { echo "
"; } $class = ($list_group) ? 'class="list-group-item"' : ""; $uw_link_hier = '' . $ic . ' Uw link hier?'; echo "
"; $current = 1; $number = 0; $prevRub = ""; $multiplier = 0; while ($rowUrl = $selectUrls->fetch_object()) { $number++; if ($current == 1) { $end = false; $current++; $multiplier++; echo "
"; } if ($rowUrl->rubrid != $prevRub) { $number++; if ($prevRub != '') { echo "
"; if (floor($totalUrls / 3) * $multiplier < $number && $multiplier <= 2) { echo "
"; $multiplier++; } } echo "

"; $prevRub = $rowUrl->rubrid; if ($styling) { echo " " . $categoryArray[$rowUrl->rubrid] . ""; } else { echo " " . $categoryArray[$rowUrl->rubrid] . ""; } } if ($styling) { echo ''.(empty($ic) ? '
' : '') . $ic . $rowUrl->Titel . '
'; } else { echo '' . $ic . $rowUrl->Titel . ''; } } if ($styling && $container) { echo "
"; } echo "
"; } else { if ($styling && $container) { echo "
"; } $class = ""; if ($styling && $list_group) { $class = 'class="list-group-item"'; } $ic = ""; if ($icon) { $ic = " "; } if ($styling) { $uw_link_hier = '' . $ic . ' Uw link hier?'; } else { $uw_link_hier = '' . $ic . ' Uw link hier?'; } if (mysqli_num_rows($selectUrls) != 0) { $current = 1; while ($rowUrl = $selectUrls->fetch_object()) { if ($current == 1) { $end = false; echo "
"; } echo "
"; if ($styling) { echo '' . $ic . $rowUrl->Titel . ''; } else { echo '' . $ic . $rowUrl->Titel . ''; } echo "
"; if ($current == 3) { $end = true; echo "
"; $current = 0; } $current++; } if (!$end) { if ($current == 2) { echo '
' . $uw_link_hier . '
'; } if ($current != 2) { echo '
' . $uw_link_hier . '
'; } echo "
"; } if ($end) { echo '
' . $uw_link_hier . '
'; } } else { echo '
' . $uw_link_hier . '
'; } if ($styling && $container) { echo ""; } } } elseif ($html) { if ($rubrieken) { $ic = ($icon) ? " " : ""; if ($styling) { $te = ($url_u) ? 'underline' : 'none'; $uw_link_hier = '' . $ic . ' Uw link hier?'; } else { $uw_link_hier = '' . $ic . ' Uw link hier?'; } echo "
"; if (mysqli_num_rows($selectUrls) != 0) { $current = 1; $number = 0; $prevRub = ""; $multiplier = 0; while ($rowUrl = $selectUrls->fetch_object()) { $number++; if ($current == 1) { $end = false; $current++; $multiplier++; echo "
"; } if ($rowUrl->rubrid != $prevRub) { $number++; if ($prevRub != '') { echo ""; if (floor($totalUrls / 3) * $multiplier < $number && $multiplier <= 2) { echo "
"; $multiplier++; } } if ($styling) { echo ""; } else { echo "
"; } $prevRub = $rowUrl->rubrid; if ($styling) { echo ""; } else { echo ""; } } echo ($styling) ? ""; } } echo "
" . $categoryArray[$rowUrl->rubrid] . "
" . $categoryArray[$rowUrl->rubrid] . "
" : "
"; if ($styling) { if ($rowUrl->follow == 'do') { $te = ($url_u) ? 'underline' : 'none'; echo '' . $ic . $rowUrl->Titel . ''; } else { echo '' . $ic . $rowUrl->Titel . ''; } } else { echo '' . $ic . $rowUrl->Titel . ''; } echo "
"; } else { if ($styling) { echo ""; } else { echo "
"; } $ic = ""; if ($icon) { $ic = " "; } if ($styling) { $te = ($url_u) ? 'underline' : 'none'; $uw_link_hier = '' . $ic . ' Uw link hier?'; } else { $uw_link_hier = '' . $ic . ' Uw link hier?'; } if (mysqli_num_rows($selectUrls) != 0) { $current = 1; while ($rowUrl = $selectUrls->fetch_object()) { if ($current == 1) { $end = false; echo ""; } if ($styling) { echo ""; if ($current == 3) { $end = true; echo ""; $current = 0; } $current++; } if (!$end) { if ($current == 2) { echo ''; } if ($current != 2) { echo ''; } echo ""; } if ($end) { if ($styling) { echo "'; } } else { echo ''; } echo "
"; } else { echo ""; } if ($styling) { $te = ($url_u) ? 'underline' : 'none'; echo '' . $ic . $rowUrl->Titel . ''; } else { echo '' . $ic . $rowUrl->Titel . ''; } echo "
' . $uw_link_hier . '' . $uw_link_hier . '
"; } else { echo "
"; } echo $uw_link_hier . '
' . $uw_link_hier . '
"; } } echo "
"; if ($inContent) { $selectText = mysqli_query($conGB, "SELECT Titel, tekst, follow FROM adv_links WHERE portaldb = '" . $currentDomain . "' AND Verloopdatum > CURRENT_TIMESTAMP() AND days = 0 AND type = 'tekst' AND controle = 'goed' AND tekst != '' AND ((LOWER(tekst) LIKE '%casino%' OR LOWER(tekst) LIKE '%gokkast%' OR LOWER(tekst) LIKE '%slots%'))"); while ($rowText = $selectText->fetch_object()) { ?>
Titel; ?>
tekst, $rowText->follow); ?>

"; echo "
"; echo "
Uw link hier?




"; }