Eine Idee, die ich hatte: Ich finde die Seite http://www.stopforumspam.com ganz gut. Wenn ich die Spamuser dort eingebe, sind sie eigentlich immer schon als Spammer bekannt.
Es gibt dort eine API, die relativ simpel ist: http://www.stopforumspam.com/apis
Jetzt würde ich es ja toll finden, im ACP für jeden angemeldeten (inaktiven) User einen Link zu haben, der bei dieser URL anfragt und die XML-Antwort irgendwie anzeigt.It's a simple HTTP GET, and the page will return some simple XML indicating the type of search performed, whether it appears or not in our database, and the number of times it appears (frequency).
A typical successful response would look like this:
<response success="true">
<type>ip</type>
<appears>yes</appears>
<lastseen>2007-09-18 05:48:53</lastseen>
<frequency>2</frequency>
</response>
Here are some examples:
http://www.stopforumspam.com/api?ip=91.186.18.61
http://www.stopforumspam.com/api?email= ... 5e@mail.ru
http://www.stopforumspam.com/api?username=MariFoogwoogy
Aber leider kriege ich sowas nicht hin.
Ist die Frage, ob hier jemand Lust dazu hat ...
Oder eine ähnliche Lösung kennt.