Go Back   FlashFXP Forums > > > >

Harm's scripts ioBanana, Readd script, ioVote

Closed Thread
 
Thread Tools Rate Thread Display Modes
Old 01-08-2004, 11:07 AM   #76
TheX
Junior Member
 
Join Date: Nov 2003
Posts: 4
Default

Thats true, but owner (=creator) of release homedir is only one, and thats the name i wish to be shown. Just for info.

And next thing, is there some cookie for showing age of release? Not date and time of upload, but how long its on FTP.
TheX is offline  
Old 01-08-2004, 11:16 AM   #77
Mouton
Posse Member
Ultimate Scripter
ioFTPD Administrator
 
Join Date: Dec 2002
Posts: 1,956
Default

doesn't the default msg file show %age ?
Mouton is offline  
Old 01-08-2004, 11:25 AM   #78
TheX
Junior Member
 
Join Date: Nov 2003
Posts: 4
Default

Quote:
Originally posted by Mouton
doesn't the default msg file show %age ?
no default sitenew.body.msg looks this way

? #%02pos ? %10date ? %8time ? %-42.42release ?

and %age doesn't work to me
TheX is offline  
Old 01-08-2004, 11:26 AM   #79
Mouton
Posse Member
Ultimate Scripter
ioFTPD Administrator
 
Join Date: Dec 2002
Posts: 1,956
Default

ah, ok. i was probably thinking pretimes...
so the answer is no.
Mouton is offline  
Old 01-08-2004, 04:59 PM   #80
jakssdsfs
Junior Member
 
Join Date: May 2003
Posts: 22
Default

isn't there a options to activate bot message LOGIN announcments and LOGOUT ?

like in ioBanana.tcl

set disable(NEWDIR) 0
set disable(DELDIR) 0
and so on....

in ioBanana.19.free....
or where can I get another script that does that and don't conflict with iobanana ?
jakssdsfs is offline  
Old 01-09-2004, 07:25 AM   #81
Ren
Senior Member
 
Join Date: Sep 2002
Posts: 111
Default

any way to stop the idle time out?? the sitebot keeps getting logged out after 120 sec's and then the sitewho is useless again, including passed quota etc, the only current fix I can do is rehash the bot to connect, which is annoying
Ren is offline  
Old 01-09-2004, 09:02 AM   #82
neoxed
Too much time...
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: May 2003
Posts: 1,326
Default

Quote:
Originally posted by Ren
any way to stop the idle time out?? the sitebot keeps getting logged out after 120 sec's and then the sitewho is useless again, including passed quota etc, the only current fix I can do is rehash the bot to connect, which is annoying
Set the idle time out to 999999999, until darkone adds some sort of idle time out exemption.
neoxed is offline  
Old 01-09-2004, 11:44 AM   #83
Mouton
Posse Member
Ultimate Scripter
ioFTPD Administrator
 
Join Date: Dec 2002
Posts: 1,956
Default

ioB tcl is supposed to send NOOP each 90 secs, unless u changed something u shouldn't have.
make sure your sitebot user got access to NOOP, and u can add a putlog "something" just before the NOOP is sent, to make sure the sitebot does indeed send NOOP. just CTRL-F NOOP in ioBanana.tcl and add a line just over it with:
putlog "Sending NOOP now!"
Mouton is offline  
Old 01-09-2004, 06:10 PM   #84
zpr
Senior Member
ioFTPD Foundation User
 
Join Date: Feb 2003
Posts: 170
Default

hmm i had tried to set ioss(imdb) 0 in iobanana.tcl and then loaded imdb.tcl from bounty, but windrop still gives me iob's imdb announce output.

weird thing is bot announces imdb from:

set announce(IMDB) (...)

and not from:

## For !imdb
set announce(IMDB2) (...)



when i unload iobanana.tcl from eggdrop.conf completely then imdb.tcl works.
zpr is offline  
Old 01-10-2004, 09:17 AM   #85
Ren
Senior Member
 
Join Date: Sep 2002
Posts: 111
Default

hmm iobanana.tcl checked and found that

proc ftpe {} {
global ftpr ioss
if {[expr [clock clicks -milliseconds] - $ftpr] < 5} {return}
if {[lindex [::ftp::Quote $ioss(ftp) NOOP] 0] != "200"} {
if {$ioss(ftp) != -1} { ::ftp::Close $ioss(ftp) }
if {![ftp_login]} { putlog "ioSS: ERROR : could not connect" }
} else {
set ioss(idlestamp) 0
}
set ftpr [clock clicks -milliseconds]
}


is that 200 sec's and thats downloaded direct from the members section...

But, ive gone off that therory anyhow, as the sitebot is still online after setting the time out to 99999999, however once again it's stopped announcing bw and trial status, but still announce's new dir etc
Ren is offline  
Old 01-10-2004, 09:52 AM   #86
Ren
Senior Member
 
Join Date: Sep 2002
Posts: 111
Default

done more checking, watching the bot on cmd's

everytime im doing the !bw command in the partyline you can see it start to do the "who" and can see the who'msg start, but then suddenly it disconnect's, im begging to wonder if it's telnet flooding but ive never had that problem b4
Ren is offline  
Old 01-13-2004, 11:18 AM   #87
sh4d0w
Disabled
 
Join Date: Aug 2003
Posts: 8
Default

hmmm testing latest-symlinks atm, but I have a problem. the script does create folders but these folders are no symlinks. seem to be normal folders instead. if you click them you are not redirected but enter a empty folder ...

what can I do against that?

edit
k error found. thx 2 #iobanana ... paths with spaces
sh4d0w is offline  
Old 01-14-2004, 01:26 PM   #88
bobby89
Junior Member
 
Join Date: Feb 2003
Posts: 29
Default

why sometimes does the bot tell me !bw !uploaders and other commands to my telnet screen and not the mirc channel? when i restart the bot and do !bw he works fine, is this a common problem?

i just did a rehash of the bot and he gave me this error the first time i tryed !uploaders

[10:29] Tcl error [upalias]: can't read "ftp(state.control)": no such variable

but the second time it showed the uploader status to the mirc screen
bobby89 is offline  
Old 01-15-2004, 08:24 PM   #89
Tripmain
Junior Member
FlashFXP Registered User
 
Join Date: Jan 2004
Posts: 2
Default Cant find Complete Mp3 Release command for iobanana

Can someone please let me know the Complete Mp3 Release for iobanana and all the cookies that can be used with it.
Thx Trip
Tripmain is offline  
Old 01-16-2004, 01:53 PM   #90
Mouton
Posse Member
Ultimate Scripter
ioFTPD Administrator
 
Join Date: Dec 2002
Posts: 1,956
Default

the command ?
What ?

zipscript.msg contains dirtags definitions, if that's what u asked...
if not, explain what u want better pls.
Mouton 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 02:44 AM.

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