Home | Forum | Downloads | Videos | Artikel | Server-Stats | Impressum

Zurück   UTzone.de > UT > UT - Server (alle)

UT - Server (alle) Was man so alles brauch für einen UT-Server. UT99, UT2003/4, UT3, UT(4)

Antwort
 
Teilen Themen-Optionen Thema durchsuchen
Alt 09.11.2010, 19:23   #1
Donzi.UTzone
Der oberste Chaf
 
Benutzerbild von Donzi
 
Registriert seit: 13.11.2009
Ort: Wiesbaden
Alter: 48
Beiträge: 8.719
Beigetretene Cups: 10
Cup Siege: 2
Downloads: 1398
Uploads: 2697
Donzi eine Nachricht über ICQ schicken
Standard Neuer Download: UBLE UTAN Ban List Editor

UBLE UTAN Ban List Editor

Beschreibung:
+/- Klappen
Zitat:
http://www.OmnipotentS.com

Why UBLE ?
UTAN being down for an undetermined amount of time, server admins can't edit their servers' ban list. And since not all admins have been able to retrieve a list of their bans from UTAN's site before it was taken down, they either have to remove UTAN's ban manager from their servers (thus losing all their bans) or to stick with it and a frozen set of bans as the data is not stored in a human readable format. One may be able to retrieve the whole list by parsing the UTAN Ban Manager's logs if one kept all of them since the beginning, but it's a rather lengthy/tedious process.

What is UBLE ?
The UTAN Ban List Editor is here to allow server admins to add, modify, and remove bans from their servers. If they wish to simply drop UTAN's ban manager, it also allows them to export these bans so they can be used directly into the server's configuration file.

