View Single Post
Old 10-28-2004, 11:31 AM  
dink-puller
Member
 
dink-puller's Avatar
 
Join Date: Sep 2004
Posts: 58
Default add cmds to ioGui2 menus

I've added a few other custom commands to ioFTPD, like banning, which I'd like to add to the ioGui2 menus:
%(clientip) seems to return the hostname, what can I use to return the ip address? %(ipaddr) didn't work neither did %(ip) , and can I just add my own commands like:

menu_activity = Ban %(ipaddr) | $ftp SITE ADDBAN %(ipaddr) ?

also, can I pipe commands like,

menu_activity = kick/ban %(cid)@%(ipaddr) | $ftp SITE ADDBAN %(ipaddr) | $ftp site kill %(cid)

and can I do all this without modifying too much else?
Thanks, and thanks for ioGui2!
dink-puller is offline   Reply With Quote