Jump to content
Main menu
Navigation
  • Main page
  • Recent changes
  • Random page
  • Help about MediaWiki
Ban Covert Modeling! wiki
Search
  • English
  • Log in
  • Log in
Pages for logged out editors learn more
  • Contributions
  • Talk

Please sign and share the petition 'Tighten regulation on taking, making and faking explicit images' at Change.org initiated by Helen Mort to the w:Law Commission (England and Wales) to properly update UK laws against synthetic filth. Only name and email required to support, no nationality requirement. See Current and possible laws and their application @ #SSF! wiki for more info on the struggle for laws to protect humans.

Ban Covert Modeling! wiki has moved to Stop Synthetic Filth! wiki

Contents

  • Beginning
  • 1 About The Ban Covert Modeling! wiki
  • 2 Praxis
    • 2.1 Linking praxis
    • 2.2 Accounts are available by request
  • 3 Wiki configuration
    • 3.1 reCAPTCHA settings
      • 3.1.1 reCAPTCHA settings for the server
      • 3.1.2 reCAPTCHA settings explained for humans
    • 3.2 Autopromotion to skip CAPTCHA permanently praxis
    • 3.3 Autopromotion settings
      • 3.3.1 Autopromotion settings for the server
      • 3.3.2 Autopromotion settings explained for humans
    • 3.4 Email settings
    • 3.5 Scary transclusion

BCM:About

  • Project page
  • Discussion
  • Read
  • Edit
  • Edit source
  • View history
Tools
Actions
  • Read
  • Edit
  • Edit source
  • View history
General
  • What links here
  • Related changes
  • Special pages
  • Printable version
  • Permanent link
  • Page information
Appearance
Text
This page always uses small font size
Width
The content is as wide as possible for your browser window.
UndoCtrl+ZRedoCtrl+Shift+Z, Ctrl+Y
Sub-heading 1
Style text
LinkCtrl+K

Links

Link important words to other wiki articles or even other websites. It will help readers understand the context.

Okay, got it
Cite
Structure
Insert
Special character
Edit notices
Page options
Switch editor
Save changes…Alt+S
ParagraphCtrl+0HeadingCtrl+2Sub-heading 1Ctrl+3Sub-heading 2Ctrl+4Sub-heading 3Ctrl+5Sub-heading 4Ctrl+6Header cellContent cellPreformattedCtrl+7Block quoteCtrl+8Page titleCtrl+1
BoldCtrl+BItalicCtrl+ISuperscriptCtrl+.SubscriptCtrl+,Computer codeCtrl+Shift+6StrikethroughCtrl+Shift+5UnderlineCtrl+UBigSmallLanguageRemoveCtrl+\, Ctrl+MMore
BasicCtrl+Shift+KRe-useMore
Bullet listNumbered listDecrease indentationShift+Tab, Ctrl+[Increase indentationTab, Ctrl+]More
Images and mediaTemplateTableCommentCode blockGalleryYour signatureReferences listMore
Read the user guideKeyboard shortcutsCtrl+/, Ctrl+Shift+/Toolbar searchCtrl+Shift+P, Ctrl+Alt+Shift+PLeave feedback about this software
More
1 noticeClose
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
OptionsCategoriesPage settingsAdvanced settingsLanguagesTemplates usedView as right-to-leftCtrl+Shift+XFind and replaceCtrl+FMore
Visual editingSource editingMore
From Ban Covert Modeling! wiki

About The Ban Covert Modeling! wiki[edit | edit source]

Ban Covert Modeling! wiki is hosted at a hosting business that uses electricity from renewable sources only. (Check)
  • Content licensing: Creative Commons Attribution-NonCommercial-ShareAlike
  • Systems: mw:Mediawiki, w:MariaDB and w:Apache2 running on w:Debian w:GNU/w:Linux, running on w:KVM, running on a modern server in w:Helsinki, w:Finland.
  • Electricity: From renewable sources
  • Backups: Daily backups of the system are made by the hosting company with latest 7 kept. Also occasionally manually triggered semi-automated backups when it is time to do changes to the system or just because anyways backupping the servers.

Praxis[edit | edit source]

Linking praxis[edit | edit source]

  1. Links to Wikipedia occurring outside of {{Q}} and transcluded articles should bear the notice 'w:' i.e. [[w:Article name]].

Accounts are available by request[edit | edit source]

There was a problem with spammers registering accounts, so now accounts are available upon reasonable request.


Wiki configuration[edit | edit source]

The Ban Covert Modeling! wiki at https://wiki.ban-covert-modeling.org/wiki/ has the following configuration:

reCAPTCHA settings[edit | edit source]

