User talk:Sysy
From OESF
(Difference between revisions)
m |
m |
||
Line 1: |
Line 1: | ||
See http://jrandomhacker.info/User_talk:Sy | 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 [http://jrandomhacker.info/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 [http://jrandomhacker.info/index.php?title=MediaWiki:Sidebar mine] for info. | ||
Revision as of 21:38, 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.

