PDA

View Full Version : no cmds are working in ioB2rc1


panzerfaust
02-11-2006, 01:44 PM
I just installed the new version of ioB2rc1 but none of the commands seems to be working, on site version it gives me Command successful and the same on site showbanana. Also, there is a problem with the sfv checker, cause none of the files seems to be scanned with a zipscript. I have to do site rescanall to use the zipscript, which is pretty annoying.
I have the ioBanana *.tcls in the default dir (C:\ioFTPD\scripts\ioBanana)

Any help on this issue would be highly appreciated.

iXi
02-11-2006, 03:12 PM
read the documentation that comes with ioB 2.0r1... and all will work fine FOR SURE!

panzerfaust
02-11-2006, 04:25 PM
ok, it helped to rewrite the configuration in ioCONFIG.itcl, but i have another problem, where do i config the zipscript status (such as [SiTE]-[700MB 50F - COMPLETE]-[SiTE] as a dir tag?) this was in the zipscript.msg in ioB v20 i believe.

iXi
02-11-2006, 05:55 PM
open the ioTOOLKIT.itcl

and search for "###; Create dirtag" without quotemarks!
thats the tagdir function there you have to change but be carefull.

Well if you want to use the project_zs style then search for:
createtag "$realdir" "\[100% Complete\]-\[${valid}F @ [getsize $size] at [format %.0f [expr $size / $time]]kBps\]-\[[lindex $mp3info 4] from [lindex $mp3info 7] at [lindex $mp3info 1]kbps\]-\[$ioB(ssn)\]"
and replace it with:

createtag "$realdir" "\[$ioB(ssn)\] - \( [getsize $size] ${valid}F - COMPLETE - [lindex $mp3info 4] [lindex $mp3info 7] \) - \[$ioB(ssn)\]"

and search for:
createtag "$realdir" "\[100% Complete\]-\[${valid}F @ [getsize $size] at [format %.0f [expr $size / $time]]kBps\]-\[$ioB(ssn)\]"
and replace it with:
createtag "$realdir" "\[$ioB(ssn)\] - \( [getsize $size] ${valid}F - COMPLETE \) - \[$ioB(ssn)\]"

and vola now you have project_zs complete tags;)

panzerfaust
02-12-2006, 04:47 AM
thanks for the help, will try out asap, however, i was wondering about the [$ioB(ssn)\] variabel, can it be changed to just having [SiTE] so i can define two different names in the tags, like [SiTE]-[]-[NAME]?


also got a new problem when i changed to project_ZS style, it doesn't create a dirtag for incomplete inside the the actual race dir anymore, any suggestions to this?

iXi
02-12-2006, 08:37 AM
sure there must be incomplete tag created because incomplete code still untouched!

panzerfaust
02-12-2006, 08:49 AM
edit: after some fixing and stuff, i've got the incomplete tag to show correctly in the race dir :)

one more thing that came to my mind:
the announce seems to be wrong: user/GROUP was the first to upload file in TV/XXX/XXX.HDTV.XviD-LOL @ KB/s. Expecting 428.9MB
How can I change this so it gives the correct speed, now it seems like 428.9MB is the speed (well, in kB/s) and I would also like to add Expecting SiZEMB of 25F.

iXi
02-12-2006, 11:37 AM
Expecting 428,9MB is the remaining size of the missing files ... and if speed issnt shown check out ioFTPD.log and search for 1STFILE: and check if the syntax there is:
1STFILE: "/TV/RLS" "RLSNAME" "USERNAME" "GRPNAME" "SPEED" "REMAININGSIZE"

if not check out the scripts\ioBanana tcl files of yes check out sitebot\scripts\iobanana.tcl and skin file

panzerfaust
02-12-2006, 11:38 AM
there's a problem i dont understand german that well hehe :)

iXi
02-12-2006, 11:40 AM
updated:P i thought youre german because of you nickname:P