<a name=\"additional\"></a><h2>Additional Privacy Information</h2>
<p><b>GDPR:</b> The EU GDPR legislation obligates us to tell you how we use information you supply through this Website. We intentionally limit the information we ask you to supply to what is absolutely necessary to provide the service you request. Unless otherwise stated, we don't share any supplied information with any other person or organization other than as required and as authorized by you. Payment related information you supply will only be used to complete a transaction and will not be stored on our systems.</p>
<p><b>ACCESS LOGS:</b> We retain access logs entries for a certain period of time for the sole purpose of ensuring security of our systems and compliance of acceptable use by users of this site. We don't share log entries with anyone unless obligated to do so by way of a lawful request from a law enforcement agency or court with appropriate jurisdiction.</p>
- <p><b>PERMANENT COOKIES:</b> This Website uses \"Permanent Cookies\" that are retained by your Web Browser. This type of Cookie is used to help you when you return to this Website at a later time. If you're using a public computer, be sure to delete all cookies before closing the Browser.</p>
+ <p><b>PERMANENT COOKIES:</b> This Website may use \"Permanent Cookies\" that are retained by your Web Browser. This type of Cookie is used to help you when you return to this Website at a later time. If you're using a public computer, be sure to delete all cookies before closing the Browser.</p>
<p><b>TRACKING:</b> We may track where you go within this site. This helps us provide you with relevant information and to evaluate how we may improve the site. We don't share this tracking information with anyone unless otherwise stated here.</p>
<p><b>SHARED TRACKING:</b> This site may contain third-party shared tracking features. These features may collect and share tracking information with affiliated Websites and advertisers to help them provide you with more relevant information. This site may also contain third-party shared tracking features that permit a third-party to collect and report traffic statistics to the owner of this site. We don't permit shared tracking to include personal information of any user.</p>
<p><b>HTTPS:</b> This Website uses the secure \"HTTPS\" protocol for all pages and content. This makes it very difficult for anyone who may tap into Internet traffic to read what you submit and what is being sent back to you. If you feel that the possibility of someone intercepting information you submit or knowledge of the pages you access presents a significant risk to you, please don't use this Website.</p>
?>
<style>
#cookieNoticeBox {
- position: absolute;
<?php echo $position;?>
- float: left;
+ left: 0;
width: -moz-calc(100% - 18px);
width: -webkit-calc(100% - 18px);
width: -o-calc(100% - 18px);
<script type="text/javascript">
jQuery(function($){
- var popupTimeout = <?php echo $settings['cookie_popup_timeout'] ?>;
+ var popupTimeout = <?php
+ if (isset($_REQUEST['force_cookie'])) {
+ echo 0;
+ } else {
+ echo $settings['cookie_popup_timeout'];
+ }
+ ?>;
// Set the popup cookie to exist for cpdays days
function setPopupCookie(cpdays) {