While you're updating your servers to UT3 Patch 2.1 you might also want to update the WebAdmin. The latest version is version 1.17 and you can download it here:
http://ut3webadmin.elmuerte.com/down...p?t=2009-09-13
Changelog
v1.17 - 2009-09-13 (requires UT3 2.1)
-------------------------------------
- fixes the issue where changes to game profile disappeared when a new map
was loaded.
- made some changes to the way the menu permissions are validated, the
urls used for AJAX requests are now dependent to their base url. This
addresses issues #74, #75
v1.16 - 2009-07-30 (requires UT3 2.1)
-------------------------------------
- added a warning when the localization file is corrupt. This causes missing
menus.
- changed the method of detecting active mutators
- added functionality to configure server actors
v1.15 - 2009-05-17 (requires UT3 2.1)
-------------------------------------
- fixed a few typos
- added a setting to validate the IP in sessions. This increases security by
making sessions less prone to hijacking.
- added a basic translit system which allows conversion for certain information.
this can be used to convert Cyrillic characters to their ASCII equivalent.
This translit system is also used by the chatlog. See the file
Localization/RUS/WebAdmin.rus how you should build your translit table.
The translit system is needed because the webadmin can only produce ASCII (or
UTF-8) output. Internally UE3 uses UTF-16, which can not be used by the
webadmin.
Note: The translit system is not used for input processing.
Note: Because the tanslit table is stored in a localization file you need to
have the appropriate Language set in UTEngine.ini or you have to manually
copy the table to WebAdmin.int
- made all text localized, people can now localize the WebAdmin if they feel
like it. To localize the HTML files define the HTMLSubDirectory localized
variable, and create the proper files in the Web/WebAdmin/??? directory.
Note: the <!-- #include ... --> files are not transparently handled.
- Don't send gzip encoded files to Safari browsers, they lies about supporting
gzip encoded files (or at least, for javascript)
- various browser tweaks
v1.14.0 - 2009-04-05 (for UT3 2.0)
v1.14.1 - 2009-04-05 (for UT3 2.1)
----------------------------------
- added support to dynamically add skins to the webadmin. To register a skin
simply create an .ini file in the Config directory with the following content
[SomeName WebAdminSkin]
FriendlyName=My Own Skins
CssFile=/images/myskin/main.css
- added option to /current/bots to add an arbitrary number of bots
- added a system settings page to change webadmin settins
- reduced loading of gametype classes to filter the mutator lists, this reduces
loading of additional packages during the game (which clients would need to
download). You can force rebuild of the caches by visiting this (hidden) page:
http://<webadmin.ip>/ServerAdmin/system/allowancecache
http://<webadmin.ip>/ServerAdmin/system/settingscache
(note: this is something you might want to do after installing new or
upgrading gametypes/mutators)
v1.13 - 2009-03-22
------------------
Note: Patch 2.1 is required
- filter duplicate gamemode/maps/mutator registrations (check the log file for
detections).
- fixed XHTML comppliance issues for all pages
- added tooltips to the settings pages with additional information about the
settings.
- added "Max Replay Limit" setting to the map list editor
v1.12 - 2009-03-09
------------------
- fixed unsaved settings bKickMissingCDHashKeys, TimeToWaitForHashKey
- fixed "No Custom Characters" showing up as a number field
- fixed bug #0000065: Score Limit setting appears twice
- should no longer disable "achievements"
v1.11.1 - 2009-03-07
--------------------
- lowered the minimum engine version for the Linux Server 2.0 beta
v1.11 - 2009-03-07
------------------
- fixed creation of new maplists when javascript was enabled
- fixed spaces in map names when saving maplists under certain circumstances
- fixed an accessed none in the chat log functionality
- added the setting to disable seamless level loading:
Settings > General > Administration > Disable seamless loading
v1.10 - 2009-02-28
------------------
- added an game engine check at webadmin startup
- some minor adjustments
- added text/voice muting to /current/player page. Note: voice muting is a
force action to all clients. This means that a forced unmute removes the
client's own mute action.
v1.9 - 2009-02-20
-----------------
Note: Patch 2.0 is required
- added sessionban functionality
- added spawn protection time setting for gametypes
- new voting configuration functionality, if it doesn't show up, add the
following query handler: WebAdmin.QHVoting
- added note taking functionality to the "current" page
v1.8 - 2008-12-05
-----------------
- fixed bot roster editing when the roster was empty
- konami code
- added an alternative authentication module: WebAdmin.MultiWebAdminAuth
this one allows multiple user accounts
- added some gametype settings magic that shows the best match for available
settings for an gametype that did not provide its own settings class.
- added "news" to the home page
You can report bugs here:
http://ut3webadmin.elmuerte.com/bugtracker



Reply With Quote








Bookmarks