summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--application/views/file/upload_form.php7
-rw-r--r--application/views/user/invite.php5
2 files changed, 11 insertions, 1 deletions
diff --git a/application/views/file/upload_form.php b/application/views/file/upload_form.php
index a0805013d..365c1ec10 100644
--- a/application/views/file/upload_form.php
+++ b/application/views/file/upload_form.php
@@ -44,7 +44,12 @@ You have to <?=anchor("user/login", "log in"); ?> to be able to upload/paste.
<li><span class="example">/&lt;ID&gt;/ascii</span> convert text with ANSI (shell) escape codes to HTML</li>
</ul>
<p>If your upload is not detected as text, only <span class="example">/&lt;ID&gt;/qr</span> and <span class="example">/&lt;ID&gt;/plain</span> will work as above and all others will simply return the file with the detected MIME type.</p>
-<br />
+
+<h2>Information</h2>
+<p>This website's primary goal is aiding developers, users, <a href="http://www.catb.org/~esr/faqs/hacker-howto.html">hackers</a>, students and alike in solving problems, debugging software, sharing their configuration, etc. It is not intended to distribute confidential or harmful information, scripts or software.</p>
+
+<p>If you believe you deserve an account, ask someone who is already using this service to <?=anchor("user/invite", "invite"); ?> you.</p>
+
<?php if($contact_me_url) {?><p>If you experience any problems feel free to <a href="<?php echo $contact_me_url; ?>">contact me</a>.</p>
<br /><?php }; ?>
<div class="small">
diff --git a/application/views/user/invite.php b/application/views/user/invite.php
index 968315ac9..5be8b48a3 100644
--- a/application/views/user/invite.php
+++ b/application/views/user/invite.php
@@ -2,6 +2,11 @@
<input type="submit" value="Create new key" name="process" />
</form>
+<p>
+You are free to invite anyone you want to, but please keep in
+mind that if this person violates the rules and is banned, your account will also be disabled.
+</p>
+
<p>Unused invitation keys:</p>
<p>
<?php foreach($query as $key => $item): ?>