Check user registration info against the Stop Forum Spam database before allowing registration
Stop Signup Spam will prevent user registration of anyone trying to sign up with an the email address or IP address that has been reported to Stop Forum Spam.
Contrary to what the name implies, Stop Forum Spam can be used with any web service, not just forums.
At this time, Stop Signup Spam integrates with:
By installing this plugin, you consent to an API call sent from your WordPress site to Stop Forum Spam after every attempted user registration. The API call includes the user’s email address and IP address.
It is a similar concept to Akismet, except instead of checking for blog comment spam, it checks for user signup spam.
Unlike Akismet, no API key is required to query Stop Forum Spam’s database. Partly because of this, I decided not to include a settings page in the Stop Signup Spam plugin. Just activate and you are all set.
The plugin does not log any user registration info. Any data sent to Stop Forum Spam would fall under their privacy policy.
Please note that Stop Forum Spam is a third-party service that I have no affiliation with. I just found it, could not find any existing WordPress plugins that worked with it, and built one myself.
It has helped me cut down on signup spam on a free membership site that I run, and I hope it will help you do the same.
/wp-content/plugins/stop-signup-spam
directory, or install the plugin through the WordPress plugins screen directly./wp-content/plugins/stop-signup-spam
directory, or install the plugin through the WordPress plugins screen directly.No. I am not affiliated with Stop Forum Spam. You can request removal on their Removal Request page.
No. Since the plugin has a very specific purpose, and I would like to keep setup as seamless as possible, it would be best if you deactivated the plugin if you wanted to temporarily disable it.
Please understand that this is a free plugin, which I built out of necessity because spammers were flooding my RCP-powered membership site with bogus registrations. I do not have time to integrate with every membership plugin under the sun.
With that said, I am not opposed to pull requests if you would like to contribute an integration of your own.
At this time, all this plugin does is check the registration email address and IP against the Stop Forum Spam database. If either the email address or the IP address appear to be spam according to Stop Forum Spam, this plugin will not allow registration.
If Stop Forum Spam reports a false negative, feel free to report it to them so they can have a more accurate database.
As I discover new, accessible ways to thwart signup spam, I may amend this plugin to reflect those. In the meantime, if you have any ideas, I am not opposed to pull requests.
No. It is probably best you block this traffic at the DNS level anyway. Services that provide web application firewalls, such as Cloudflare and Sucuri, may be able to help.
Stop Forum Spam is a third-party service that maintains a database of spam reports. Stop Signup Spam is a WordPress plugin that integrates with that service.
Add Give integration. Props: https://github.com/lelandf/stop-signup-spam/pull/4
Add MemberPress integration. Props: https://wordpress.org/support/users/cartpauj/
Use HTTPS for Stop Forum Spam API URL to prevent HTTPS sites from throwing connection errors. Props: https://github.com/wolffe