Difference between revisions of "User talk:Seth"

Line 32: Line 32:
 
::Add the following lines beneath require_once( "$IP/extensions/ConfirmEdit/ReCaptcha.php");
 
::Add the following lines beneath require_once( "$IP/extensions/ConfirmEdit/ReCaptcha.php");
 
  $wgGroupPermissions['editor'] = $wgGroupPermissions['user']; //Initializes the editor group
 
  $wgGroupPermissions['editor'] = $wgGroupPermissions['user']; //Initializes the editor group
  $wgGroupPermissions['editor'        ]['skipcaptcha'] = false; //exempts the group editor from having to deal with the captcha again
+
  $wgGroupPermissions['editor']         ['skipcaptcha'] = false; //exempts the group editor from having to deal with the captcha again
  $wgGroupPermissions['sysop'       ]['skipcaptcha'] = false; //exempts system operator  
+
  $wgGroupPermissions['sysop']         ['skipcaptcha'] = false; //exempts system operator  
  $wgGroupPermissions['bureaucrat'       ]['skipcaptcha'] = false; //exempts anyone you have already added to this group
+
  $wgGroupPermissions['bureaucrat']     ['skipcaptcha'] = false; //exempts anyone you have already added to this group
  $wgGroupPermissions['bot'         ]['skipcaptcha'] = true; //not the same as spam bots, you only have one bot in this group NicJBot
+
  $wgGroupPermissions['bot']           ['skipcaptcha'] = true; //not the same as spam bots, you only have one bot in this group NicJBot
 
::Go to to your page "Special:UserRights" and enter the name of people you want to add to the editor group. Simply check the box for editor and press save.
 
::Go to to your page "Special:UserRights" and enter the name of people you want to add to the editor group. Simply check the box for editor and press save.
 
::To sort through your list of users, go to "Special:ListUsers" and sort by users with edits. That's where you'll find the users you want to add to the editor group. The bad thing is, you have over 900 members with edits. So that's gonna be a project. But if you decide to take that on, you might as well create the user group "spambot" as well. As you go down the list, as the known spambots to that group. After you're done, whoever has access to the database can look for the spambot table and delete those users periodically.
 
::To sort through your list of users, go to "Special:ListUsers" and sort by users with edits. That's where you'll find the users you want to add to the editor group. The bad thing is, you have over 900 members with edits. So that's gonna be a project. But if you decide to take that on, you might as well create the user group "spambot" as well. As you go down the list, as the known spambots to that group. After you're done, whoever has access to the database can look for the spambot table and delete those users periodically.

Revision as of 15:30, 8 December 2011

Welcome

Welcome

Welcome, Seth, to BattleTechWiki!

We look forward to your contributions and want to help you get off to a good strong start. Hopefully you will soon join the army of BattleTech Editors! If you need help formatting the pages, visit the manual of style. For general questions go to the Help section or the FAQ. If you can't find your answer there, please ask an Admin.


