Go Back   FlashFXP Forums > > > >

Reply
 
Thread Tools Rate Thread Display Modes
Old 01-15-2004, 12:30 AM   #121
MIC_vBa
Member
FlashFXP Registered User
ioFTPD Foundation User
 
Join Date: Dec 2003
Posts: 37
Default

it would be VERY nice if ioByteKiller would ANNOUNCE in channel when moving or deleting files ...

do u think its possible ?
MIC_vBa is offline   Reply With Quote
Old 01-15-2004, 10:48 AM   #122
scull
Senior Member
ioFTPD Scripter
 
Join Date: May 2003
Posts: 159
Default

Hi.

As soon as i find insperation i will add that feature, it's the first thing on the to-do list .

I don't use any egg/windrop or sitebots , so i will have some one to test it .. I will simpley add a line to ioftpd.log file. And then the bot must be trigged to act on that "line" ..

// Scull
scull is offline   Reply With Quote
Old 01-15-2004, 11:37 AM   #123
MIC_vBa
Member
FlashFXP Registered User
ioFTPD Foundation User
 
Join Date: Dec 2003
Posts: 37
Default

great feature would be if the output line would be CONFIGURABLE ... i want it in a speacial look
MIC_vBa is offline   Reply With Quote
Old 01-15-2004, 02:51 PM   #124
scull
Senior Member
ioFTPD Scripter
 
Join Date: May 2003
Posts: 159
Default

hehe .. ok ..

One thing at the time .. OK ? ..

Let's get it to announce SOMETHING at all first

I have actually started to screew around with the source now

//Scull
scull is offline   Reply With Quote
Old 01-15-2004, 02:56 PM   #125
scull
Senior Member
ioFTPD Scripter
 
Join Date: May 2003
Posts: 159
Default

Ok ..

Where do i find all the "codes" for different colors and stuff , ioZs putts "\002" and stuff in the ioftpd.log file that get passed on to the bot .. ? How does the "formating" work ?

//Scull
scull is offline   Reply With Quote
Old 01-15-2004, 08:01 PM   #126
MIC_vBa
Member
FlashFXP Registered User
ioFTPD Foundation User
 
Join Date: Dec 2003
Posts: 37
Default

itcl :

##color, underline, bold, reverse.
proc u {} {return \037}; #underline
proc r {} {return \026}; #reverse
proc c {} {return \003}; #color
proc b {} {return \002}; #bold

i hope this will help
MIC_vBa is offline   Reply With Quote
Old 01-16-2004, 09:52 AM   #127
scull
Senior Member
ioFTPD Scripter
 
Join Date: May 2003
Posts: 159
Default

Hi!

Thanx MIC_vBa! .. Now i know how to do.

//Scull
scull is offline   Reply With Quote
Old 01-16-2004, 10:49 AM   #128
scull
Senior Member
ioFTPD Scripter
 
Join Date: May 2003
Posts: 159
Default Help With Bot Scripting

Hi there! ..

I need someone to test this new version Plz .

It's ONLY a TEST version and only output to the bot ( actually only to ioftpd.log ) in DELETE operations NOT on MOVE, a customizable Bot-Text-Output version is under develop ( With cookies and output to bot in all operations ) ..

The iobytekiller.ini is CHANGED! ..
Added the "ioftpd_log_path=" line at the top.

Example:

ioftpd_log_path="C:\ioFTPD\logs"
deny_incmpl_tag="[--INCOMPLETE--]." "(%CD%)-" "%RELEASE%"
deny_delete_tag="(deny)-"
nuke_folder_tag="[NUKE]-"
sections=1
path "D:\test" m2 3

Keep your old iobytekille.log and change your iobytekiller.ini. And run the new iobytekillerv1.2.0 exe And you are ready to test it.

When deleting a folder (in this case the folder ddddddd in XXX section ), iobk adds a line in the ioftpd.log file.
The line looks like this:

