CS 1.5 Anti "cmd dlfile" Plugin
===============================


CS 1.5 is very very old, but many players still like CS 1.5.
CS 1.5 has many bugs. One of bug is, when cvar sv_allowdownload is 1, player can use command like "cmd dlfile maps/de_dust2.bsp" in console to attack server.
This plugin can fix this bug.


1. Requirement
	metamod v1.19

2. Installation Steps
	(1) Create new folder "{MODDIR}/addons/antidlfile";
	(2) Copy file "antidlfile.dll" or "antidlfile_i386.so" to folder "{MODDIR}/addons/antidlfile";
	(3) Add a new line in "{MODDIR}/addons/metamod/plugins.ini" (Windows):
		win32 addons/antidlfile/antidlfile.dll
	    or (Linux)
		linux addons/antidlfile/antidlfile_i386.so
	(4) Restart your CS1.5 server. If you see "[ANTI-DLFILE] Patch "cmd dlfile" successful!" in server console, it means the patch is applied.

3. Change Logs
	v1.4 2010-10-18
		(1) Add cvar "antidlfile_enable" to control antidlfile on or off.
		(2) Improve the anti-dlfile capabilities.
	v1.3 2010-06-17
		Add linux version.
	v1.2 2010-06-16
		(1) Rewritten using C++ language (the original is written in Delphi).
		(2) Do not blocked "cmd dlfile !MD5..." command(This command should be used to download custom.hpk file).
	v1.1 2010-06-12
		(1) Support Listen Server & Dedicated Server;
		(2) Do not kick player yet, just blocked the "cmd dlfile" command.
	v1.0 2010-06-08
		First release.



Author: Rulzy

Website: China DT Club (http://www.dt-club.net/)
