| 开发者 |
bmarshall511
|
|---|---|
| 更新时间 | 2026年2月18日 10:08 |
| 捐献地址: | 去捐款 |
| PHP版本: | 8.2 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPL v2 or later |
| 版权网址: | 版权信息 |
Not on its own. Zero Spam for WordPress does not automatically block IP addresses. If a visitor is blocked, it could be due to manual blocking by the site admin or their presence in IP blacklists such as Stop Forum Spam, Project Honeypot, or the Zero Spam. In the event that a legitimate user is blocked, refer to the Log (Admin > Dashboard > Zero Spam > Log) for further details on the reason behind the block. You have the flexibility to adjust the strictness of the 3rd-party blacklist checks or disable them if your users are prone to being flagged as spam or malicious.
No, it doesn't. Zero Spam for WordPress does not have integration with Jetpack. If you have any inquiries regarding this, please refer to https://wordpress.org/support/topic/incompatible-with-jetpack-comments for more details.
Enable caching for optimal performance. Enabling caching is highly recommended as it helps prevent repetitive calls to third-party APIs and access checks during each page visit. To further optimize performance, you can adjust the cache and API timeout settings in the admin panel based on your server specifications and specific requirements.
wp zerospam autoconfigure — Auto-configures with recommended settings.wp zerospam settings — Displays all plugin settings.wp zerospam set --[SETTING_KEY]=[VALUE] — Updates a plugin setting.Yes! Zero Spam provides a secure REST API for reading and updating settings remotely. This is perfect for:
ftp_fget PHP warning?Some hosts have issues with they way they access files. If you're seeing a ftp_fget PHP notice, setting the FS_METHOD constant to direct in wp-config.php above the line /* That's all, stop editing! Happy Pressing. */ should solve the problem:
define('FS_METHOD', 'direct');
If hosting with Pantheon, see their known issues page for more information and what to do to resolve it with their $_ENV['PANTHEON_ENVIRONMENT'] variable check.
You can report security bugs through the Patchstack Vulnerability Disclosure Program. The Patchstack team help validate, triage and handle any security vulnerabilities. Report a security vulnerability.
If you have defined the ZEROSPAM_RESCUE_KEY constant in your wp-config.php file, you can bypass all checks by appending ?zerospam_rescue={YOUR_KEY} to any URL. (e.g., https://example.com/wp-admin/?zerospam_rescue=mysecretkey).
If you haven't defined this key, you must manually rename the plugin folder via FTP (wp-content/plugins/zero-spam -> zero-spam-disabled) to gain access.
wp-login.php or XML-RPC anymore?As of version 5.7.1, Zero Spam now actively protects wp-login.php and xmlrpc.php from blocked IPs. If you are blocked, check your IP reputation or use the Rescue Mode key to log in and whitelist your IP.
zerospam_log to wpzerospam_logblog_id column to log table schema for single-site compatibilityblog_id columnblog_id and composite blog_date for improved query performanceblog_id column to existing installations