Topic: Extension to submit users/IPs to stopforumspam.com
Would be very interested in an extension that
- let's me input API key I receive from stopforumspam.com (SFS)
- let's me HTTP POST by clicking on "Submit To SFS"
Background:
Adding to the Database
Submissions to the database first require an API key. You can then use our add form to submit your spammer data. Please note that if you sign up on our forums with the same email address you used when you registered your API key, your key will be pre-populated in the form as long as you're logged in.
You can automate submissions by making an HTTP POST to the following URL, with the following parameters:
http://www.stopforumspam.com/add.php
?username=USERNAME
&ip_addr=IPADDRESS
&email=EMAILADDRESS
&api_key=ZZZZZZZZZZZZZZZ
To verify, check the HTTP status code returned. a 200 will indicate a successful submission, whereas a 403 will indicate an unsuccessful attempt. A reason will be given (inside a paragraph tag) for unsuccessful attempts. Nothing will be returned for a successful submission.
Note that all information is required to submit (username, email, and IP address).
source: stopforumspam.com