Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

Comment Redlist

Descrizione

Comment Redlist is a WordPress plugin that blocks comment spam before it is inserted into your database.

Manage your Comment Redlist settings on the Settings > Discussion page, or on the plugin’s dedicated options page, located in the Settings menu.

For more information, check out http://blog.skunkbad.com/wordpress/the-comment-redlist-plugin.

Features include:

  • Comments blocked by word, character sequence, or IP address.
  • Blocked comments can be logged for debugging or your general information.
  • Optional javascript alert informs site visitor if Comment Redlist will detect their submission as spam.
  • Optional setting provides spammer with zero feedback, instead of an error message.
  • Optional form tokens use cookies (PHP session) to confirm a legitimate post.
  • Optional setting restricts comments to US keyboard characters, or any regular expression.
  • Optional setting removes your comment form’s Website field, and blocks any comment that contains one.

Installazione

  1. Use the auto-installer or upload entire plugin to /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Change settings in new Settings->Comment Redlist or Settings->Discussion page.

FAQ

Installation Instructions
  1. Use the auto-installer or upload entire plugin to /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Change settings in new Settings->Comment Redlist or Settings->Discussion page.
Who is this plugin aimed at?

This plugin is aimed at nearly every WordPress user. Nobody wants spam.

Why are there no Questions here?

Because no-one has asked me.. Ask me a question by going to the Brian’s Web Design Contact Page

Recensioni

Non ci sono recensioni per questo plugin.

Contributi e sviluppo

“Comment Redlist” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

Changelog

1.0.9

  • Serbian language translation files added

1.0.8

  • Spanish language translation fixed

1.0.7

  • Spanish language translation files added

1.0.6

  • Debug mode now enabled via options page / settings page. Previously only set as private class member.
  • Session cookie name for token usage now changed via options page / settings page. Previously set in lang.php.

1.0.5

  • Existing feature that blocks submissions with Website field now will remove the field if it has not already been removed. Technically it is replacing it with a hidden form field, which is a perfect trap for many bots.

1.0.4

  • Fixed dedicated options form. Uskeys removed, URL added back in.

1.0.3

  • Better options for character restriction
  • Fixed bug where all error messages were the same

1.0.2

  • Initial Commit to SVN