PDA

View Full Version : Problem with %speed var in halfway announce


LordM
07-08-2006, 03:28 AM
I got a little problem with the announce of speed in halfway announce.
The speed isn't shown correctly.

Maybe I added the var the wrong way. I added it into the tcl and skin file like this:

ioBanana.tcl:
set variables(HALFWAY) "%pwd %release %user %files %size %percent %group %gfiles %gsize %gpercent %speed"


ioB2.skin:
set announce(HALFWAY) "[b]%section[b] - \[[b][c]%colourHALFWAY[c][b]\] [b]%release[b] is halfway. [b]%user[b] is leading the race at [b]%speed[b]kBps."


Maybe someone can tell me, what I did wrong.

THX in advance!

LordM

Harm
08-26-2006, 03:24 AM
Perhaps you need it to be logged too...

As far as I can remember, average speed isn't computed on halfway.

LordM
08-26-2006, 06:27 PM
No, I wanted to put it there. How do I get it logged?

Elladan
08-29-2006, 03:15 AM
As far as I can remember, average speed isn't computed on halfway.
I remember the same ;)
I tried to add %speed at [halfway] too but %speed is not computed.

@ LordM: You have to change the TCL and the ioFTPd.log i think ;)