User talk:Sysy
From OESF
(Difference between revisions)
m |
m |
||
Line 22: |
Line 22: | ||
* Update [[MediaWiki:Sidebar]] | * Update [[MediaWiki:Sidebar]] | ||
** See [http://jrandomhacker.info/index.php?title=MediaWiki:Sidebar mine] for info. | ** See [http://jrandomhacker.info/index.php?title=MediaWiki:Sidebar mine] for info. | ||
| + | |||
| + | |||
| + | I have all kinds of notes on http://jrandomhacker.info/MediaWiki especially [http://jrandomhacker.info/MediaWiki_security MediaWiki security] and [http://jrandomhacker.info/MediaWiki_tricks_and_tips MediaWiki tricks and tips]. | ||
| + | |||
| + | .. | ||
Revision as of 21:41, 12 June 2006
See http://jrandomhacker.info/User_talk:Sy
Improving the wiki
- Special:Version reports that you're using a truly ancient version of MediaWiki. It's fast and painless to update.
- Back everything up (the database and files)
- delete the maintainance directory.
- Uncompress the latest version, overwriting the existing files.
- Edit AdminSettings.php (see AdminSettings.sample for info) to add the database info.
- cd maintainance;php update.php
- enable $wgSpamRegex
- Mine bans all div tags: $wgSpamRegex="/<div/i";
- You might like: $wgSpamRegex="/overflow\s*:\s*auto/i";
- Install Bad Behavior my notes .. it's VERY easy to install.
- Install http://meta.wikimedia.org/wiki/SpamBlacklist_extension .. it's a bit annoying but it's worth it.
At this point you could probably safely allow anonymous editing again.
- Update MediaWiki:Sidebar
- See mine for info.
I have all kinds of notes on http://jrandomhacker.info/MediaWiki especially MediaWiki security and MediaWiki tricks and tips.
..

