Extension:SpamRegex/zh

Category:GPL licensed extensions/zh
SpamRegex
Category:Stable extensions/zh
Category:Special page extensions/zh
描述 Adds a special page to filter out unwanted expressions.
作者
最新版本 1.9
MediaWiki 1.43+Category:Extensions with manual MediaWiki version
GNU通用公眾授權條款2.0或更新版本
下載 Category:Extensions in Wikimedia version control/zh
  • spamregex
季度下載量 2 (Ranked 92nd)
正在使用的公开wiki数 1,117 (Ranked 252nd)
前往translatewiki.net翻譯SpamRegex
問題 开启的任务 ·
Category:All extensions/zh

The SpamRegex extension creates a new page, "Special:SpamRegex", to filter out unwanted links or text. A full list of currently blocked links or text can be viewed on this same special page. The spamregexed expressions cannot be used in page content, edit summaries or page move summaries, depending on what was chosen by the user who blocked links or text.


Installation

  • 下载,并将解压后的SpamRegex移动到extensions/目录中。
    开发者和代码贡献人员应从Git安装扩展,输入:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/SpamRegex
  • 将下列放置在您的LocalSettings.php 的底部:
    wfLoadExtension( 'SpamRegex' );
    
  • 更新脚本,它将自动必须依赖的数据库表。
  • This extension uses Memcached - please check if Memcached is configured properly in Global/LocalSettings.php .
  • Ensure the spamregex user right is given to a group that exists; by default this user right is given to the staff user group (which does not exist in a default MediaWiki installation).
  • Yes 完成 – 在您的wiki上Special:Version,以验证已成功安装

Usage

  1. Go to "Special:SpamRegex"
  1. Enter the phrase to be blocked into the "Phrase to block" box
  1. Supply a reason for blocking the phrase
  1. Select one or both of the available options: block phrase in page text & block phrase in summary (edit summaries, page move summaries)
  1. Press the "Block this phrase" button

Interoperability

SpamRegex also supports checking content submitted via the following extensions for spam:

Note that none of these extensions use the ContentHandler or Content classes defined in MediaWiki core, for better or for worse.

See the hooked functions in /extensions/SpamRegex/includes/backend/SpamRegexHooks.php for an idea of how to add support for another custom extension. The basic idea is simple: get the desired data from SpamRegex (call SpamRegex::fetchRegexData() with either SpamRegex::TYPE_TEXTBOX or SpamRegex::TYPE_SUMMARY as the parameter), ensure that you got something, iterate over the array and use PHP's preg_match() to detect a match. In case of a match, signal this to the consumer code by e.g. returning a boolean so that the consumer knows that the submission is spam and should not be saved.

See also

Category:Extensions by Fandom/zh Category:Extensions by ShoutWiki/zh Category:Spam management extensions/zh
Category:All extensions/zh Category:Comments::isSpam extensions/zh Category:EditFilter extensions/zh Category:Extensions by Fandom/zh Category:Extensions by ShoutWiki/zh Category:Extensions in Wikimedia version control/zh Category:Extensions with manual MediaWiki version Category:GPL licensed extensions/zh Category:LoadExtensionSchemaUpdates extensions/zh Category:MovePageCheckPermissions extensions/zh Category:ProblemReportsContentCheck extensions/zh Category:RenameUserComplete extensions/zh Category:Spam management extensions/zh Category:Special page extensions/zh Category:Stable extensions/zh