Byte Web 1.32 - This is a replacement for the current Retail WebAdmin.
There are numerous issues which don't allow 100% operation with the current WebAdmin system.
* Extract the files:
.u goes in Program\Bin
.inc/.htm goes in Content\Web\ServerAdmin
.txt goes in Content\Help (for reference)
* Find the [UWeb.WebServer] section in your Ini and change the lines to read:
Applications[0]=ByteWeb.ByteWebAdmin
ApplicationPaths[0]=/ServerAdmin
Applications[1]=ByteWeb.ByteImageServer
ApplicationPaths[1]=/images
That should be all you need to do to get the new WebAdmin in place.
You should notice no real differences except Mutators section doesn't
show a bunch of duplicates and GameType combos don't have a "none" option.
Reserved Slots: Provides Slot Management for Servers to allow certain Players
a way to get into a Full server when MaxPlayers is hit.
Also, Includes Ban option now, so can ban by IP and Nickname,
thru the WebAdmin
Locked Game(Beta): Provides a Method to Password a Game after a Certain number of
Players are InGame.
-
Usage for ReservedSlots:
Look for the following Line in your TV_CD_DVD.ini (or your Server's ini)
[Engine.GameInfo]
AccessControlClass=TribesAdmin.AccessControlIni
Change it to say:
AccessControlClass=ByteWeb.ReservedSlots
Then save your Ini and Start the Server.
You can then goto WebAdmin and be able to see the new Options under Default and
also on the Main page, for actual Slot Management.
Usage for LockedGame:
Look for the following Line in your TV_CD_DVD.ini (or your Server's ini)
[Engine.GameInfo]
AccessControlClass=TribesAdmin.AccessControlIni
Change it to say:
AccessControlClass=ByteWeb.LockedGame
Then save your Ini and Start the Server.
You can then goto WebAdmin and be able to see the new Options under Default
for the Lock Password. This hasn't been 100% tested, so if it bugs for anybody
please feel free to let me know
--------------------
Change History:
1.0 -
* Initial Release
1.31 -
* fixed QuickChat/TeamQuickChat filtering to Console window
* LockedGame Support re-added
* Console Log refresh Rate now configurable
* removed AddUser "Invalid Password" functions - hopefully fix a bug
* WebAdmin now shows Logged-In Admin for Console Chat
* Check Time configurable for Reserved Slots - KickWorst usage
* Maplist preliminary support fixed
* Maplist is stored externally and reloaded on WebAdmin init
1.32 -
* added bFilterDupes option to remove Maps from available Maps when selected
Contained files: ByteWeb-Readme.txt, ByteWeb.u, maplist_maps.htm, slotmanager-entry.inc, slotmanager.htm
No comments added