49 lines
2.2 KiB
PHP
49 lines
2.2 KiB
PHP
<?php include(__DIR__ . '/includes/top.php'); include(__DIR__ . '/includes/menu.php'); ?>
|
||
<main class="container-wide pad-40">
|
||
<h1>Privacy Policy</h1>
|
||
<p class="muted">Last updated: 2025/10/23</p>
|
||
|
||
<p>We care about your privacy. Below is a short summary of what we collect, why we collect it, and your choices.</p>
|
||
|
||
<h2>What we collect</h2>
|
||
<ul>
|
||
<li>Basic account information (name, email).</li>
|
||
<li>Billing-related details necessary to process payments.</li>
|
||
<li>Server usage information required for diagnostics and security (for example IPs and logs).</li>
|
||
</ul>
|
||
|
||
<h2>Why we collect it</h2>
|
||
<p>To create and run your servers, process payments, prevent fraud and abuse, and send renewal or service-related emails.</p>
|
||
|
||
<h2>What we don’t do</h2>
|
||
<p>We do NOT sell your personal information. Ever.</p>
|
||
|
||
<h2>Who sees your data</h2>
|
||
<p>Only our team and trusted service providers that help operate the service (payment processors, hosting, email). They receive only the minimum data needed to perform their tasks.</p>
|
||
|
||
<h2>Cookies & analytics</h2>
|
||
<p>We use cookies for login sessions and basic analytics to improve the service.</p>
|
||
|
||
<h2>Security</h2>
|
||
<p>We take reasonable steps to protect data. No system is perfect — please keep strong passwords and don’t share them.</p>
|
||
|
||
<h2>Retention</h2>
|
||
<p>We keep data for as long as needed to provide the service, meet legal obligations, or to resolve disputes. You can request deletion of your account and data.</p>
|
||
|
||
<h2>Your choices</h2>
|
||
<p>You can request a copy of your data, ask us to correct it, or delete it. Contact: <strong>{PRIVACY_EMAIL}</strong></p>
|
||
|
||
<h2>Legal requests</h2>
|
||
<p>We only disclose information when required by law or to prevent harm/abuse.</p>
|
||
|
||
<h2>Minors</h2>
|
||
<p>Our services are for users aged 13+ (or your local equivalent). Parents/guardians may contact us for assistance with minor accounts.</p>
|
||
|
||
<h2>Updates</h2>
|
||
<p>If we change this policy we will update the date above. Continued use of the service indicates acceptance of the changes.</p>
|
||
|
||
<h2>Contact</h2>
|
||
<p>Privacy questions? Contact <strong>{PRIVACY_EMAIL}</strong>.</p>
|
||
|
||
</main>
|
||
<?php include(__DIR__ . '/includes/footer.php'); ?>
|