Connect to StopForumSpam's API to block and/or report malicious IPs.
The WP Stop Forum Spam API plugin integrates with the StopForumSpam service to help protect your WordPress site from spam and malicious IPs. It allows you to check visitor IPs against the StopForumSpam database and take appropriate action.
- Added the
/ ?testsfs=
query parameter for easier testing during development.
- Query the StopForumSpam database to identify spammy or malicious IPs.
- Block IPs with a high confidence score.
- Cache results for improved performance.
- Easy testing with the
/ ?testsfs=
query parameter.
- Download the plugin zip file from Releases.
- Upload the zip file to your WordPress site through the Plugins section in the admin dashboard.
- Activate the plugin.
The plugin works automatically once activated:
- It checks visitor IPs against the StopForumSpam database.
- Blocks IPs with a high confidence score (≥ 60%).
To test the plugin:
- Add
/?testsfs=<IP>
to your site's URL (replace<IP>
with the IP address you want to test). - View the results or debug any potential issues.
- Added the
/ ?testsfs=
query parameter for testing.
- Initial public release.