Initial import
This commit is contained in:
12
lib/AntiSpam.php
Executable file
12
lib/AntiSpam.php
Executable file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
class AntiSpam {
|
||||
public static function tarpit() {
|
||||
while (true) {
|
||||
print(chr(rand() & 0xff));
|
||||
ob_flush();
|
||||
flush();
|
||||
sleep(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user