View Single Post
Old 10-28-2004, 04:02 PM  
ADDiCT
Senior Member
 
Join Date: Aug 2003
Posts: 517
Default

%(clientip) is indeed the client's hostname, will be fixed in next version, cookies will be %(clienthost) and %(clientip)

performing multiple ftp commands in one menu item isn't possible at the moment, but u can do a little workaround through settings.ini:
enter in a texteditor
menu_activity = kick/ban %(cid)@%(ipaddr) | $ftp SITE ADDBAN %(ipaddr)x$ftp site kill %(cid)
now open settings.ini in a hexeditor, and replace the x with the hexadecimal value 0A (= '\n' = newline)
ioGui2 will send the entire string as a single command, ioFTPD will split the string at the position of the newline, performing both commands.
ADDiCT is offline   Reply With Quote