svrjs-mods-directory/includes/page_tos.php

70 lines
5 KiB
PHP
Raw Normal View History

2024-12-27 15:05:54 +01:00
<?php
if (!defined('SVRJS_MOD_DIRECTORY')) die;
$pageTitle = "Terms of Service";
$pageDescription = "Learn your rights and responsibilities with SVR.JS Mods directory. Our Terms of Service ensure a transparent and fair experience for all users.";
include 'header.php';
?>
<main class="content">
<h1>Terms of Service</h1>
<p><em>Effective date: December 24, 2024</em></p>
<p>Welcome to the SVR.JS Mods directory (the &quot;Service&quot;). By accessing or using the Service, you agree to comply with and be bound by the following terms and conditions (&quot;Terms&quot;). If you do not agree to these Terms, please do not use the Service.</p>
<h2>1. Acceptance of Terms</h2>
<p>By using the Service, you affirm that you are at least 18 years old or have the legal capacity to enter into this agreement under the laws of your jurisdiction.</p>
<h2>2. Account Registration</h2>
<ul>
<li><strong>Eligibility</strong>: To submit mods or leave ratings, you must create an account.</li>
<li><strong>Accuracy of Information</strong>: You agree to provide accurate and up-to-date information during the registration process.</li>
<li><strong>Account Security</strong>: You are responsible for maintaining the confidentiality of your account credentials and for any activity that occurs under your account.</li>
</ul>
<h2>3. Submitting Mods</h2>
<ul>
<li><strong>Ownership and Rights</strong>: By submitting a mod, you affirm that you own the mod or have the necessary rights to submit it.</li>
<li><strong>Content Standards</strong>: Mods submitted must comply with the following guidelines:<ol>
<li><strong>No Malicious Code</strong>: Mods must not contain viruses, malware, spyware, or any other harmful components.</li>
<li><strong>Originality</strong>: Mods must be original or properly credited to the original creators with appropriate permissions.</li>
<li><strong>Compliance with Laws</strong>: Mods must not violate any applicable laws or regulations.</li>
<li><strong>Respectful Content</strong>: Mods must not include offensive, discriminatory, or otherwise inappropriate content.</li>
<li><strong>Proper Documentation</strong>: Mods should include clear instructions for installation and use.</li>
<li><strong>No Unauthorized Data Collection</strong>: Mods must not collect user data without explicit permission and transparency.</li>
</ol>
</li>
<li><strong>Moderation</strong>: All mods are subject to review by our moderators. We reserve the right to accept, reject, or remove mods at our sole discretion.</li>
<li><strong>License Grant</strong>: By submitting a mod, you grant the Service a worldwide, non-exclusive, royalty-free license to host, display, and distribute your mod.</li>
</ul>
<h2>4. User Ratings</h2>
<ul>
<li><strong>Fair Use</strong>: Users may leave ratings and reviews on mods. You agree to provide honest and constructive feedback.</li>
<li><strong>Prohibited Behavior</strong>: Fake reviews, spam, or abusive language are prohibited and may result in account suspension or termination.</li>
</ul>
<h2>5. Prohibited Activities</h2>
<p>When using the Service, you agree not to:</p>
<ul>
<li>Submit mods containing malware, viruses, or harmful code.</li>
<li>Impersonate other users or submit mods under a false identity.</li>
<li>Use the Service to harass, threaten, or otherwise harm others.</li>
<li>Circumvent or attempt to circumvent moderation processes.</li>
</ul>
<h2>6. Intellectual Property</h2>
<ul>
<li><strong>Ownership</strong>: The Service retains ownership of its name, logo, and other trademarks. Third-party mod creators retain ownership of their mods, subject to the license granted to the Service.</li>
<li><strong>Claims</strong>: If you believe a mod infringes your intellectual property rights, please contact us at <em>support@svrjs.org</em> with detailed information.</li>
</ul>
<h2>7. Termination of Access</h2>
<p>We reserve the right to suspend or terminate your access to the Service at any time for violations of these Terms or other policies.</p>
<h2>8. Disclaimers</h2>
<ul>
<li><strong>No Warranty</strong>: The Service is provided &quot;as is&quot; without warranties of any kind, either express or implied.</li>
<li><strong>Limitation of Liability</strong>: We are not liable for any damages arising from the use of the Service, including but not limited to issues caused by mods downloaded from the directory.</li>
</ul>
<h2>9. Changes to the Terms</h2>
<p>We may update these Terms from time to time. Changes will be posted on this page, and your continued use of the Service constitutes acceptance of the updated Terms.</p>
<h2>10. Governing Law</h2>
<p>These Terms are governed by the laws of Poland, without regard to its conflict of law principles.</p>
<h2>11. Contact Us</h2>
<p>If you have any questions about these Terms, please contact us at <em>support@svrjs.org</em>.</p>
<p>Thank you for using the SVR.JS Mods directory!</p>
</main>
<?php
include 'footer.php';
?>