이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Astounding Spam Prevention

설명

Using the most effective features of other spam programs. Astounding Spam Prevention effectively guards against comment spam and registration spam without the use of a Captcha.
This is a fork of the original Stop Spammers Spam Prevention and uses some of the code, but it is greatly simplified so it is not as aggressive and will not prevent a user from logging in. It does not interfere with jetpack and does not know about WooCommerce so there are no conflicts. Unlike Stop Spammers it does not check logins, but only checks registrations and comments.
It also repairs many bugs that I found in the Stop Spammers plugin and has many new methods for detecting spam.

Donate

Please buy one of my books and give it a good review. I worked hard on these books, and they are worth reading.
My Author Page at Amazon: https://amzn.to/42BjwXv

설치

  1. Install the plugin using “add new” from the plugin’s menu item on the WordPress control panel. Search for Stop Spammers and install.
    OR
  2. Download the plugin.
  3. Upload the plugin to your wp-content/plugins directory.
  4. Activate the plugin.
  5. Under the settings, review options that are enabled. The plugin will operate very well without changing any settings.

후기

2023년 10월 18일
I've used this for quite a few years now. Every now and again I get a msg from WP about it not working correctly, but then I don't hear any more for ages. There seems to be one particular set of circumstances that trip it up, intermittently. I'll contact the author, but despite that, it's 5 stars. The reason is the simple interface, all options there and its small code footprint, plus, it catches all spam.... An almost perfect little plugin.I hope the author keeps it maintained as I see they do work on several other plugins.
2023년 4월 16일 4 replies
This plugin is really a spammer's worse nightmare. Since installing it, my spam has been virtually eliminated. I use this along with another plugin called “User Verification” and both together help me accomplish my goal of ZERO spam on my blog. Thank you to the author for your great contribution. Please keep up the good work. Donating soon.
2022년 6월 24일
Браво! Стоило поставить его и все, все проблемы со спамом, регой ботов и хреновыми спам комментариями пропали. Пока что лучший на моей памяти плагин. Даже лучше платного Cleantalk, во всяком случае различает реального спамера от нормального пользователя. Благодарю, разрабам респект! Thank you!
2019년 5월 7일
Actually works out of the box unlike other plugins. Stopped at least 90% of the spam registrations seen on 10 different sites without any adjustments to settings.
모든 8 평가 읽기

기여자 & 개발자

“Astounding Spam Prevention”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Astounding Spam Prevention”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.19

  • Tested under WordPress 6.3
  • CheckSFS seems to be missing a valid index. If it keeps causing problems then uncheck it in the settings.

1.18

  • Tested under WordPress 6.2
  • Created warning for sites that cannot reach spamhaus.org. (Check your PHP error logs!)

1.17

  • Tested under WordPress 5.7.1

1.16

  • Tested under WordPress 5.4.1

1.15

  • Fixed bug in session speed check.

1.14

  • Added Phishing sites check.
  • added Myip.ms Blacklist IPs list check
  • moved Cache clear to the cache tab.

1.13

  • Fixed a bug in the SFS module.
  • Added the ability to clear the cache.
  • Fixed the Ajax calls in the settings. Brought it into this decade’s standards. jQUery definitely doesn’t work on many sites.

1.12

  • Beta WP broke jQuery so I added some code to make the admin options interface javascript load depending on jQuery. Turned out it is a beta issue that broke many things including JetPack.
  • Limited length of error message. Some spammers a filling in the author name or email with thousands of characters and it fills up the log quickly.
  • renamed the .javascript files back to .js. I am worried that the file type may be blocked.
  • replace jquery calls with custom code. Decided that the jQuery issues with WP are not worth it.

1.11

  • Added Red Herring form option.

1.10

  • Removed URI from logs. It took up too much room and was only interesting when debugging.
  • Added aditional check for action=register inside post in case registrations (bbpress) uses a different form.

1.09

  • Added back Stop Forum Spam check. This was failing for a while. Needs to be monitored.
  • Divided settings into recomended and optional.

1.08

  • Fixed some typos in descriptions.
  • Added a list to block VPN servers that are known spammers.

1.07

  • Fixed some typos in descriptions.
  • Added a list of common spam TLDs.
  • Added option to show all reasons for rejection, not just the first one.

1.06

  • Changed TLD checks to report the actual TLD even if not 3 characters.
  • Made the allowed tld list editable.
  • Change order of checks to put sessions checks near the end of the list.

1.05

  • Fixed typo checking for cached entries. It was letting them through.

1.04

  • Stopped showing cache hits in log. Most spammers try 4 times to do their thing and it was filling up the logs.
  • Added version number to settings page.
  • Added settings to plugin summary on plugins tab.
  • Added warning for larger log files.

1.03

  • Added a check for generated bad neighborhood list that the author maintains. List is newly discovered IP addresses only.

1.02

  • Changed the log file name to begin with a ‘.’ to prevent web servers from delivering log directly.
  • Changed display order of log file to most recent first.
  • Changed deny message to type 403 “forbidden”.

1.01

  • Fix JavaScript error on options page.
  • Added new default spamwords.
  • FIxed DNSBL error.

1.00

  • Initial version. Forked many anti spam methods from original plugin “Stop Spammer Registrations Plugin”.
  • added 9 new spam prevention methods and fixed bugs in 4 others.
  • Redesigned settings pages using easier updating and editing.
  • Uses expandable log file that can grow to fit.
  • Caching identifies the original source of the spam for easier troubleshooting.
  • Rewrote the load process to limit resource usage. Uses “lazy loading” to avoid memory usage when the plugin is not active.
  • Fixed bugs in plugin uninstall procedure..