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

MP Spam Be Gone

설명

MP Spam Be Gone is the simplest, most effective Spam blocker without difficult CAPTCHA responses needed by the user. This plugin was inspired by some of the best Anti-Spam plugins available on WordPress.

Inspirations:
Spam Free WordPress by Todd Lahman, LLC
Growmap Anti Spambot Plugin by Andy Bailey
Simple Trackback Validation with Topsy Blocker by Tobias Koelligan

This plugin has aspects from all of the above mentioned plugins to form the most complete and dead simple Anti Spam plugin on WordPress. This plugin doesn’t write anything to your database while preventing comment spam and trackback spam.

From Growmap Anti Spambot Plugin, I used the concept of having a checkbox display to the user in order to prevent automated Spam. To me this is the best way (and least intrusive) to completely prevent automated spam from ever even being written to the database in the spam que. It is physically impossible to get a false positive, since you either checked the button or not. The flaw with this plugin is that it does not work with Javascript disabled.

To combat that flaw, I use the copy and paste password fields from the Spam Free WordPress plugin. These fields are in a <noscript> tag, and only appear if Javascript is disabled. Unlike, the Spam Free WordPress plugin, these passwords are generated on the fly and never stored in the database.

These plugins primarily stop comment spam. In order to stop trackback spam, I added the IP address check, URL check, and Topsy check functions from Simple Trackback Validation with Topsy Blocker. If a trackback is identified as spam because of the IP address or Topsy, it is deleted and never written to the database. If a trackback is identified as spam because of the URL, it is marked as spam and sent to the Spam que. The reason that these are not automatically deleted, is because it is possible that the referring page is using a shortlink and therefore the full URL would not appear on the page in the first place.

When combined, this plugin will stop all automated spam and trackbacks.

It is intended to replace the above plugins.

You can’t find a plugin simpler than this – set it and forget it. No options = no modifications to the database.

설치

  1. Upload the mp-spam-be-gone directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

FAQ

Do I need to do anything after activating this plugin?

Absolutely not. Set it and forget it (and it will be easy to forget, when the spam stops).

The checkbox is not appearing on my comment form?

If Version 3.0 does not correct this problem, please check your theme templates. In the comments.php page, you should see a function – comment_form(). This function was added with WordPress 3.0 and is required for my plugin to hook into the comment form.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

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

기여자

자국어로 “MP Spam Be Gone”(을)를 번역하세요.

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

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

변경이력

4.0

  • Upgrade the honeypot fields to use two different methods of creating a honeypot
  • Switched from check the box to uncheck the box to prove you are not a bot

3.0

  • Switches from using jQuery to display the checkbox, to a pure javascript method for even faster performance.

2.0

  • Fixes the bug that caused the checkbox to not appear in the comment form

1.0

  • Initial Release