##############################################################################
#                           ServerCrashFix v1.0                              #
#                               by AnthraX                                   #
##############################################################################

1) What is it?
--------------

ServerCrashFix is a mod that will protect your server against servercrash/DoS
exploits that were released after the latest UTPG patch (v451).

In particular it will protect you against these exploits:
* Malformed String Exploits
* Fake Player DoS
* Malformed Join Request DoS

Whenever a player attempts to crash the server, ServerCrashFix will temporarily
blacklist the player's ip so all further requests from that IP will be ignored
until the end of the map.

ServerCrashFix replaces the earlier patches implemented in AnthChecker v1.38.
When ServerCrashFix is installed on a server with AC v1.38, it will disable AC's
patches and use it's own.

ServerCrashFix works on both Linux servers and Windows servers although some
Linux admins might have to update their server's Core.so file with the one
included in the LinuxFix folder of this package.


2) Installation
---------------

To install ServerCrashFix on your server:

1. Unzip the contents of this zip package in your server's system folder. 

2. Open your server's unrealtournament.ini file and find the line that reads "[Engine.GameEngine]".

3. Add these lines under it:

ServerActors=ServerCrashFix_v10.SCFActor  
    
4. Restart your server
 
3) History
----------
 
v1.0 (Public) :
    * First public release

4) Thanks to
------------
 
- Shambler : For help with the native code

 
5) Feedback & Support
---------------------

http://www.unrealadmin.org/forums/forumdisplay.php?f=176
 