Go Back   FlashFXP Forums > > > >

Harm's scripts ioBanana, Readd script, ioVote

Closed Thread
 
Thread Tools Rate Thread Display Modes
Old 07-11-2004, 02:26 PM   #136
dzpssq
Junior Member
FlashFXP Registered User
ioFTPD Foundation User
 
Join Date: Jan 2004
Posts: 4
Default

I have the same or similar problem with pre5, at first it makes the directory though, but when starting to transfer the first file (.sfv or .nfo) nothing happens.. it times out. Nothing is transfered, not even a 0 byte file is created. This started after replacing the iobanana.exe.
dzpssq is offline  
Old 07-11-2004, 02:50 PM   #137
Harm
Too much time...
Ultimate Scripter
 
Join Date: Jul 2003
Posts: 1,430
Default

Are you absolutely sure you have read changelog.txt and upgraded correctly ? Because replacing ioBanana.exe has never been enough.
Harm is offline  
Old 07-12-2004, 02:55 AM   #138
panzerfaust
Senior Member
ioFTPD Foundation User
 
Join Date: Jun 2003
Posts: 112
Default

i replaced everything except for the ioBanana.ini file when upgrading to pre5, do I have to re-edit that ini file over again?
panzerfaust is offline  
Old 07-12-2004, 03:49 AM   #139
Harm
Too much time...
Ultimate Scripter
 
Join Date: Jul 2003
Posts: 1,430
Default

The 'changelog.txt' file contains all the changes needed to upgrade.
Harm is offline  
Old 07-28-2004, 10:16 PM   #140
PopWeasel
Senior Member
ioFTPD Scripter
 
Join Date: Feb 2004
Posts: 181
Default ioBanana.20.Final

Nice job.
PopWeasel is offline  
Old 08-02-2004, 09:54 AM   #141
intel
Member
ioFTPD Foundation User
 
Join Date: Nov 2003
Posts: 68
Default Bot Login Issue

I am using eggdrop v1.6.15+SSL
Iobanana2
ioA 1.1.6+

I get the following:
☻ioBanana 9 by Mouton & Harm☻ attempting to connect to FTP...
error error | E: Service not available!
B☻] FTP connection failed
error error | E: Not connected!
☻ioBanana 9 by Mouton & Harm☻ attempting to connect to FTP...
error error | E: Service not available!
B☻] FTP connection failed

I have read the readme and I still cant get this working. I know its somethin stupid on my part. The bot actually worked once but after I killed the eggdrop and tried to restart it hasnt worked since and I have made no changes.

THe BotError.LOG says:
Mon Aug 2 10:45:45 2004

NONE

can not find channel named "0"
while executing
"close $s"

The sitebot account is valid cause I can login with it.

TIA
intel is offline  
Old 08-02-2004, 01:25 PM   #142
neoxed
Too much time...
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: May 2003
Posts: 1,326
Default Re: Bot Login Issue

Quote:
Originally posted by intel
I am using eggdrop v1.6.15+SSL
Iobanana2
ioA 1.1.6+
You mean ioBanana v20 right?

Quote:
Originally posted by intel
can not find channel named "0"
while executing
"close $s"
That would be a bug. I guess Harm made a small typo in ftp.tcl when he was editing it. Open ftp.tcl in a text editor, find line 2428.

Code:
		# close connection if not logged in
		catch {close $s}
		return -1
That should be ::ftp::Close or Close, since $s is the handle to a FTP connection and not a valid open channel (socket, file, etc.)


Replace with:
Code:
		# close connection if not logged in
		catch {Close $s}
		return -1
neoxed is offline  
Old 08-02-2004, 01:45 PM   #143
intel
Member
ioFTPD Foundation User
 
Join Date: Nov 2003
Posts: 68
Default

lol yea ioBanana v20

