MediaWiki:Titleblacklist: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
(Block account creation with 2 or more digits.)
m (Nicer code)
Line 16: Line 16:
  .*198.* <newaccountonly>
  .*198.* <newaccountonly>
  .*197.* <newaccountonly>
  .*197.* <newaccountonly>
  .*[0-9][0-9].* <newaccountonly> # Most spam accounts have 2 or more digits.
  .*[0-9]{2}.* <newaccountonly> # Most spam accounts have 2 or more digits.


  # FORCE DESCRIPTIVE SCREENSHOT TITLES
  # FORCE DESCRIPTIVE SCREENSHOT TITLES
  .*Fgfs-screen-.*  <reupload | errmsg=titleblacklist-custom-imagename>
  .*Fgfs-screen-.*  <reupload | errmsg=titleblacklist-custom-imagename>

Revision as of 17:03, 16 April 2012

# This is a title blacklist. Titles and users that match a regular expression here cannot be created.
# Use "#" for comments.
# This is case insensitive by default
# BLOCK SPAMMING USER ACCOUNTS
Xiao.* <newaccountonly> 
Babysitting
Job
Sex
Vitamin
Loan
index.php
Gts.*
.*bitcoin.*
.*gold.*
.*198.* <newaccountonly>
.*197.* <newaccountonly>
.*[0-9]{2}.* <newaccountonly> # Most spam accounts have 2 or more digits.
# FORCE DESCRIPTIVE SCREENSHOT TITLES
.*Fgfs-screen-.*  <reupload | errmsg=titleblacklist-custom-imagename>