Here is a little fun fact for you: A recent scan using The All-Seeing Eye showed that 54% of Counter-Strike servers currently have Admin Mod installed. Why am I telling you this? Because a new version of Admin Mod was released today:
For the main part this is the 2.50.51 dll (fixing the exploits) packaged in a full package with a few additional changes and bug fixes.[break="click for the new changelog"]
- changes/additions:
- added bbanboth option to ban() function which will ban both id and ip when provided with a name or id.
- added sm_reg as registered command for exec()
- moved client_exec notice to post function to get it displayed last.
- removed 'unbindall' from allowed execlient() commands.
- added default value (0) for amv_private_server
- changed sqlpassword to me off by default
- changed say() message in admin_slayteam to say "team xy was struck down..." instead of a player name. could also be changed to list all players on that team, but that may flood the clients.
- made the meta-interface mismatch message an info message and more precise.
bug fixes:
- fixed exploit: logprintf() was used with a supplied string as format string, allowing a format exploit.
- fixed client exploit: we do now replace non-printable characters with '.' for admin commands and strings sent to a client via clientprint(). this is in order to screw hack code. still not a safe solution against this exploit but that can only be implememted on a client. it has nothing to do with admin mod.
- fixed not being able to use steamids in the password column in
users.ini, which is necessary to link a name to a steamid.
- stop server from crashing when running a timer without the timer entity being present.
- stop plugins killing another plugin's timer.
- fixed bug in filesize() where a line was counted multiple times when it was longer than buf_size.
- fixed bug in writefile() messing up eols under win32.
- fixed a bug crashing a server when the mysql password() returned a null pointer.
- fixed typo in cvar name which prevented mysql password() encryption from working.
- fixed bug loading amx dll from win32 network drive.
- fixed a bug in admin authentication code.
- linux installer: fixed bug not detecting mm version when it had no patch number. fixed problems with bash under freebsd. tries to remember the server directories it has already installed to.

Comment