View Single Post
Old 04-21-2004, 01:20 AM  
neoxed
Too much time...
 
Join Date: May 2003
Posts: 1,326
Default

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:
Quote:
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:
Quote:
# !!! 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?
neoxed is offline   Reply With Quote