PDA

View Full Version : ioBanana - Fixes (up to v20)


NalgeNunc
09-30-2003, 02:13 PM
Do also change these lines in the .ini

OnUploadComplete = EXEC ..\scripts\ioBanana.exe upload

Edit:
Look at this post: http://www.ioftpd.com/board/showthread.php?postid=9720#post9720&s=1df23c0e4692ff9ff24f091fbd4e31e8

Zer0Racer
11-11-2003, 06:42 PM
http://www.ioftpd.com/board/showthread.php?s=&postid=12457#post12457

Harm
12-08-2003, 08:53 AM
ioBanana v19 is compatible with ioA 1.0.0

Here is the updated part of the readme:

Step 6. Change ioA.cfg:
========================================
Pre_Run_Script = "C:\ioFTPD\scripts\ioBanana.exe imdbpre"
========================================

also in ioA.cfg:
========================================
[Newdate]
Newdate_Log = ""%vfs" "%area" "%desc" "%phys""

[PRE]
Pre_Log = ""%user" "%group" "%type" "%vfs" "%desc" "%.2mb" "%.0files" "%release""

[Credits]
Credits_Log = ""%user" "%group" "%mb" "%target""

[Wipe]
Wipe_Log = ""%vfs" "%release" "%user" "%group" "%.0files" "%.0dirs" "%.0mb""

[Invite]
Invite_Log = ""%user" "%group" "%ircnick""

[Request]
Request_Log = ""%user" "%group" "%request""
Reqfilled_Log = ""%user" "%group" "%request""
Reqdel_Log = ""%user" "%group" "%request""

[Nuke]
Nuke_Log = ""%vfs" "%user" "%group" "%nukee" "%nukeegroup" "%.0multi" "%.2size" "%reason""

[Unnuke]
UnNuke_Log = ""%vfs" "%user" "%group" "%nukee" "%nukeegroup" "%.0multi" "%.2size" "%reason""
========================================

Harm
12-17-2003, 01:34 PM
You have to replace 2 lines in ioBanana.tcl to display all requests on !requests if you use ioA 1.0.0+.


set lines [lreplace $lines 0 1]
set lines [lreplace $lines end-2 end]


is now


set lines [lreplace $lines 0 0]
set lines [lreplace $lines end-1 end]


:banana:

Jog
12-25-2003, 05:16 AM
ok . i wrote two lines in order to enable or disable the autovoice for the top 10 uploaders .. here just 3 simple steps:

1. Add the set disable lines below the other set variables lines in ioBanana.tcl.

...
set disable(NEWLEADER) 0

set disable(VOICETOP10) 0


2. Go to proc userJoined and add disable to global list of variables:

global ioss disable



3. Always in proc userJoined modify this line:

putquick "MODE $chan +v $nick"

in this way:

if { [info exists disable(VOICETOP10)] } {
if {$disable(VOICETOP10) == 0} {
putquick "MODE $chan +v $nick"
}
}


I hope this will help someone!

Harm
12-25-2003, 05:49 AM
Top 10 uploaders autovoice for all channels is already ready for next version. It will be able to use a different stats section for each channel.

neoxed
01-02-2004, 04:28 PM
For those of you who would like the IRC stats commands !bw !speed !uploaders !leechers !who working again, I put together the old who messages and changed a few of the cookies to work with ioBanana v19 and ioFTPD v5.4.x until Harm is able to update ioBanana :)

Copy the included message files to /text/ftp and add the following alias to your ioFTPD.ini
[FTP_Custom_Commands]
who = @swho
Notes:
- Be sure to remove other references of who in custom commands section of the ini.
- Thanks to AlteredSo (from IRC) for testing and confirming they work. :)

wooolF[RM]
01-02-2004, 07:05 PM
Originally posted by NeoXed
For those of you who would like the IRC stats commands !bw !speed !uploaders !leechers !who working again, I put together the old who messages and changed a few of the cookies to work with ioBanana v19 and ioFTPD v5.4.x until Harm is able to update ioBanana :)Thnx a lot NeoXed, worked flawessly :)

neoxed
01-02-2004, 08:46 PM
Originally posted by wooolF[RM]
Thnx a lot NeoXed, worked flawessly :)

Excellent :)

MatC
01-03-2004, 08:44 AM
Originally posted by wooolF[RM]
Thnx a lot NeoXed, worked flawessly :)

Yes thx!

glory4
01-08-2004, 03:59 AM
working good!

thank you.

silver
01-08-2004, 10:54 PM
Originally posted by NeoXed
For those of you who would like the IRC stats commands !bw !speed !uploaders !leechers !who working again, I put together the old who messages and changed a few of the cookies to work with ioBanana v19 and ioFTPD v5.4.x until Harm is able to update ioBanana :)

Copy the included message files to /text/ftp and add the following alias to your ioFTPD.ini
[FTP_Custom_Commands]
who = @swho
Notes:
- Be sure to remove other references of who in custom commands section of the ini.
- Thanks to AlteredSo (from IRC) for testing and confirming they work. :)

very nice, needed that ! THANKS M8!!

ChipMunk666
02-17-2004, 01:50 AM
it didn't worked for me only showing one user.
And the bw isn't really 100%
Something that i did wrong?
i am using
ioFTPD version 5-5-6r
ioBanana version v19
ioA 1.1.0

i saw some other site who scripts laying around would this help solveing the problem too?
i need it to announce on sitebot