System Requirements :
  • Operating System : Windows XP is strongly recommended, but it should run on Windows 2000 as well as Vista and 7. Earlier versions are not supported (it may work on these, but if it doesn't, not my problem). Mac and Linux are not supported.
  • Required Runtimes and Softwares : .NET Framework 2.0, Windows Installer

Installing the .NET Framework 2.0 (x86) and Windows Installer (28 MB) *click me* :
  • instmsia.exe : Windows Installer 2.0, you don't need to install it if you have Windows 2000/XP/Vista
  • WindowsInstaller-KB893803-v2-x86.exe : Windows Installer 3.1, you don't need to install it if you have Windows 2000/XP/Vista or you use Windows Update religiously. Windows Installer 3.1 is needed to run the setup package.
  • dotnetfx.exe : The .NET Framework 2.0 is needed to run the program, so install it if you don't already have it on your computer. After installing the framework, go to Windows Update, and download the lastest security updates for the framework.
  • langpack.exe : This is the french language pack for the .NET Framework. In theory, it's not needed on client computers. I'm putting it here just in case.

Installing UBLE
Download either UBLE zipped MSI Package (225 KB) or UBLE MSI Package (417 KB), then run uble-setup.msi. Choose the installation folder, install... A shortcut will be placed on your desktop.

Uninstalling UBLE
Why would you want to do that? Oh well, Control Panel -> Add/Remove Programs -> UTAN Ban List Editor -> Remove

Using UBLE
Open UBLE and you'll see the instructions in the textbox on the right along with thanks and other stuff.



When exporting bans, don't forget to choose which information you wish to export (GUIDs, GUIDs and IPs, GUIDs and IP-ranges) via the filter list. This feature has been temporarily disabled in the current version.

The rest should be rather straightforward

Known bugs/limitations, planned features
  • A list of recently opened ban lists is planned.
  • Re-enabling the export feature in the next release.

Source code of UBLE
The full source code will not be released. Parts of the code related to the core functionalities may however be released at a later date.

Disclaimer
This program is a FREEWARE and is provided 'AS IS' without warranty of any kind, either expressed implied, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose. The entire risk as to the results and performance of the program is assumed by you. Should the program prove defective, you (and not the author nor it's distributors) assume the entire cost of all necessary servicing, repair, and correction. There's no warranty that the functions contained in the program will meet your requirements or that the operation of the program will be uninterrupted or error free.
Neither Omnip)o(tentS nor anyone else who has been involved in the creation, production, or delivery of this program shall be liable for any direct, indirect, consequential or incidental damages, lost profits, business interruption or loss of information arising out of the use, the results of use, or inability to use such program, or damage of loss caused by the program, even if advised of the possibility of such damages or claim.



Updates:
- Vista and 7 (retail versions only) GUI-related issues should be fixed. Due to a bug I discovered IP filtering has been temporarily disabled.
- When exporting bans and including IP or IP-ranges in the export file, duplicates are removed and the IPs are sorted.
- Added a scroll bar in the menu bar when there's many ban tabs opened so that you can scroll more easily through all of them. IP filtering is still disabled. Tons of internal change...
- the known bugs listed in my previous post have been fixed.
- the bug which would cause the ban list to look empty when filtering by GUID and/or IP filtering is now fixed. That said IP filtering is not yet re-enabled (will be for v1.6.3 in a few days).
- Replication : allows to fully copy the currently opened ban list to another ban database. One could argue that copy/pasting ban databases also works, but it does not work in rare cases.
- Conversion : although the NoUplink version of the UTAN Ban Manager has not been released yet, this feature has been enabled. It will allow you to convert the currently opened ban database from and to the NoUplink version. Conversion works with replication too. This means you'll be able to maintain the same ban list across servers using different versions of the UTAN Ban Manager (provided said versions are somehow compatible between each other) in just a few clicks.
- fixed a bug introduced with the Replication feature which would prevent the ban database from being saved properly using the Save menu item.
- fixed a bug which would cause the tab pages to not display properly (tearing effect amongst other things) when using some themes.
- IP filtering : at last, it's been re-enabled. If an IP byte field is 0, it means any value (from 0 to 255) will match. This means you will not be able to only display bans with a 0.0.0.0 IP. This is NOT a bug, this is by design. I do plan on implementing the * wildcard, but this will be done for the next major version.
- UBLE should now run properly on a VM and/or on a computer with an integrated GPU.
- UTAN Ban Manager v1.04 (not yet released) supported.
- Filtering now supports IP range via CIDR notation (IP.IP.IP.IP/CIDR).
Code:
 CIDR = 00 -->> *.*.*.*
 CIDR = 08 -->> XXX.*.*.*
 CIDR = 16 -->> XXX.XXX.*.*
 CIDR = 24 -->> XXX.XXX.XXX.*
 CIDR = 32 -->> XXX.XXX.XXX.XXX
If you're not comfortable using the CIDR notation, you can type an asterisk in one of the IP byte fields, and it will automatically update the CIDR field accordingly and will show you which range will match the filter. To apply the filter, press the Apply Filter button. To remove any GUID/IP filtering, press the Clear Filter button.
- the Export feature has been disabled for now but should be back for the next version.

No known bugs for now.
Donzi ist offline   Mit Zitat antworten
Alt 09.11.2010, 19:24   #2
Donzi.UTzone
Der oberste Chaf
 
Benutzerbild von Donzi
 
Registriert seit: 13.11.2009
Ort: Wiesbaden
Alter: 48
Beiträge: 8.719
Beigetretene Cups: 10
Cup Siege: 2
Downloads: 1398
Uploads: 2697
Donzi eine Nachricht über ICQ schicken
Standard

UBLE UTAN Ban List Editor has been updated!
Donzi ist offline   Mit Zitat antworten
Antwort


Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1)
 
Themen-Optionen Thema durchsuchen
Thema durchsuchen:

Erweiterte Suche

Forumregeln
Es ist Ihnen nicht erlaubt, neue Themen zu verfassen.
Es ist Ihnen nicht erlaubt, auf Beiträge zu antworten.
Es ist Ihnen nicht erlaubt, Anhänge hochzuladen.
Es ist Ihnen nicht erlaubt, Ihre Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.

Gehe zu

Ähnliche Themen
Thema Autor Forum Antworten Letzter Beitrag
Unreal Editor 1 - 4 Tutorials Donzi UT: Diverses 2 28.03.2022 22:45
(UT2004) UTAN? virtualmarc UT - Server (alle) 19 18.01.2012 21:09
(UED4) Editor Problem andy600 UnrealEd & Mapping 4 16.10.2010 10:52


Alle Zeitangaben in WEZ +1. Es ist jetzt 10:56 Uhr.

Powered by vBulletin® Version 3.8.11 (Deutsch)
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
CopyRight-Licence © 1999 - 2024 by UTzone.de