01-16-2004 16:03:17 IOBKDEL: "/xxx/ddddddd" "[xxx] IOBK AUTO DELETED: ddddddd"

I guess that a line or two must be added to dZSbot for it to announce at IRC channel. I'm not good at theze things but i believe that by adding "IOBKDEL" to the line "set msgtypes(DEFAULT)" in the dzSbot.tcl AND by adding this line "set disable(IOBKDEL) 0" UNDER "# MSGTYPES: ENABLE=0/DISABLE=1 ANNOUNCES" It will annound a auto delete.

I need help with this bot thing .. If you get it to work with IRC output PLEASE tell me so i can write a manual for ioBK how to alter the bot script.

( I'm not running any bot och channel myselfe ,so i need help from others that are )

//Scull
scull is offline   Reply With Quote
Old 01-16-2004, 12:06 PM   #129
MIC_vBa
Member
FlashFXP Registered User
ioFTPD Foundation User
 
Join Date: Dec 2003
Posts: 37
Default

i can test it on monday evening ...

ill pm you on monday evening

ill make a snapshot of my actual bot output !
MIC_vBa is offline   Reply With Quote
Old 01-16-2004, 03:17 PM   #130
scull
Senior Member
ioFTPD Scripter
 
Join Date: May 2003
Posts: 159
Default

Would be great , but it would be greater if i could find out this weekend ... so i can work my magic

By the way ...

Cookies to come:

%dirsize = The Deleted or Moved Folder Size in Bytes
%nbrfile = Number of deleted files
%section = Section the deleted/moved folder was in.
%delname = Deleted folder name

//Scull
scull is offline   Reply With Quote
Old 01-19-2004, 07:06 AM   #131
MIC_vBa
Member
FlashFXP Registered User
ioFTPD Foundation User
 
Join Date: Dec 2003
Posts: 37
Default

good to know about the cookies ...

very useful for dated dirs
MIC_vBa is offline   Reply With Quote
Old 01-19-2004, 02:59 PM   #132
MIC_vBa
Member
FlashFXP Registered User
ioFTPD Foundation User
 
Join Date: Dec 2003
Posts: 37
Default

nice thing about the IOBKDEL function ... but what about the MOVE function ?

IOBKMOVE instead of IOBKDEL ???

MIC_vBa is offline   Reply With Quote
Old 01-19-2004, 03:42 PM   #133
scull
Senior Member
ioFTPD Scripter
 
Join Date: May 2003
Posts: 159
Default

Hi ..

In the TEST version 1.2.0 there is no logging for move ... Butt in next version 1.3.0 there is ..

I'm waiting for your word on IF it works , IF it announces att irc with those settings i gave ? .. When i do know it works i will release v1.3.0 ( With IOBKDEL & IOBKMOV , And Cookies ).

And yes .. It's the same settings for IOBKMOV as with IOBKDEL in the bot settings.

//Scull
scull is offline   Reply With Quote
Old 01-19-2004, 04:01 PM   #134
MIC_vBa
Member
FlashFXP Registered User
ioFTPD Foundation User
 
Join Date: Dec 2003
Posts: 37
Default

hm... thing is that i only MOVE dirs and not delete them.

MIC_vBa is offline   Reply With Quote
Old 01-19-2004, 04:10 PM   #135
scull
Senior Member
ioFTPD Scripter
 
Join Date: May 2003
Posts: 159
Default

Okey ...

Here is the 1.3.0 Version.

ioByteKiller.ini CHANGED AGAIN...

Added 2 new lines :

cstm_del_botout="Message and cookies"
cstm_mov_botout="Messages and cookies"

//Scull
scull is offline   Reply With Quote
Reply

Tags
delete, files, folder, folders, ftp


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Send commands to a running FlashFxp. mag123 General Discussion 0 08-01-2004 04:14 AM


All times are GMT -5. The time now is 02:23 AM.

Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)