about summary refs log tree commit diff stats
path: root/submit.php
diff options
context:
space:
mode:
authorahriman <ahriman@falte.red>2019-05-25 05:06:06 +0000
committerahriman <ahriman@falte.red>2019-05-25 05:06:06 +0000
commit68cda26a441b18fab6500d79d6f4d86817c63069 (patch)
treed709a1fe111dde339e3acd444962cfc0d3d06136 /submit.php
parente7d1e960b40c1f5aef77bd5b5c95319faab7908c (diff)
downloadsite-68cda26a441b18fab6500d79d6f4d86817c63069.tar.gz
added link to getwtxt instance
Diffstat (limited to 'submit.php')
-rwxr-xr-xsubmit.php22
1 files changed, 20 insertions, 2 deletions
diff --git a/submit.php b/submit.php
index 7a146aa..aea21f6 100755
--- a/submit.php
+++ b/submit.php
@@ -16,7 +16,7 @@
 		</div>
 	</div>
 	<div id="navigation">
-		<a href="http://tilde.institute">News</a> :: <a href="/signup">Sign Up</a> :: <a href="/coc">Code of Conduct</a> :: <a href="https://tilde.zone/@tildeinstitute">Mastodon</a> :: <a href="https://wiki.tilde.institute">Wiki</a> :: <a href="https://tildegit.org/institute">Git</a> :: <a href="/stats">Stats</a>
+		<a href="http://tilde.institute">News</a> :: <a href="/signup">Sign Up</a> :: <a href="/coc">Code of Conduct</a> :: <a href="https://tilde.zone/@tildeinstitute">Mastodon</a> :: <a href="https://wiki.tilde.institute">Wiki</a> :: <a href="https://tildegit.org/institute">Git</a> :: <a href="/stats">Stats</a> :: <a href="https://twtxt.tilde.institute">twtxt</a>
 	</div>
 	<div id="content">
 <?php
@@ -28,7 +28,25 @@ function isTaken($istaken) {
 }
 function bannedUsers($name) {
     return in_array($name, [
-        'campari',
+        'campari', //was selling eggdrop bots
+        'remy', //been trying to get accounts for DoS attacks
+        'blades', //same as remy
+        'ripcode', //same as remy
+        'jundi', // reported by thunix as being part of a botnet
+        'larasaty', //same
+        'mom', //same
+        'andro', //same
+        'hasbullah', //same
+        'naruto', //same
+        'pria', //same
+        'abimks', //same
+        'bullah', //same
+        'janda', //same
+        'mks', //same
+        'makmur', //same
+        'makassar', //same
+        'abah', //same
+        'derby', //same
     ]);
 }
 function forbidden_name($name) {