Kev's Spam Stop
开发者 |
kevp75
|
更新时间 |
2023年6月14日 19:26 |
捐献地址: |
去捐款 |
PHP版本: |
7.4 及以上 |
WordPress版本: |
6.3 |
版权: |
GPLv3 |
版权网址: |
版权信息
|
详情介绍:
This is yet another plugin that attempts to block spam form posts. We attempt to do so using some online list resources and block based on what we find throughout. We then mark the post as spam, and prevent any email from being sent from the site.
As of right now, this only checks the comment forms. We are working to build the checks into the major form builders.
安装:
- Download the plugin, unzip it, and upload to your sites
/wp-content/plugins/
directory
- You can also upload it directly to your Plugins admin
- Or install it from the Wordpress Plugin Repository
- Activate the plugin through the 'Plugins' menu in WordPress
更新日志:
0.1.18
- Implement: Local data stores
- Fix: Sanitization
0.1.11
- Implement: Spam word content checks for comment forms
- if found, marks the comment as spam
- Implement: Spam domain checks for comment forms
- if found, marks the comment as spam
- Implement: Spam IP checks for comment forms
- if found, marks the comment as spam
- Implement: Spam IP DNSBL checks for comment forms
- if found, marks the comment as spam
0.0.01