home
/
aioutajg
/
playpauseonline.com
/
pages
/
Go to Home Directory
+
Upload
Create File
root@0UT1S:~$
Execute
By Order of Mr.0UT1S
[DIR] ..
N/A
404.php
1.89 KB
Rename
Delete
about.php
4.24 KB
Rename
Delete
blog.php
4.38 KB
Rename
Delete
contact.php
3.20 KB
Rename
Delete
error_log
1.73 KB
Rename
Delete
index.php
0 bytes
Rename
Delete
main.php
22.72 KB
Rename
Delete
post.php
6.99 KB
Rename
Delete
privacy.php
4.67 KB
Rename
Delete
search.php
8.40 KB
Rename
Delete
terms.php
3.69 KB
Rename
Delete
<?php require_once __DIR__ . '/../includes/config.php'; $pageTitle = "Terms of Service - " . SITE_NAME; $pageDescription = "Official terms governing the use of " . SITE_NAME . "'s YouTube thumbnail download services."; $pageCanonical = SITE_URL . "/pages/terms"; include '../includes/header.php'; ?> <main class="page-container terms-page"> <header class="page-header"> <h1>Terms of Service</h1> <p class="lead">Last Updated: April 5, 2025</p> </header> <div class="page-content content-format"> <section class="section mb-5"> <h2>1. Acceptance of Terms</h2> <p> By using <?= SITE_NAME ?>, you agree to these terms. If you disagree with any part of this agreement, you must immediately cease using our services. </p> </section> <section class="section mb-5"> <h2>2. Service Use</h2> <p>You agree to:</p> <ul> <li>Use the service only for lawful purposes</li> <li>Comply with YouTube's <a href="https://www.youtube.com/static?template=terms" target="_blank">Terms of Service</a></li> <li>Respect content creators' intellectual property rights</li> <li>Not use the service for bulk downloading</li> </ul> </section> <section class="section mb-5"> <h2>3. Intellectual Property</h2> <p> All YouTube content remains the property of respective creators. You are responsible for obtaining proper authorization before using any downloaded thumbnails. </p> <div class="alert alert-warning"> <i class="fas fa-exclamation-triangle"></i> Thumbnails are provided for educational/reference purposes only </div> </section> <section class="section mb-5"> <h2>4. Limitations of Liability</h2> <p class="text-danger"> We are not liable for: </p> <ul> <li>Accuracy or availability of YouTube thumbnails</li> <li>Any damages resulting from service use</li> <li>Third-party actions/content</li> <li>Service interruptions or data loss</li> </ul> </section> <section class="section mb-5"> <h2>5. Termination</h2> <p> We reserve the right to suspend or terminate access without notice for: </p> <ul> <li>Violating these terms</li> <li>Abusive usage patterns</li> <li>Security concerns</li> </ul> </section> <section class="section mb-5"> <h2>6. Changes to Terms</h2> <p> We may update these terms periodically. Continued use after changes constitutes acceptance of new terms. </p> </section> <section class="section mb-5"> <h2>7. Governing Law</h2> <p> These terms are governed by the laws of Pakistan. Any disputes shall be resolved in Multan courts. </p> </section> <section class="section mb-5"> <h2>8. Contact Information</h2> <p> For legal inquiries, contact us via our <a href="<?= SITE_URL ?>/pages/contact">Contact Page</a>. </p> </section> </div> </main> <?php include '../includes/footer.php'; ?>
Save