PHP WebShell
Текущая директория: /var/www/bitcardoApp/user/account
Просмотр файла: privacy.php
<?php
// user/account/privacy.php
require_once __DIR__ . '/../../config/bootstrap.php';
if (empty($_SESSION['user_id'])) {
header('Location: /auth/login.php');
exit;
}
include __DIR__ . '/../common/header.php';
?>
<style>
.card-soft { border:1px solid rgba(7,98,137,.12); border-radius:12px; background:#fff; box-shadow:0 8px 24px rgba(7,98,137,.06); }
.muted { color:#6b7280; }
.doc-title { font-weight:800; letter-spacing:-.02em; }
.doc-meta { font-size:.875rem; color:#6b7280; }
.doc-h { font-weight:700; margin-top:18px; margin-bottom:8px; }
.doc-p { color:#374151; font-size:.95rem; line-height:1.65; }
.doc-li { color:#374151; font-size:.95rem; line-height:1.65; margin-bottom:6px; }
.back-btn-sm{ padding:4px 10px; font-size:.80rem; border-radius:10px; }
.pill { display:inline-flex; align-items:center; padding:4px 10px; border-radius:999px; background:rgba(7,98,137,.08); color:#076289; font-size:.78rem; font-weight:700; }
</style>
<div class="container mt-3">
<div class="row">
<? include __DIR__ . '/../common/nav.php'; ?>
<main class="col-md-9 col-lg-10 px-md-5 mb-5">
<? include __DIR__ . '/../common/page-header.php'; ?>
<div class="container my-5 px-md-5 ms-md-4">
<div class="d-flex align-items-start justify-content-between mb-3">
<div class="text-start">
<h4 class="doc-title mb-1">Privacy Policy</h4>
<div class="doc-meta">
<span class="pill">Bitcardo</span>
<span class="ms-2">Last updated: <strong>January 4, 2026</strong></span>
</div>
</div>
<a href="/user/account/account.php" class="btn btn-outline-secondary btn-sm back-btn-sm">
<i class="bi bi-arrow-left"></i> Back
</a>
</div>
<div class="card-soft p-3 p-md-4 text-start">
<div class="doc-p mb-3">
This Privacy Policy explains how Bitcardo collects, uses, shares, and protects your personal data when you use the Service.
</div>
<div class="doc-h">1. Data we collect</div>
<ul class="mb-0 ps-3">
<li class="doc-li"><strong>Account data:</strong> name, email, phone number, WhatsApp, and other details you provide.</li>
<li class="doc-li"><strong>Security data:</strong> device identifiers, IP address, session data, and 2FA status.</li>
<li class="doc-li"><strong>Transaction data:</strong> internal records of deposits, withdrawals, swaps, and related metadata.</li>
<li class="doc-li"><strong>Usage data:</strong> app interactions, logs, performance diagnostics, and error reporting.</li>
</ul>
<div class="doc-h">2. How we use your data</div>
<ul class="mb-0 ps-3">
<li class="doc-li">To provide and maintain the Service.</li>
<li class="doc-li">To secure accounts, prevent fraud, and enforce policies.</li>
<li class="doc-li">To comply with legal obligations and respond to lawful requests.</li>
<li class="doc-li">To communicate with you about important updates and security alerts.</li>
</ul>
<div class="doc-h">3. Sharing your data</div>
<div class="doc-p">
We may share data with trusted service providers strictly for providing the Service, and where required by law or to protect users
and the Service. We do not sell your personal information.
</div>
<div class="doc-h">4. Data retention</div>
<div class="doc-p">
We retain data as long as necessary to provide the Service, meet legal requirements, resolve disputes, and enforce agreements.
Retention periods may vary by data category.
</div>
<div class="doc-h">5. Security</div>
<div class="doc-p">
We implement measures designed to protect data, including access controls and monitoring for suspicious activity.
No system is 100% secure; you also play a role by using strong passwords and enabling 2FA.
</div>
<div class="doc-h">6. Your choices</div>
<ul class="mb-0 ps-3">
<li class="doc-li">Access and update your personal details where supported.</li>
<li class="doc-li">Control notification preferences in your account settings.</li>
<li class="doc-li">Request account closure through the Close Account process.</li>
</ul>
<div class="doc-h">7. Cookies and tracking</div>
<div class="doc-p">
Bitcardo may use cookies or similar technologies for session management, security, and improving the Service.
You can control cookies through your browser settings, though some features may not function properly.
</div>
<div class="doc-h">8. Changes to this policy</div>
<div class="doc-p">
We may update this policy from time to time. We will update the “Last updated” date and may notify you in-app for material changes.
</div>
<div class="doc-h">9. Contact</div>
<div class="doc-p mb-0">
For privacy-related inquiries, contact us via the support channels available in your account area.
</div>
</div>
</div>
</main>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
<? include __DIR__ . '/../common/footer.php'; ?>
Выполнить команду
Для локальной разработки. Не используйте в интернете!