Additional tips
Here's some extra tips to help you get around in the wiki:

  • For policies and guidelines, see The Five Core Policies of BattleTechWiki and the BTW Policies. Another good place to check out is our market of Projects, to see how the smaller communities within BTW do things in their particular niche areas.
  • Each and every page (articles, policies, projects, images, etc.) has its very own discussion/talk page, found on the tab line at the top of the page. This is a great place to find out what the community is discussing along that subject and what previous issues have already been solved.
  • If you want to play around with your new wiki skills, the Sandbox is for you. Don't worry: you won't break anything. A great resource for printing out is the Wiki Cheat Sheet.
  • If you're not registered, then please consider doing so. At the very least, you'll have a UserPage that you own, rather than sharing one with the community.
  • Also consider writing something about yourself on your UserPage (marked as "Seth" at the top of the page, though only do this if you're registered). You'll go from being a 'redshirt' to a 'blueshirt,' with the respect of a more permanent member.
    • This is really helpful for the admins, as it gives your account that touch of "humanity" that assists us in our never-ending battle with spambots.
  • For your first few edits on the wiki, please do not add any URLs (which can be an indicator of SPAM).
  • Consider introducing yourself on our Discord server.
  • In your Preferences, under the edit tab, consider checking Add pages I create to my watchlist and Add pages I edit to my watchlist, so that you can see how your efforts have affected the community. Check back on following visits by clicking on watchlist.
  • If you're bored and want to find something to do, try the Random button in the sidebar, or check out the List of Wanted Pages. Or even go to Special Pages to see what weird stuff is actually tracked by this wiki.
  • Please sign your name on Talk pages using four tildes (~~~~) or by clicking on the circled button in this image; this will automatically produce your name (or IP address, if you are editing anonymously) and the date.


Again, welcome to Sarna's BattleTechWiki!

*******Be Bold*******

Tags

Welcome, Seth, to Sarna's BattleTechWiki and thanks for helping to beef up our fan fiction section. I would ask you to do two things, please. 1) Add the fanon tag to the top of each story by typing {{fanon}} above the story itself. 2) In order to increase visability for your story, please add it to the fiction category, by typing [[Category:Fiction]] anywhere in the edit field (though usually at the bottom). (Edit: #2 has been taken careauto-magically.) Again, thanks for contributing, Seth. --Revanche (talk|contribs) 15:54, 21 December 2009 (UTC)

Fanon tag

--Revanche (talk|contribs) 12:25, 22 December 2009 (UTC)

Fanon Notice

Template:FanonNotice

reCaptcha

Seth, at first look I didn't understand the value of your suggestion, but as I dozed on it, what you're suggesting would cause the editor (including the targeted spammer) to complete two reCaptchas, right? One at registration and one again when ever attempting to post a url?--Revanche (talk|contribs) 15:21, 8 December 2011 (UTC)

In short, yes. Anytime anyone adds an external link to a page, they will be asked to enter the captcha in addition to the one everyone has to enter when registering. I understand that it may add an extra step for legitimate editors, but you can move trusted editors to another group with the same rights as a normal user, but not be subjected to entering the captcha ever again.
The first thing I would suggest doing is changing the following from false to true:
"$wgCaptchaTriggers['addurl']        = false;" //true requires reCaptcha when adding external URLs.
That line should be found beneath the line:
"require_once( "$IP/extensions/ConfirmEdit/ReCaptcha.php");". 
Keep it that way for a day or so and see if it even slows the bots down from adding links to their talk pages. I'm not 100% sure it will work because they're obviously able to register in the first place and that requires entering a reCaptcha too.

New User Group

If it does prove to be effective, you can create a new user group for legitimate editors. To create a new group called "Editors", do the following;
Create page "MediaWiki:Group-editor" and enter "Editors" to the content of the page.
Create page "MediaWiki:Group-editor-member" and enter "editor" to the content of the page.
Create page "MediaWiki:Grouppage-editor" and enter "Editors" to the content of the page.
Add the following lines beneath require_once( "$IP/extensions/ConfirmEdit/ReCaptcha.php");
$wgGroupPermissions['editor'] = $wgGroupPermissions['user']; //Initializes the editor group
$wgGroupPermissions['editor']         ['skipcaptcha'] = false; //exempts the group editor from having to deal with the captcha again
$wgGroupPermissions['sysop']          ['skipcaptcha'] = false; //exempts system operator 
$wgGroupPermissions['bureaucrat']     ['skipcaptcha'] = false; //exempts anyone you have already added to this group
$wgGroupPermissions['bot']            ['skipcaptcha'] = true; //not the same as spam bots, you only have one bot in this group NicJBot
Go to to your page "Special:UserRights" and enter the name of people you want to add to the editor group. Simply check the box for editor and press save.
To sort through your list of users, go to "Special:ListUsers" and sort by users with edits. That's where you'll find the users you want to add to the editor group. The bad thing is, you have over 900 members with edits. So that's gonna be a project. But if you decide to take that on, you might as well create the user group "spambot" as well. As you go down the list, as the known spambots to that group. After you're done, whoever has access to the database can look for the spambot table and delete those users periodically.

Other ways to fight spam bots

I've been running a MWO wiki since the beginning of November, and I haven't dealt with a spam bot yet (quite unlike the MW4 wiki I made). Right now I am using the following mediawiki extensions;

Sorry about the wall of text!