
內容簡介
Anti-spam Reloaded 外掛能有效阻擋 100% 自動垃圾留言,並且不需要使用驗證碼。安裝後即可自動運作,並可將被阻擋的留言存放在垃圾區,隨時轉換為正常留言。
【主要功能】
• 阻擋所有自動垃圾留言
• 無需驗證碼,簡單易用
• 支援所有現代瀏覽器及 IE11+
• GDPR 合規,不儲存用戶數據
• 可將垃圾留言轉換為正常留言
外掛標籤
開發者團隊
原文外掛簡介
This is fork of successful Anti-spam plugin v5.5 written by webvitalii, for more info visit GitHub Fork.
From version 5.6 maintained by kudlav.
GitHub
Anti-spam Reloaded plugin blocks 100% of automatic spam messages in comments section and also blocks all trackbacks.No captcha required.
Plugin is simple and easy to use: just install it and it just works.
Blocked comments can be stored in the Spam area and converted to regular comments if needed.
Anti-spam Reloaded plugin is GDPR compliant and does not store any other user data except of the behaviour mentioned above.
Plugin blocks spam only in comments section..
Plugin does not block manual spam (submitted by spammers manually via browser).
Compatibility
All modern browsers and IE11+ are supported.
Anti-spam Reloaded plugin works with disabled JavaScript. Users with disabled JavaScript should manually fill current year before submitting the comment.
Server compatibility:
WordPress 3.3 – 7.0
PHP 5.6 – 8.4
Doesn’t use jQuery
Plugin is incompatible with:
Disqus
Jetpack Comments
AJAX Comment Form
bbPress
If site has caching plugin enabled and cache is not cleared or if theme does not use ‘comment_form’ action
and there is no plugin inputs in comments form – plugin tries to add hidden fields automatically using JavaScript.
How does it work?
The blocking algorithm is based on 2 methods: ‘invisible js-captcha’ and ‘invisible input trap’ (aka honeypot technique).
‘invisible js-captcha’
The ‘invisible js-captcha’ method is based on fact that bots does not have JavaScript on their user-agents.
Extra hidden field is added to comments form.
It is the question about the current year.
If the user visits site, than this field is answered automatically with JavaScript, is hidden by JavaScript and CSS and invisible for the user.
If the spammer will fill year-field incorrectly – the comment will be blocked because it is spam.
‘invisible input trap’
The ‘invisible input trap’ method is based on fact that almost all the bots will fill inputs with name ’email’ or ‘url’.
Extra hidden field is added to comments form.
This field is hidden for the user and user will not fill it.
But this field is visible for the spammer.
If the spammer will fill this trap-field with anything – the comment will be blocked because it is spam.
