
內容簡介
我們都曾經遇到這樣的問題:一群來自 mail.ru 的垃圾郵件發送者正在註冊您的博客,但您希望保持開放的註冊方式。如何在不影響您的顧客的情況下消除這些垃圾郵件發送者?雖然您可以編輯您的佈景主題的 functions.php 並阻止該域名,但一旦您超過了一些壞蛋,您就必須逐步升級。
Ban Hammer 可以幫助您防止不需要的用戶註冊。
在單個 WordPress 安裝中,Ban Hammer 不使用自己的數據庫表,而是從 WordPress 的 Disallowed Comment Keys 功能中提取您的被禁止的電子郵件列表。由於電子郵件永遠不等同於 IP 地址,因此它只是跳過並忽略它們。
在網絡實例中,有一個用於禁止電子郵件和域名的網絡寬度設置。這意味著您只需要在一個地方更新和維護您的阻止列表。當列出的用戶嘗試註冊時,他們會收到一個可自定義的消息,表明他們無法註冊。
有關進階文檔,包括如何在 WooCommerce 上使用,請訪問Ban Hammer Wiki。
開發
Wiki
捐贈
隱私政策
此插件不會收集 WordPress 已經收集的數據以外的數據。它使用提交的電子郵件地址來驗證域名,並將其與被禁止的域名和電子郵件列表進行比較。不處理其他數據。
感謝
Ban Hammer 是 Philippe Paquet 的 No Disposable Email 插件的一個非常奇怪的分支。原始插件是一個明確的.dat文件,列出了所有壞的電子郵件地址(通常是像 mailinator 這樣的可丟棄地址),雖然 Ban Hammer 不這樣做,但如果沒有之前所做的那些事情,這是不可能的。
非常感謝 WP-Deadbolt,讓我想到了 SQL 和 TTC 為 StopForumSpam 整合。特別感謝 Travis Hamera 為 StopForumSpam/cURL 修復的幫助!然後欣賞 Helen Hou-Sandí 不使用 curl。有用提示嗎?改用WP_http!
外掛標籤
開發者團隊
原文外掛簡介
We’ve all had this problem: a group of spammers from mail.ru are registering to your blog, but you want to keep registration open. How do you kill the spammers without bothering your clientele? While you could edit your theme’s functions.php and block the domain, once you get past a few bad eggs, you have to escalate.
Ban Hammer helps you do that by preventing unwanted users from registering.
On a single install of WordPress, instead of using its own database table, Ban Hammer pulls from your list of prohibited emails from the Disallowed Comment Keys feature, native to WordPress. Since emails never equal IP addresses, it simply skips over and ignores them.
On a network instance, there’s a network wide setting for banned emails and domains. This means you only have one place to update and maintain your blocked list. When a listed user attempts to register, they get a customizable message that they cannot register.
For advanced documentation, including how to use on WooCommerce, please visit the Ban Hammer Wiki.
Development
Wiki
Donate
Privacy Policy
This plugin does not track data outside of what WordPress already collects. It utilizes the submitted email address to validate the domain and compares it to the list of prohibited domains and emails. No additional data is processed.
Credits
Ban Hammer is a very weird fork of Philippe Paquet’s No Disposable Email plugin. The original plugin was a straight forward .dat file that listed all the bad emails (generally ones like mailinator that are disposable) and while Ban Hammer doesn’t do that, this would not have been possible without that which was done before.
Many thanks are due to WP-Deadbolt, for making me think about SQL and TTC for StopForumSpam integration. MASSIVE credit to Travis Hamera for the StopForumSpam/cURL fix! And then props to Helen Hou-Sandí for not using curl at all. Protip? Use WP_http instead!
