AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   Ban list Checker (multiple) (https://forums.alliedmods.net/showthread.php?t=73890)

Seather 07-08-2008 02:15

Ban list Checker (multiple)
 
1 Attachment(s)
Requirement: [EXTENSION] Web downloader
http://forums.alliedmods.net/showthread.php?t=54611

little testing, not user friendly, still some polishing to be done, php file? there is no php file

this plugin makes use of a not-banned/banned cache in order to cut down on bandwidth usage and prevent flooding, don't expect changes to take effect quicky,
map changes and reconnects shouldn't result in another web request.
restarting the server will clear the cache.

similar to the following Metamod:Source Plugin, by devicenull : http://forums.alliedmods.net/showthread.php?t=39949

example server.cfg
sm_banlist_add "http://aaaaa/checkid.php?steamid=%s"
sm_banlist_add "http://bbbbbbb/checkid.php?steamid=%s"
sm_banlist_add "http://cccccc/checkid.php?steamid=%s"
sm_banlist_finalize

web page format (different than devicenulls plugin), 3 is a constant for padding/armor, B is for ban, webpage should contain only this single line
3,B,STEAMID,3,

code: i did many odd things because i didn't feel like messing around with uncertainty + risks

Credits
http://forums.alliedmods.net/showthread.php?t=39949
http://forums.alliedmods.net/showthread.php?p=631313
http://forums.alliedmods.net/showthread.php?t=54611


All times are GMT -4. The time now is 10:26.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.