PDA

View Full Version : [Fixed] "site blowfish" how to make this cmd work?


moreniu
05-20-2006, 06:56 PM
Hello,

After a lot of time spend to set up all the irc with iob and geting the server work, i have one last thing to ask.

I other servers i see the comand "site blowfish" what make your talks in the irc channel go with blowfish encryptation, we can setup the blowfish after join in the chanel, but for secure reasons i think the blowfish via ftp comand is alot more secure.

Is there a way to make the "site blowfish" cmd work with ioftpd + iobanana + windrop???

Thanks again for your great job on iob and in the other scripts and waiting for some sugestion about it.

Harm
05-21-2006, 05:37 AM
Well... hmm... no, I don't understand the question :confused:

Do you mean that site blowfish should configure the sitebot and everything by itself? Setting up blowfish support is really easy; you only have to add the key to ioBanana.tcl and that's it.

Or do you mean that site blowfish should display some text to the user? In this case, I recommend adding a new site command that displays a text file.
blowfish = !c:\ioftpd\text\ftp\blowfish.msg
Don't forget the permissions if you don't want all your users to be able to use this command.

svengoran
07-21-2006, 09:14 PM
As i understand it he wants the users to logon to his ftp type site blowfish and then a key would be displayed for them that then will need to use in a irc channel thats encrypted.

Even if thats not what he means i would like to have it that way on mine.
How do i create a blowfishkey.msg file so that it only says key: 1234567989(example) ?

and where do i put the "blowfish = !c:\ioftpd\text\ftp\blowfish.msg" in ioFTPD.ini? under what part?

Itd be great if someone could help me with that

Lormen
07-22-2006, 10:13 PM
if you want to do that then put the blowfish = !c:\ioftpd\text\ftp\blowfish.msg under [FTP_Custom_Commands] and obviously the MSG file in the set dir. rehash and do site blowfish, it will announce :

[R] site blowfish
[R] 200-jigglyme
[R] 200 Command successful.

hope thats what u wanted

jeza
07-23-2006, 01:55 AM
How do i create a blowfishkey.msg file so that it only says key: 1234567989(example) ?


open notepad and type your blowfishkey
save he file as "blowfish.msg"

svengoran
07-23-2006, 01:37 PM
it works
many thanks!