Harm
02-17-2004, 02:02 AM
I'm afraid another sitewho won't help.
ioBanana v19 needs the old ioFTPD sitewho or neoxed's message files that reproduce its output using site swho.

ioBanana v20 won't need it. Beta testers will try it in a couple of days.

ChipMunk666
02-17-2004, 02:03 AM
What ya need to be to be a iobanana beta tester?
hehe
thx for the quick reply

ko0ky_2
03-15-2004, 12:01 AM
It would help if you guys were a bit clearer on how to fix some of the issues encountered during the upgrade process. You keep posting this forum link but it says NOTHING for users using the version i list below.

I'm trying to use Iobanana v19 w/ ioA.1.1.0 and ioFTPD-beta5-8-4r.

I used the old-who.rar from NeoXed, when I do commands - !leechers or !who I see the command being performed in the eggdrop console window, but doesnt display anything on the channel.

So am I screwed or what? The script is only half working for me.


ko0ky

Alpinex
03-15-2004, 02:46 AM
I might be a little out of the loop now, but I'll post this anyway. I have had the best results with ioFTPD 5.3.9 and ioBananav19. 5.3.9 has been rock stable for me, and there are no issues with it an ioBanana. I'm waiting for ioBananav20 before I use the newest version of ioFTPD. You can try ioBanana with the latest version on io, but it'll likely be more complicated that it needs to be. My 2 cents...

ChipMunk666
03-20-2004, 01:10 AM
Originally posted by ko0ky
It would help if you guys were a bit clearer on how to fix some of the issues encountered during the upgrade process. You keep posting this forum link but it says NOTHING for users using the version i list below.

I'm trying to use Iobanana v19 w/ ioA.1.1.0 and ioFTPD-beta5-8-4r.

I used the old-who.rar from NeoXed, when I do commands - !leechers or !who I see the command being performed in the eggdrop console window, but doesnt display anything on the channel.

So am I screwed or what? The script is only half working for me.


ko0ky

U need to change all what they are saying u should change.
just do the ioa changes and you see it will work

Uniter
03-21-2004, 01:04 AM
Actually the problem he describes, I have also, it is usually fixed by .reshash on the bot... I dont know why it happens, what does happen is the eggdrop instead of parsing the info just prints it to your telnet connection

(excuse the terminology please =])

anyways frequent rehash's will do the trick!

ko0ky_2
03-21-2004, 05:46 AM
you're right. I did .rehash the bot several times and it ended up working. Not what I call fun..

icios
03-21-2004, 06:32 AM
same here. i need to rehash a lot of times and it's annoying. i think i will put up the original site who.

let's see what happens

Mouton
03-21-2004, 11:38 AM
There's no way it will work without the original sitewho on v19... That's not optionnal...

icios
03-22-2004, 05:22 AM
Mounton: yes i put the old nfo working again, and it's working on site.
But it's still printing some commands on partline or eggdrop screen instead of parsing. And a refresh is needed each time this happens.

I had this problme with these commands:
bw, who, requests, leechers, idlers, uploaders, speed.

By the way, it seems to be a known issue fixed in next ioBanana v20.

Let's cross fingers ;)

javascript:smilie(':banana:')

Harm
03-22-2004, 06:16 AM
It works.
Some people can confirm it.

icios
03-22-2004, 06:20 AM
Yes it works!

But sometimes it starts to print results in eggdrop window (ko0ky and Uniter got the same problem in this topic) and a refresh is needed before the bot starts to print announcements on irc chan again.

ioBanana v20 will rule!

generalnewbie
04-30-2004, 05:18 PM
MAN i was so mad when it wasnt working.. i posted another tread and someone pointed me here!
thanks so much bot is working now! with the old
!who !speed..
just by adding a few lines and rehashing! thnks again

generalnewbie
05-07-2004, 03:42 AM
Only thing i would have changed was... i like the new feature
of swho and showing your ip in the stats..
the older files.. dont show this....but you can fix that..
just add these lines to those files...

%4[who(ConnectionId)] %-12[$user] Up %5.[who(TransferSpeed)]kb/s %[who(Ident)]@%[who(HostName)]

[L] 200- 14 shadow1 Up 9000kb/s *@200.160.*.*

C-HoFi-Z
05-22-2004, 03:40 AM
hi i have instaled :banana: v20rc1 and have probs with who my eggdrop write this error :

Tcl error in script for ´timer2491´ : error writing "stderr": bad file number

dunno what is it :) but with :banana: 19 and same eggdrop conf works fine

pls hilfe :)

Harm
05-22-2004, 04:45 AM
ioBanana v20rc1 is NOT marked as stable.
As it's written on the download page, you can use it at your own risks. It has been released for ppl who couldn't wait for the imdb fix.

http://www.ioftpd.com/board/showthread.php?s=&threadid=3281

ChipMunk666
06-02-2004, 03:57 PM
Originally posted by C-HoFi-Z
hi i have instaled :banana: v20rc1 and have probs with who my eggdrop write this error :

Tcl error in script for ´timer2491´ : error writing "stderr": bad file number

dunno what is it :) but with :banana: 19 and same eggdrop conf works fine

pls hilfe :)

try to redo all it all works over here

Harm
06-03-2004, 03:08 AM
C-HoFi-Z: try to run your eggdrop in -nt mode.

v20rc2 will have enhanced utimers that will handle other timer errors. Stay tuned ... coming later today.

ChipMunk666
07-22-2004, 10:46 PM
no changelog??? for pre7?

Harm
07-23-2004, 01:52 PM
Try ioBanana.html.