
內容簡介
修改後:
放心,您的網站現在已經免於垃圾訊息的困擾了。La Sentinelle 可以用簡單而有效的方式保護您的 WordPress 網站,防止垃圾訊息的侵入。
它有針對留言表單和註冊表單的反垃圾過濾器,並可以擴展支援其他外掛。
默認設置可以擋掉大部分垃圾機器人,而且還有一個設置頁面,讓您可以按照您的要求進行設置。
當前的功能包括:
3個反垃圾過濾器:蜜罐(Honeypot)、Nonce 和表單超時。
這3個過濾器取決於前端的 JavaScript。
1個反垃圾過濾器:Stop Forum Spam。
設置頁面可根據您的要求設置。
對訪問者來說是透明的,不會有 Captcha 等惱人的事情。
默認不使用第三方服務,也不會跟踪訪問者。
代碼輕量且簡單。
記錄 WordPress 留言及標記其為垃圾的反垃圾過濾器。
記錄自定表單及標記其為垃圾的反垃圾過濾器。
每個表單的統計信息,包括阻止了多少垃圾設置。
受保護的 WordPress 表單:
WordPress 留言表單。
WordPress 登錄表單。
WordPress 註冊表單。
WordPress 忘記密碼表單。
受保護的表單外掛:
Caldera Forms。
Clean Login(登錄表單)。
Contact Form 7。
Easy Digital Downloads(登錄表單(非 AJAX)和註冊表單)。
Everest Forms。
Formidable Form Builder。
Newsletter Optin Box plugin (noptin)(獨立表單)。
WooCommerce(登錄表單和忘記密碼表單)。
WPForms Lite。
WP Job Manager plugin(啟用註冊時提交工作表單)。
支持
如果您遇到問題或有功能請求,請在wordpress.org的插件支持論壇上發佈。我會盡快回應。
如果您向我發送電子郵件,我不會回复。請使用支持論壇。
翻譯
翻譯可以通過GlotPress輕鬆添加。
您可以在那裡為您的當地語言翻譯字符串。它們需要得到驗證,所以如果還沒有驗證員,而您想成為驗證員(PTE),請在支援論壇上發佈。
我會在 Make/Polyglots 上提交請求,讓您被添加為該插件/語言區域的驗證員。
如何選擇反垃圾外掛
當您瀏覽 WordPress 插件庫時,會看到超過一百個反垃圾外掛。
哪一個是最好的呢?簡短的回答是:沒有「最好的」。沒有一個反垃圾過濾器和過濾方法是完美無缺的。
外掛標籤
開發者團隊
原文外掛簡介
Feel safe knowing that your website is safe from spam. La Sentinelle will guard your WordPress website against spam in a simple and effective way.
It has antispam filters for comment forms and registration forms and can be extended to support plugins.
The default settings should catch most spambots, and there is a settingspage to set it up according to your wishes.
Current features include:
3 antispam features; Honeypot, Nonce, Form Timeout.
These 3 spamfilters depend on JavaScript on the frontend.
1 antispam feature; Stop Forum Spam.
Settingspage to set things up according to your wishes.
Transparent to the visitor, no nagging with Captcha’s or other annoying things.
By default no use of third-party services and no tracking of visitors.
Lightweight and simple code.
Logging for WordPress Comments and which spamfilter marked it as spam.
Logging for Custom forms and which spamfilter marked it as spam.
Statistics for every form how many spam submissions were blocked.
WordPress forms that are protected:
WordPress Comments form.
WordPress Login form.
WordPress Register form.
WordPress Lost Password form.
Form Plugins that are protected:
Caldera Forms.
Clean Login (Login form).
Contact Form 7.
Easy Digital Downloads (Login form, Register form).
Everest Forms.
Formidable Form Builder.
Forminator.
Newsletter Optin Box plugin (noptin) (standalone forms).
Ultimate Member (Login form, Register form and Lost Password form).
WooCommerce (Login form, Lost Password form).
WPForms Lite.
WP Job Manager plugin (submit job form when registering is enabled).
Support
If you have a problem or a feature request, please post it on the plugin’s support forum on wordpress.org. I will do my best to respond as soon as possible.
If you send me an email, I will not reply. Please use the support forum.
Translations
Translations can be added very easily through GlotPress.
You can start translating strings there for your locale. They need to be validated though, so if there’s no validator yet, and you want to apply for being validator (PTE), please post it on the support forum.
I will make a request on make/polyglots to have you added as validator for this plugin/locale.
How to choose an antispam plugin
When you look through the WordPress Plugin Repository you will see more than a hundred antispam plugins.
Which one is the best one? Short answer, there is no “best one”. No spamfilter and no method for spamfiltering is perfect.
Slightly longer answer, you could try about twenty and choose the one that fits your needs best.
But there is also a really long answer.
There are different methods that can be used against spam, and every method has its drawbacks.
In my opinion, having a low number of false positives is more important than perfectly marking all spam, you don’t want to miss out on important people or information. Nagging the user in some way has a similar effect, the user might not even want to bother with that and just walk away.
Third party services: Services like Akismet, OOPSpam, Stop Forum Spam and also reCAPTCHA offer third party services to check for spam. This can be very effective, but you are giving user submitted data away to these third parties and are also giving your users up for tracking them.
Captcha’s, reCAPTCHA and Quizz Questions: You are annoying your users and probably sending some of them away. This especially counts for reCAPTCHA for visitors who have third party cookies disabled.
Blacklists: Often running behind the facts. That goes for the way of getting users off that list, and also in getting users on that list.
Referer check: check if the Referer header is set correctly. You can never trust it is set correctly. Modern browsers are limiting the use of Referers, though for now that is mostly for third-party domains.
JavaScript methods: Spammers often (always?) don’t use JavaScript, they just post the form with spammy data. Drawback for this method is that statistics say that about 1 percent of users has JavaScript disabled. Also, some websites have broken JavaScript, which might make the spamfilter break as well.
Activation email for registering users. Users only get activated after clicking a link in an activation email. You still have all the non-activated users in your site however.
You could have a bright idea about combining several methods, but then you get the drawbacks of all the methods you use.
Another complication of choosing a good plugin is that most antispam plugins don’t tell you what methods they use. The documentation doesn’t tell you, and looking at the source code just leaves you confused at the chaos that it often is.
My main motivation for writing this plugin is to offer a plugin that does spamfiltering with JavaScript methods in a simple and effective way.
The claimed 1 percent of users that has JavaScript disabled will also be tech-savy enough to enable it again for your website.
Compatibility
This plugin is compatible with ClassicPress.
Contributions
This plugin is also available in Codeberg.
