User talk:WikiSysop
From Eccentric Flower
Contents |
General Help/Useful Links
Page with all overrideable system messages
Password script
php changePassword.php --user=someuser --password=somepass
Potential extensions:
Current environment
MediaWiki 1.14
Installed Extensions
- SimpleSecurity MW1.14-r44539
- ConfirmAccount MW1.14-r45462 HACKED
- ArticleComments 0.4.3 HACKED
- UserMerge MW1.14-r45462
- Preloader MW1.14-r45409
- NewsChannel MW1.14-r45462 HACKED
- ReplaceText 0.7.1
Hacked files/Hand changes
Apart from LocalSettings.php of course
skins/monobook/main.css
CSS changes made by hand (described in file) because CSS override mechanism had caching issues (clear cache in browser always showed it wrong way)
extensions/ConfirmAccount/ConfirmAccount_body.php
extensions/ConfirmAccount/RequestAccount_body.php
Commented out all calls to these files' internal email-sending subroutines. Mail disabled because it doesn't play well with this server's peculiar SMTP setup.
extensions/ArticleComments.php
Minor change to user check so that un-logged-in users cannot use form to get around edit block
Suppress some fields from form and don't require one of them
extensions/NewsChannel/NewsChannel_body.php
Suppressed body of entry from description tags, which are now empty
