403Webshell
Server IP : 127.0.0.1  /  Your IP : 216.73.216.48
Web Server : Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.2.12
System : Windows NT DESKTOP-3H4FHQJ 10.0 build 19045 (Windows 10) AMD64
User : win 10 ( 0)
PHP Version : 8.2.12
Disable Function : NONE
MySQL : OFF |  cURL : ON |  WGET : OFF |  Perl : OFF |  Python : OFF |  Sudo : OFF |  Pkexec : OFF
Directory :  D:/xampp/htdocs-coblaa/Cinevaa/

Upload File :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

Current File : D:/xampp/htdocs-coblaa/Cinevaa/privacy_policy.php
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Privacy Policy | CINEVAA</title>
    <style>
        :root {
            --primary-color: #2563eb;
            --text-dark: #1f2937;
            --text-light: #4b5563;
            --bg-light: #f9fafb;
            --white: #ffffff;
        }

        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.6;
            color: var(--text-dark);
            background-color: var(--bg-light);
            margin: 0;
            padding: 0;
        }

        header {
            background-color: var(--white);
            border-bottom: 1px solid #e5e7eb;
            padding: 2rem 1rem;
            text-align: center;
        }

        .container {
            max-width: 900px;
            margin: 2rem auto;
            padding: 0 1.5rem;
        }

        .policy-card {
            background: var(--white);
            padding: 3rem;
            border-radius: 8px;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
        }

        h1 { font-size: 2.5rem; margin-bottom: 0.5rem; color: var(--text-dark); }
        h2 { font-size: 1.5rem; margin-top: 2rem; color: var(--primary-color); border-bottom: 2px solid #eff6ff; padding-bottom: 0.5rem; }
        h3 { font-size: 1.1rem; margin-top: 1.5rem; }

        .last-updated {
            color: var(--text-light);
            font-style: italic;
            margin-bottom: 2rem;
            display: block;
        }

        ul { margin-bottom: 1.5rem; }
        li { margin-bottom: 0.5rem; }

        .contact-box {
            background-color: #f0f7ff;
            border-left: 4px solid var(--primary-color);
            padding: 1.5rem;
            margin-top: 2rem;
        }

        footer {
            text-align: center;
            padding: 2rem;
            color: var(--text-light);
            font-size: 0.9rem;
        }

        @media (max-width: 600px) {
            .policy-card { padding: 1.5rem; }
            h1 { font-size: 1.8rem; }
        }
    </style>
</head>
<body>

    <header>
        <h1>CINEVAA</h1>
        <p>Official Privacy Policy</p>
    </header>

    <div class="container">
        <div class="policy-card">
            <span class="last-updated">Last Updated: January 3, 2026</span>

            <p>At <strong>CINEVAA</strong>, accessible from <a href="https://coblaa.com">https://coblaa.com</a>, one of our main priorities is the privacy of our visitors. This Privacy Policy document contains types of information that is collected and recorded by CINEVAA and how we use it.</p>

            <h2>1. Information We Collect</h2>
            <p>We may collect personal information that you provide directly to us when you:</p>
            <ul>
                <li>Register for an account.</li>
                <li>Sign up for our newsletter.</li>
                <li>Contact us via email or contact forms.</li>
                <li>Make a purchase or engage in transactions.</li>
            </ul>
            <p>The personal information may include your name, email address, phone number, and any other details you choose to provide.</p>

            <h2>2. How We Use Your Information</h2>
            <p>We use the information we collect in various ways, including to:</p>
            <ul>
                <li>Provide, operate, and maintain our website.</li>
                <li>Improve, personalize, and expand our website.</li>
                <li>Understand and analyze how you use our website.</li>
                <li>Develop new products, services, features, and functionality.</li>
                <li>Communicate with you for customer service, updates, and marketing purposes.</li>
                <li>Find and prevent fraud.</li>
            </ul>

            <h2>3. Log Files and Cookies</h2>
            <p><strong>coblaa.com</strong> follows a standard procedure of using log files. These files log visitors when they visit websites. This includes IP addresses, browser type, ISP, date/time stamps, and referring/exit pages.</p>
            <p>Like any other website, CINEVAA uses 'cookies' to store information including visitors' preferences and the pages on the website that the visitor accessed. This information is used to optimize the users' experience.</p>

            <h2>4. Third-Party Privacy Policies</h2>
            <p>CINEVAA's Privacy Policy does not apply to other advertisers or websites. We advise you to consult the respective Privacy Policies of these third-party servers (such as Google Analytics or payment gateways) for more detailed information.</p>

            <h2>5. Data Protection Rights (GDPR & CCPA)</h2>
            <p>We want to make sure you are fully aware of all of your data protection rights. Every user is entitled to the following:</p>
            <ul>
                <li><strong>The right to access:</strong> You can request copies of your personal data.</li>
                <li><strong>The right to rectification:</strong> You can request that we correct inaccurate information.</li>
                <li><strong>The right to erasure:</strong> You can request that we erase your personal data under certain conditions.</li>
                <li><strong>The right to restrict processing:</strong> You can request that we limit how we use your data.</li>
            </ul>

            <h2>6. Security of Your Data</h2>
            <p>The security of your data is important to us, but remember that no method of transmission over the Internet is 100% secure. While we strive to use commercially acceptable means to protect your personal information, we cannot guarantee its absolute security.</p>

            <div class="contact-box">
                <h2>7. Contact Us</h2>
                <p>If you have additional questions or require more information about our Privacy Policy, do not hesitate to contact us:</p>
                <ul>
                    <li><strong>By Email:</strong> support@coblaa.com</li>
                    <li><strong>Website:</strong> <a href="https://coblaa.com/contact">coblaa.com/contact</a></li>
                </ul>
            </div>
        </div>
    </div>

    <footer>
        &copy; 2026 CINEVAA. All rights reserved.
    </footer>

</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit