PDA

View Full Version : [Fixed] How to configure the max available space for !free all


aquarius
04-20-2004, 10:45 PM
for what when i sai !free all him sayme this :

(SPACE)Total: 5.26GB/200.00GB

but i don't have 200 GB, if i can have 200 GB i 'll be very happy xDD

10x in advanced.

neoxed
04-21-2004, 01:20 AM
First off, WarC doesn't make a script that has a !free command. So don't post your question under "WarC's scripts". My guess is that you never took the time to read through the config and set up the script properly.

If you're using ioBanana, open ioBanana.tcl with a text editor and look for the following line:set ioss(totalspace) 100 ;# total site hdd space (in gb) to display as total site space

If you're using dZSbot, open dZSbot.tcl with a text editor and look for the following lines:# !!! 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) "C: APPS"
set device(1) "D: MP3 0DAY"
set device(2) "E: DIVX"
set device(3) "F: REQUEST"
set device(TOTAL) 4
set device(COLUMN) 2

If you're not using either of these scripts, perhaps try and post the name of script that you're trying to setup. Wouldn't this be the logical thing to do in anycase? :rolleyes:

aquarius
04-21-2004, 04:16 AM
sorry for that man, i use iobanana but i can't find the line you say... :(

EwarWoo
04-21-2004, 04:45 AM
If the line wasn't there it wouldn't work at all.
Try ctrl +F

aquarius
04-21-2004, 09:54 PM
Originally posted by EwarWoo
If the line wasn't there it wouldn't work at all.
Try cntrl +F
i must be blind for i an't see, but i try install all again :P

10x aniway !

Mouton
04-22-2004, 07:27 AM
ioBanana.tcl

set ioss(totalspace)

aquarius
04-22-2004, 02:15 PM
Originally posted by Mouton
ioBanana.tcl

set ioss(totalspace)
10x for your answere.... 1 thing..... total space is the space in GB on disk rigth??
Example... 10.00 GB

Harm
04-22-2004, 02:37 PM
It's explained in ioBanana.tcl.

set ioss(totalspace) 100 ;# Total site hdd space (in gb) to display as total site space