User:Zer0431/admin panel.js
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
Documentation for this user script can be added at User:Zer0431/admin panel. |
var RCPATROL_BOT=1;
var WATCHLIST_BOT=1;
var MOVEPATROL_BOT=1;
var NEWBIEWATCH_BOT=1;
var WATCHUPDATELST_BOT=1;
var BOT_USER_NOTICE=1;
var CATEGWATCH_BOT=1;
// Should ALL IP edits be scanned?
var SCAN_ALL_IPS_BOT=1;
/////////////Friendly bots/////////////
var ALLIES_AVOID_BOT = '|CorenSearchBot|ClueBot|AntiVandalBot|Xenophon (bot)|Werdnabot2|T-850 Robotic Assistant|MartinBot|SgtDrini|VoABot II|68.39.174.238|';
/////////////////Watchlist modes/////////////////
var WATCHLIST_LIMITED_BOT=1;
var WATCHLIST_APPROVAL_BOT=1;
/////////////////AOl shared IP settings/////////////////
var AOL_W_LIMIT_BOT=0;
var AOL_W_REVERT_BOT=0;
//(must be 0 or 1)
/////////////////Non-AOl shared IP settings/////////////////
var SHARED_W_LIMIT_BOT=0;
//(must be 0 or 1)
//reverts ALL logged-out non-AOL shared IP user edits to the watchlist
var SHARED_W_REVERT_BOT=0;
//(must be 0 or 1)
/////////////////
/////////////////Server IP settings/////////////////
//vasty limits edits by logged-out server IP user edits to the watchlist
var SERVER_W_LIMIT_BOT=0;
//(must be 0 or 1)
//reverts ALL logged-out server IP edits to the watchlist
var SERVER_W_REVERT_BOT=0;
//(must be 0 or 1)
/////////////////
/////////////////New User settings/////////////////
//These are modes to limit new user edits
//This is to heavily limit new user edits to the Watchlist
//moves to pages in the watclist by new users will be reverted
var NEW_USER_LIMITED=0;
//(must be 0 or 1)
//This mode will revert all new user edits to the Watchlist
//moves to pages in the watclist by new users will be reverted
var NEW_USER_W_REVERT_BOT=0;
//(must be 0 or 1)
/////////////////
/////////////////BAD IP ranges for specific pages/////////////////
//Using /24 and /16 ranges is easiest, as this does not compile CIDR forms
//Edits by logged-out users to the Watchlist with these IPs will auto-reverted
//xxx\.xxx\. denotes a /16 range, do NOT use anything larger
var BadIP_ranges_BOT = /^(212\.120\.|201\.47\.|4\.167\.|88\.218\.|128\.101\.|219\.88\.|82\.50\.|82\.48\.)/;
/////////////////
/////////////////KEYWORDS TO FLAG A PAGE TO WATCH IT when on RC/////////////////
//Any non-talk page with any of these names will be checked if *any* IP edits it
var NAME_TYPE_CHECK = /NONE AT THIS TIME/;
////////////////