View Single Post
Old 11-27-2005, 02:59 PM  
Mouton
Posse Member
 
Join Date: Dec 2002
Posts: 1,956
Default

Quote:
Originally Posted by goom
Harm:
I'm not Harm, but I care about his mental health, so allow me to try to help you with that.

Quote:
Originally Posted by goom
in iobanana.ini i have the option:

## ban ##

so if i add the line
ip=^192.168.1.1$

means it will ban 192.168.1.1 ???
Yes. As the .ini comments says:
# ^127.0.0.1$
# means IS 127.0.0.1; will match 127.0.0.1 only

So yes, replacing 127.0.0.1 by any IP address will ban this exact IP address.

Quote:
Originally Posted by goom
And look, under ioFTPD.ini i added a line like:

[FTP_Pre-Command_Events]
;pass = EXEC C:\Program Files\ioFTPD\scripts\scripts\ioBanana.exe ban

is that right ?
Read the ioFTPD installation guide here: http://www.inicom.net/pages/en.ioftp...tation.php?s=2
Under the point 2. there's a note that explains what does ";" mean in ioFTPD.ini
Quote: ...disabled options/settings are preceeded by a semicolon ";"

So if you want to DISABLE the ioBanana ban option, then yes, leave a ; before that line.
If you want to use it, then remove the ;

Hope this helps.
Mouton is offline   Reply With Quote