PDA

View Full Version : i have problems lol :(


hicks
12-22-2003, 04:34 AM
hello every body,
i am a new user of io and script and i have problem with bot, he say this in partyline, can y give me a solution ?


when i write !bw
Tcl error [show_free]: can't read "device(1)": no such element in array

//
when a want to see the free space
[04:20] Tcl error [proc_bandwidth]: ERROR: unable to find ioftpd window
child process exited abnormally


thx very well ;)

fobban
12-22-2003, 04:56 AM
go through your config again..

hicks
12-22-2003, 05:20 AM
yes allright but i don't anderstand where come the problem, i think thats the problem :

section1 = 0 4 /section1/*
section2 = 0 3 /section2/*
section3 = 0 2 /section3/*
section4= 0 /section4/*
Default = 0 *

but i don't say if it good or not :(

apusnaias
12-22-2003, 09:48 AM
which script do you use ?

i guess it's dzsbot.

so you 've got smthing like this in you dzsbot.tcl :

# !!! THE LOGICAL DRIVE LETTER SHOULD BE WRITED IN UPPER CASE !!!
# !!! Exemple: C: or D: or E: ...but without \ at the end !!!
# !!! OTHER ARGS SHOULD RESPECT $sections variable ABOVE !!!
set device(0) "E: Disk1"
set device(1) "F: Disk2"
;set device(2) "E: DIVX"
;set device(3) "F: REQUEST"
set device(TOTAL) 2

look if you have well configured this part.

b>d>>s
12-22-2003, 11:09 AM
try starting 'eggdrop -nt your.conf'

hicks
12-22-2003, 01:03 PM
thx to allll =)
thx a lot for this very fast answer, now its so good ;)

buffi
07-22-2005, 05:42 AM
hi all,
i hope you guys could help me.
I have the same problem and here are my settings:

set device(0) "D: APPS"
set device(1) "D: DiVX"
set device(2) "D: GAMES"
set device(3) "D: 0DAYS"
set device(4) "D: REQUESTS"
set device(5) "E: DVDR"
set device(6) "E: PS2"
set device(7) "E: XXX"
set device(8) "E: MP3"

set device(TOTAL) 2

When I triger the !free all i get this:
((@|Pimp|) -Pimp- [FREE] + [APPS: 218.94/232.88 GB] [DiVX: 218.94/232.88 GB]
((@|Pimp|) -Pimp- [FREE] + TOTAL: 437.87/465.77 GB

Can anybody help me out to figure what am i doing wrong,

Thanks alot

jeza
07-22-2005, 06:04 AM
set device(TOTAL) 2 <---- its 9

JoC
07-22-2005, 06:05 AM
set device(TOTAL) 2


Shouldnt that be : set device(TOTAL) 9

Jog
07-22-2005, 08:19 AM
should be like this:

set device(0) "D: APPS DiVX GAMES 0DAYS REQUESTS"
set device(1) "E: DVDR PS2 XXX MP3"

set device(TOTAL) 2

buffi
07-22-2005, 03:00 PM
Thanks Jog,
that is what i did wrong.
it is working fine now :)

cheers