MediaWiki:Titleblacklist: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
(Separating the phone number regexes)
m (Spaces fro proper block formatting)
Line 3: Line 3:
  # This is case insensitive by default
  # This is case insensitive by default
  # See discussion page for link regex syntax documentation
  # See discussion page for link regex syntax documentation
 
  # BLOCK SPAMMING USER ACCOUNTS
  # BLOCK SPAMMING USER ACCOUNTS
  Xiao.* <newaccountonly>  
  Xiao.* <newaccountonly>  
Line 26: Line 26:
  .*[a-z]{20}.* <newaccountonly> # Limit usernames to 20 characters at most.
  .*[a-z]{20}.* <newaccountonly> # Limit usernames to 20 characters at most.
  .*[0-9]{2}.* <newaccountonly> # Block usernames with 2 or more consecutive digits.
  .*[0-9]{2}.* <newaccountonly> # Block usernames with 2 or more consecutive digits.
 
  # BLOCK PHONE NUMBER SPAMMING USER ACCOUNTS
  # BLOCK PHONE NUMBER SPAMMING USER ACCOUNTS
  .Technical Support Number.*
  .Technical Support Number.*
Line 37: Line 37:
  .*ph0ne.*
  .*ph0ne.*
  .*supp0rt.*
  .*supp0rt.*
 
  # FORCE DESCRIPTIVE SCREENSHOT TITLES
  # FORCE DESCRIPTIVE SCREENSHOT TITLES
  .*Fgfs-screen-.*  <reupload | errmsg=titleblacklist-custom-imagename>
  .*Fgfs-screen-.*  <reupload | errmsg=titleblacklist-custom-imagename>
  .*Fgfsscreen.*  <reupload | errmsg=titleblacklist-custom-imagename>
  .*Fgfsscreen.*  <reupload | errmsg=titleblacklist-custom-imagename>

Revision as of 17:21, 16 July 2017

# 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
# See discussion page for link regex syntax documentation

# BLOCK SPAMMING USER ACCOUNTS
Xiao.* <newaccountonly> 
Babysitting
Job
Sex
Vitamin
Loan
index.php
Gts.*
.Turbotax.*
.pgrade number.*
.*QuickBook.*
.*bitcoin.*
.*facebook.*facebook.*
.*gold.*
.*google.*google.*
.*Intuit.*
.*yahoo.*yahoo.*
.*198.* <newaccountonly>
.*197.* <newaccountonly>
.*[a-z]{20}.* <newaccountonly> # Limit usernames to 20 characters at most.
.*[0-9]{2}.* <newaccountonly> # Block usernames with 2 or more consecutive digits.

# BLOCK PHONE NUMBER SPAMMING USER ACCOUNTS
.Technical Support Number.*
.customer care.*
.call now.*
.*phone number.*
.*support number.*
.*1-8[0-9]{2}-.* # Block all 1-8xx phone numbers
.*8OO.*
.*ph0ne.*
.*supp0rt.*

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