Stoppt die 
Vorratsdatenspeicherung! Jetzt klicken & handeln!

bottrop.php updated to make it work against bots that log in before spamming. To upgrade, simply replace the old version of bottrop.php with the new version.

Changelog

  • 1.1: Enabled for logged-in users due to problems with spambots that register first.
  • 1.0: Initial release.

bottrop.php is a simple spam trap for MediaWiki based sites. If you run such a site, and find yourself annoyed by spam bots, give it a shot.

I’ve had time to clean up my folders a little, and I guess it’s time to publish some code I have not previously mentioned on here.

First up, we have rot13ajax.pl, which is the worst piece of AJAX abuse I could come up with. A little quote from the script:

Dynamically loading javascript which dynamically loads rot13’d javascript, which is decoded and then dynamically loads rot13’d html, decodes it and inserts it into the document FTW.

So there. You can see it in action and view the source here: Rot13AJAX.

Second, the unicodeificator, basically a web version of debians “uniencode” script. Ιt аⅼⅼоwѕ уօυ tо ‟υɳⅰсօԁеⅰfу‟ tеⅹt, ⅼіkе tҺіѕ ѕеɳtеɳсе. Source and usable script for downloading.

Third, an a bit hackish backup script, for backing up web sites. It’s here for sake of completeness, altough I would not really recommend using it much.

Number four, a script for getting a list of all the IP adresses of the proxies on samair.ru, which is useful for creating lists for mass-banning.

Finally, there is the Super Amazing Wikifier, which is a script to convert saved html pages, specifically those of from site called wikichan, to wiki syntax. It’s useful if your wiki site just accidentally got deleted and you are trying to recreate it from google cache and web.archive.org ;). The Super Amazing Wikifiers source is here, note that you might have to install some perl modules from CPAN to make it work.