I appreciate the help and I'm getting closer. Now it seems to fail then make the connection then fail again.
*** [☻ioB☻] FTP connection failed
[15:04] [☻ioB☻] Checking Free Space...
[15:04] error error | E: Bad connection name "-1"
[15:04] ☻ioBanana 9 by Mouton & Harm☻ attempting to connect to FTP...
[15:04] [☻dZS-mod☻] LOGOUT received
*** [☻ioB☻] FTP connection established - handle: 2
[15:04] error error | E: Service not available!
[15:04] error error | E: Not connected!
*** [☻ioB☻] FTP connection failed
[15:04] -NOTICE- *** Checking Ident
[15:04] [☻dZS-mod☻] LOGOUT received
[15:04] [☻dZS-mod☻] LOGIN received
[15:04] -NOTICE- *** Couldn't look up your hostname
[15:04] -NOTICE- *** Got Ident response
[15:04] error error | E: Not connected!
[15:04] ☻ioBanana 9 by Mouton & Harm☻ attempting to connect to FTP...
*** [☻ioB☻] FTP connection established - handle: 3
[15:05] [☻ioB☻] Checking Free Space...
[15:05] [☻dZS-mod☻] LOGOUT received
[15:05] [☻dZS-mod☻] LOGIN received
[15:05] Disconnected from 147.32.127.222
After it seems to make a connection then it disconnects from IRC server

and BotError.Log:
Mon Aug 2 14:39:54 2004

NONE

can't read "ftp(DummySock)": no such element in array
while executing
"close $ftp(DummySock)"

I tried doing this from scratch and same results. I rebooted and now it can not connect to FTP at all again. The BotError.log is the same.

TIA
intel is offline  
Old 09-24-2004, 06:43 PM   #144
nicolay
Junior Member
ioFTPD Foundation User
 
Join Date: Jan 2004
Posts: 16
Default

Can I edit the output of the [Latest]-[DIR-WHATEVER.RELEASE-GROU---] ?

Other then in iobanana.ini I mean.
nicolay is offline  
Old 09-24-2004, 06:54 PM   #145
PopWeasel
Senior Member
ioFTPD Scripter
 
Join Date: Feb 2004
Posts: 181
Default

Yep. Here's mine:
Code:
linkdir=[LATEST]-[%]
PopWeasel is offline  
Old 09-26-2004, 12:37 PM   #146
nicolay
Junior Member
ioFTPD Foundation User
 
Join Date: Jan 2004
Posts: 16
Default

Yeah no but thats in the ini.

I mean to get like [Latest]-[dirname]-[releasename] eg.
nicolay is offline  
Old 11-10-2004, 02:47 PM   #147
ba_eas
Junior Member
ioFTPD Foundation User
 
Join Date: Nov 2004
Posts: 6
Default

What i m doing wrong?

[21:44] error error | E: Not connected!
[21:44] ☻ioBanana 9 by Mouton & Harm☻ attempting to connect to FTP...
*** [☻ioB☻] FTP connection failed
[21:44] error error | E: Bad connection name "-1"
[21:44] ☻ioBanana 9 by Mouton & Harm☻ attempting to connect to FTP...
*** [☻ioB☻] FTP connection failed


?????
ba_eas is offline  
Old 11-16-2004, 10:56 AM   #148
LoCaliSe
Member
 
Join Date: Aug 2003
Posts: 48
Default

I've got a question Iobanana can put a file on a xxxx.bad if the file isn't in a SFV ?

In french : il est possible avedc iobanana lorsque qu'on upload un rar qui n'est pas dans le Sfv qui le mette en .bad, comme les autres Zipscript ?


I'm using the Free version of Iobanana

Cya
LoCaliSe is offline  
Old 11-20-2004, 12:22 PM   #149
Harm
Too much time...
Ultimate Scripter
 
Join Date: Jul 2003
Posts: 1,430
Default

LoCaliSe: maybe in a future version.

ba_eas: it could be many many things.
First, check the hostname, port, username and password in ioBanana.tcl. Then make sure your firewall is correctly configured.
Harm is offline  
Old 02-28-2005, 12:57 AM   #150
Eyiclub
Junior Member
 
Join Date: Feb 2005
Posts: 1
Default I don't know why

i always find this err msg in my boterror.log

Code:
invalid command name "bgerror"
    while invoking
"unknown bgerror expected integer but got "08" (looks like invalid octal number)"
i don't know why this always happens

today, i login to my windrop, and i find that the daystats function is called again and again, then i rehashed the windrop it stoped call the ioB:daystat(Today is monday here)

i had used the .tcl ioB:daystat to call the function, i got the err above again, i'd like to know how to fix this problem

iam useing the ioBanana v2
Eyiclub is offline  
Closed Thread

Tags
ftp, result, reveals, search, status

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

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
FlashFXP 3 upgrade and FlashFXP.ini palmtree General Discussion 11 11-10-2004 04:57 PM


All times are GMT -5. The time now is 05:34 AM.

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