Update 'tos.php'

This commit is contained in:
Anton McClure 2019-02-19 22:02:27 -05:00
parent 7e2d113629
commit 60d1406270
1 changed files with 42 additions and 40 deletions

82
tos.php
View File

@ -1,40 +1,42 @@
<?php include 'HEADER.php'; ?> <?php include 'HEADER.php'; ?>
<title>Terms of Service - thunix Community</title> <title>Terms of Service - thunix Community</title>
</head> </head>
<body> <body>
<div id="top"> <div id="top">
<div id="header"> <div id="header">
<div id="logo"> <div id="logo">
<h1>&#9763; thunix</h1> <h1>&#9763; thunix</h1>
</div> </div>
</div> </div>
<div id="page"> <div id="page">
<div id="page-bgtop"> <div id="page-bgtop">
<div id="page-bgbtm"> <div id="page-bgbtm">
<div id="content"> <div id="content">
<div class="post"> <div class="post">
<h2 class="title">Terms of Service</h2> <h2 class="title">Terms of Service</h2>
<div style="clear: both;">&nbsp;</div> <div style="clear: both;">&nbsp;</div>
<div class="entry"> <div class="entry">
<p>Nothing is without its rules and regulations; thunix is no exception. Below are the site's service terms. Everything in this page should be clear to everyone who wishes to use thunix's services; failure to abide by these terms can result in such penalties as service bans and even legal action, depending on the severity of a violation. Be sure to read this page carefully and understand it.</p><p>thunix relies on the common courtesy and consideration of users to make its services fair for everyone. The following offences will result in a service ban:</p> <p>Nothing is without its rules and regulations; thunix is no exception. Below are the site's service terms. Everything in this page should be clear to everyone who wishes to use thunix's services; failure to abide by these terms can result in such penalties as service bans and even legal action, depending on the severity of a violation. Be sure to read this page carefully and understand it.</p><p>thunix relies on the common courtesy and consideration of users to make its services fair for everyone. The following offences will result in a service ban:</p>
<ol> <ol>
<li>Deliberately defacing the accounts of other users</li> <li>Deliberately defacing the accounts of other users</li>
<li>Deliberately trying to disrupt thunix's server</li> <li>Deliberately trying to disrupt thunix's server</li>
<li>Using thunix as a launch pad for disrupting other servers</li> <li>Using thunix as a launch pad for disrupting other servers</li>
<li>Using thunix to impersonate other websites and businesses for criminal purposes</li> <li>Using thunix to impersonate other websites and businesses for criminal purposes</li>
<li>Storing/distributing pornography of any genre and medium (especially child pornography)</li> <li>Storing/distributing pornography of any genre and medium (especially child pornography)</li>
<li>Storing/distributing content that defames any individual</li> <li>Storing/distributing content that defames any individual</li>
<li>Promoting racial, ethnic, religious, political and other forms of bigotry</li> <li>Promoting racial, ethnic, religious, political and other forms of bigotry</li>
<li>Mining cryptocurrencies</li> <li>Mining cryptocurrencies</li>
</ol> <li>Storing/distributing, promoting, or discussing warez, illegal cracks (including key generators and activation bypass tools), license keys, or anything else that can cause irreversable damage or unauthorized modifications to the users pc or any other devices.</li>
<p>Items 4, 5, 6 and 7 may also result in legal action against any offending users, depending on the severity of each case and any other individuals who may have been affected.</p> </ol>
<p>Copyright infringement is not allowed on thunix, and we will not allow any illegal content to be distributed.</p> <p>Items 4, 5, 6 and 7 may also result in legal action against any offending users, depending on the severity of each case and any other individuals who may have been affected.</p>
<p>It's also expected that all users respect the copyrights of those who produce original content of any kind (only share if the author or license grants you permission). However, using accounts for external file storage is permissible, under fair use and other laws promoting consumer rights. Note that original content from other users must also be respected, though creating/sharing public domain content is highly encouraged.</p> <p>Copyright infringement is not allowed on thunix, and we will not allow any illegal content to be distributed.</p>
<p>If you want to request for content you own the copyright for to be removed from thunix, please refer to our <a href="/abuse.php">abuse reporting page</a>. In the email, please identify who you are, if you are the copyright holder or legally representing them, the exact files you want removed with links to the files and infringed content, and contact information such as phone numbers or a reply-to email address.</p> <p>It's also expected that all users respect the copyrights of those who produce original content of any kind (only share if the author or license grants you permission). However, using accounts for external file storage is permissible, under fair use and other laws promoting consumer rights. Note that original content from other users must also be respected, though creating/sharing public domain content is highly encouraged.</p>
<p>Users that repeatedly infringe copyrights will have their account removed. Depending on the degree of the offense, their account may be removed immediately.</p> <p>If you want to request for content you own the copyright for to be removed from thunix, please refer to our <a href="/abuse.php">abuse reporting page</a>. In the email, please identify who you are, if you are the copyright holder or legally representing them, the exact files you want removed with links to the files and infringed content, and contact information such as phone numbers or a reply-to email address.</p>
</div> <p>Users that repeatedly infringe copyrights will have their account removed. Depending on the degree of the offense, their account may be removed immediately.</p>
</div> <p>These rules also apply to official communication services such as forums, mailing lists, irc channels, newsgroups, as well as community hosted services on user accounts. If you come across anything that violates the terms of service, please let us know with the <a href="/abuse.php">abuse reporting page</a>.</p>
<div style="clear: both;">&nbsp;</div> </div>
</div> </div>
<?php include 'MENU.php'; ?> <div style="clear: both;">&nbsp;</div>
<?php include 'FOOTER.php'; ?> </div>
<?php include 'MENU.php'; ?>
<?php include 'FOOTER.php'; ?>