diff options
author | Florian Pritz <bluewind@xinu.at> | 2012-04-09 14:49:06 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2012-04-09 20:48:23 +0200 |
commit | 91d3c284b688c56828dc57feaa94d27c4e9af338 (patch) | |
tree | f993dcc157e8994fff06a7bfe6cbe35b23c4da45 /application | |
parent | dd0a983735e404d4f1f41184940f8f91940735e6 (diff) |
Add information about acceptable usage and accounts.
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application')
-rw-r--r-- | application/views/file/upload_form.php | 7 | ||||
-rw-r--r-- | application/views/user/invite.php | 5 |
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">/<ID>/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">/<ID>/qr</span> and <span class="example">/<ID>/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): ?> |