reCAPTCHA settings for the server[edit | edit source]

$wgGroupPermissions['*'            ]['skipcaptcha'] = false;
$wgGroupPermissions['user'         ]['skipcaptcha'] = false;
$wgGroupPermissions['autoconfirmed']['skipcaptcha'] = true;
$wgGroupPermissions['bot'          ]['skipcaptcha'] = true; // registered bots
$wgGroupPermissions['sysop'        ]['skipcaptcha'] = true;

$wgCaptchaTriggers['edit']          = true; 
$wgCaptchaTriggers['create']        = true; 
$wgCaptchaTriggers['addurl']        = true; 
$wgCaptchaTriggers['createaccount'] = true;
$wgCaptchaTriggers['badlogin']      = true;


reCAPTCHA settings explained for humans[edit | edit source]

In human readable terms the reCAPTCHA settings are as follows:

  1. Anonymous users have to pass the captcha always
  2. Non-autoconfirmed users have to pass the captcha always
  3. Autoconfirmed users do not have to pass the CAPTCHA (See #Autopromotion settings explained for humans to figure out when you will be autoconfirmed)

Autopromotion to skip CAPTCHA permanently praxis[edit | edit source]

“Make 7 edits, and when your account has existed for at least 1 hour and have clicked the "Verify my email"-link sent to verify possession of a valid email account and you can skip captcha permanently.”

~ Juboxi on Current settings of the autopromotion


Autopromotion settings[edit | edit source]

Autopromotion settings for the server[edit | edit source]

$wgAutopromote = array(
        'autoconfirmed' => array(
                '&',
                APCOND_EMAILCONFIRMED,
                array( APCOND_EDITCOUNT, 7 ),
                array( APCOND_AGE, 60*60 ),
        ),
);

Autopromotion settings explained for humans[edit | edit source]

In human readable terms:

  1. Users will be automatically promoted to autoconfirmed when all three conditions are met
    1. They have confirmed their email address by clicking on the confirmation link in the email sent by the system when registering an account
    2. They have made 7 edits
    3. Their account has existed for at least one hour

These values may need to be adjusted in the future. The goal of these settings is to

  1. Avoid spamming, vandals etc.
  2. To give genuine contributors ability to edit without needing to solve CAPTCHAs reasonably quickly

Email settings[edit | edit source]

  1. $wgEnableEmail = true;
    Email is enabled. See mw:Manual:$wgEnableEmail for more info.
  2. $wgEnableUserEmail = true;
    Emailing users with [[Special:EmailUser/Username]] is enabled if the user has verified his/her email address and has not disabled receiving mail via wiki. See mw:Manual:$wgEnableUserEmail for more info.
  3. $wgEnotifUserTalk = true;
    Emailing notices about someone else having edited your talk page are enabled. See mw:Manual:$wgEnotifUserTalk for more info
  4. $wgEnotifWatchlist = true;
    Email notices about someone editing a page on your Special:Watchlist are enabled. See mw:Manual:$wgEnotifWatchlist for more info.
  5. $wgEmailAuthentication = true;
    Requirement to verify your email address is enabled. Without having a verified email address of the email functions only the sending new password via email will work. Also not verifying email address stops a user from being autopromoted to autoconfirmed-status. See mw:Manual:$wgEmailAuthentication for more info.

Email coming from this wiki is sent by s e r v i c e s (at) ban-covert-modeling.org and will show in the envelope that it is delivered by a mail server of Gandi.net.

Scary transclusion[edit | edit source]

$wgEnableScaryTransclusion = true; is enabled and Special:Interwiki adjusted so that pages with the interwiki prefix 'wikipedia:' can be transcluded by writing {{wikipedia::Article name}}

Retrieved from "https://wiki.ban-covert-modeling.org/w/index.php?title=BCM:About&oldid=882"

About The Ban Covert Modeling! wiki

Ban Covert Modeling! wiki is hosted at a hosting business that uses electricity from renewable sources only. (Check)

Insert paragraph
  • Content licensing: Creative Commons Attribution-NonCommercial-ShareAlike

  • Systems: mw:Mediawiki, w:MariaDB and w:Apache2 running on w:Debian w:GNU/w:Linux, running on w:KVM, running on a modern server in w:Helsinki, w:Finland.

  • Electricity: From renewable sources

  • Backups: Daily backups of the system are made by the hosting company with latest 7 kept. Also occasionally manually triggered semi-automated backups when it is time to do changes to the system or just because anyways backupping the servers.


Praxis

Linking praxis

  1. Links to Wikipedia occurring outside of {{Q}} and transcluded articles should bear the notice 'w:' i.e. [[w:Article name]].

Accounts are available by request

There was a problem with spammers registering accounts, so now accounts are available upon reasonable request.


Wiki configuration

The Ban Covert Modeling! wiki at https://wiki.ban-covert-modeling.org/wiki/ has the following configuration:

reCAPTCHA settings

reCAPTCHA settings for the server

$wgGroupPermissions['*'            ]['skipcaptcha'] = false;
$wgGroupPermissions['user'         ]['skipcaptcha'] = false;
$wgGroupPermissions['autoconfirmed']['skipcaptcha'] = true;
$wgGroupPermissions['bot'          ]['skipcaptcha'] = true; // registered bots
$wgGroupPermissions['sysop'        ]['skipcaptcha'] = true;

$wgCaptchaTriggers['edit']          = true; 
$wgCaptchaTriggers['create']        = true; 
$wgCaptchaTriggers['addurl']        = true; 
$wgCaptchaTriggers['createaccount'] = true;
$wgCaptchaTriggers['badlogin']      = true;


reCAPTCHA settings explained for humans

In human readable terms the reCAPTCHA settings are as follows:

  1. Anonymous users have to pass the captcha always

  2. Non-autoconfirmed users have to pass the captcha always

  3. Autoconfirmed users do not have to pass the CAPTCHA (See #Autopromotion settings explained for humans to figure out when you will be autoconfirmed)


Autopromotion to skip CAPTCHA permanently praxis

“Make 7 edits, and when your account has existed for at least 1 hour and have clicked the "Verify my email"-link sent to verify possession of a valid email account and you can skip captcha permanently.”

~ Juboxi on Current settings of the autopromotion

Autopromotion settings

Autopromotion settings for the server

$wgAutopromote = array(
        'autoconfirmed' => array(
                '&',
                APCOND_EMAILCONFIRMED,
                array( APCOND_EDITCOUNT, 7 ),
                array( APCOND_AGE, 60*60 ),
        ),
);

Autopromotion settings explained for humans

In human readable terms:

  1. Users will be automatically promoted to autoconfirmed when all three conditions are met

    1. They have confirmed their email address by clicking on the confirmation link in the email sent by the system when registering an account

    2. They have made 7 edits

    3. Their account has existed for at least one hour

These values may need to be adjusted in the future. The goal of these settings is to

  1. Avoid spamming, vandals etc.

  2. To give genuine contributors ability to edit without needing to solve CAPTCHAs reasonably quickly


Email settings

  1. Insert paragraph
    $wgEnableEmail = true;

    Email is enabled. See mw:Manual:$wgEnableEmail for more info.

  2. Insert paragraph
    $wgEnableUserEmail = true;

    Emailing users with [[Special:EmailUser/Username]] is enabled if the user has verified his/her email address and has not disabled receiving mail via wiki. See mw:Manual:$wgEnableUserEmail for more info.

  3. Insert paragraph
    $wgEnotifUserTalk = true;

    Emailing notices about someone else having edited your talk page are enabled. See mw:Manual:$wgEnotifUserTalk for more info

  4. Insert paragraph
    $wgEnotifWatchlist = true;

    Email notices about someone editing a page on your Special:Watchlist are enabled. See mw:Manual:$wgEnotifWatchlist for more info.

  5. Insert paragraph
    $wgEmailAuthentication = true;

    Requirement to verify your email address is enabled. Without having a verified email address of the email functions only the sending new password via email will work. Also not verifying email address stops a user from being autopromoted to autoconfirmed-status. See mw:Manual:$wgEmailAuthentication for more info.

Email coming from this wiki is sent by s e r v i c e s (at) ban-covert-modeling.org and will show in the envelope that it is delivered by a mail server of Gandi.net.

Scary transclusion

$wgEnableScaryTransclusion = true; is enabled and Special:Interwiki adjusted so that pages with the interwiki prefix 'wikipedia:' can be transcluded by writing {{wikipedia::Article name}}

We use only those cookies necessary for the functioning of the website.
More information
  • This page was last edited on 2 October 2019, at 15:40.
  • Content is available under Creative Commons Attribution-ShareAlike unless otherwise noted.
  • Privacy policy
  • About Ban Covert Modeling! wiki
  • Disclaimers
  • Mobile view
  • Edit preview settings
  • Creative Commons Attribution-ShareAlike
  • Powered by MediaWiki
    Switch to the source editorStart editing

    English

    • International Phonetic Alphabet - SIL
    • International Phonetic Alphabet - X-SAMPA
    Use native keyboardCTRL+M

    Other languages

    • English
    ...
    Disable input tools