fobban
01-29-2004, 04:31 PM
Hello people, another little script done - ioDenier.
With this script can you easy add bans/remove by using site commands.
OBS! This script REQUIRES ioFTPD v5.6.0+ !!!
## INSTALL ##
Unpack the archive wherever you want (preferably ..\scripts\ioDenier)
Configure ioDenier.cfg to suit your needs.
Open ioFTPD.ini and add under [FTP_Pre-Command_Events]
user = EXEC ..\scripts\ioDenier\ioDenier.exe LOGIN
Under [FTP_Custom_Commands] in ioFTPD.ini add:
ADDBAN = EXEC ..\scripts\ioDenier\ioDenier.exe ADD
DELBAN = EXEC ..\scripts\ioDenier\ioDenier.exe DEL
BANLIST = EXEC ..\scripts\ioDenier\ioDenier.exe LIST
(NOTE. LOGIN, ADD, LIST and DEL should be UPPERCASE)
Restart/rehash the daemon.
Hope it works as it should, and that it's useful for some of you out there ;]
For more information read the readme.txt file included in the package.
PS. Changed name.
## VERSION HISTORY ##
* v1.02
Fix: Fixed check when adding similar ip's.
* v1.01
Fix: Forgot important check.
+ Added BANLIST so you can check your bans :)
* v1.00
First public release o_O
Use at your own risk ._.
With this script can you easy add bans/remove by using site commands.
OBS! This script REQUIRES ioFTPD v5.6.0+ !!!
## INSTALL ##
Unpack the archive wherever you want (preferably ..\scripts\ioDenier)
Configure ioDenier.cfg to suit your needs.
Open ioFTPD.ini and add under [FTP_Pre-Command_Events]
user = EXEC ..\scripts\ioDenier\ioDenier.exe LOGIN
Under [FTP_Custom_Commands] in ioFTPD.ini add:
ADDBAN = EXEC ..\scripts\ioDenier\ioDenier.exe ADD
DELBAN = EXEC ..\scripts\ioDenier\ioDenier.exe DEL
BANLIST = EXEC ..\scripts\ioDenier\ioDenier.exe LIST
(NOTE. LOGIN, ADD, LIST and DEL should be UPPERCASE)
Restart/rehash the daemon.
Hope it works as it should, and that it's useful for some of you out there ;]
For more information read the readme.txt file included in the package.
PS. Changed name.
## VERSION HISTORY ##
* v1.02
Fix: Fixed check when adding similar ip's.
* v1.01
Fix: Forgot important check.
+ Added BANLIST so you can check your bans :)
* v1.00
First public release o_O
Use at your own risk ._.