Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: press Ctrl-F5, Mozilla: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Opera/Konqueror: press F5, Safari: hold down Shift + Alt while clicking Reload, Chrome: hold down Shift while clicking Reload.
// ***************************** SETUP FOR ROTATEBOT ******************************// Admins can change the config if there are problems with the bot.//<nowiki>// Comments starts ONLY with ////Bot active? (true/false) (standard: true)varactive=true;//User-group with permission for rotating (standard: 0)//0 = all users//1 = autoconfirmed usersvarrotatepermission=0;//minimum contribs of autoconfirmed users for rotating (standard: 0)//(ONLY if rotatepermission == 1 !)varmincontribs=0;//Size of the Logfile (User:Rotatebot/Log) (standard: 90)varlogfilesize=90;//Maximal rotatings at once (standard: 30, max. 30) max: otherwise it could lead to disk full 40 seems to be okay, too.//please adjust [[User:Rotatebot/max images per run]] (and maybe roughly [[User:Rotatebot/approx time in hours per image]]) for the time estimation if the full-load speed changes due to thisvarlimit=25;//maximal filesize of pictures in bytes - more could lead to hangs on upload attempt of big files. 37,28 MB was too big.varfileSizeLimit=20000000;//minimal lag of the bot in minutes//please keep in sync with [[User:Rotatebot/min lag]] for time calculationvarlag=45;//Kill all running rotatebots? (true/false) (standard: false)varkillAllRotatebots=false;//Do not die if there are lock problems? (true/false) (standard: false)vardontDieOnLockProblems=false;//Upload summaryvaruploadsummary="Bot: Image rotated by %s°";varresetuploadsummary="Bot: Reset EXIF-specified Orientation of image";varexifuploadsum="(EXIF-Orientation set from %s to %s%s, rotated %s°)";//Edit summary (when removing template)vareditsummary="Bot: removing rotate %s° order";varreseteditsummary="Bot: removing EXIF reset order";//Header of the logfilevarlogheader="That's the '''logfile''' of [[User:Rotatebot|Rotatebot]]. It shows '''the %s last rotations'''.<br>[[Special:ListFiles/Rotatebot|List of uploaded files]] or the [[Special:Log/Rotatebot|upload log]] (with [[Help:Gadget-PrettyLog|PrettyLog]]) may be more useful in some cases.<br><br> Rotatebot has rotated '''%s images''' since his first edit at 17.11.2007.<br> Last activity of this bot was at ~~~~~";//</nowiki>