View Single Post
Old 02-13-2003, 02:17 PM  
Zer0Racer
Senior Member
 
Join Date: Oct 2002
Posts: 703
Default

SITE CHANGE actually takes a whole target list not just a user or a group. The syntax for changing ratio with a target list is:
site change "target list" ratio <ratio> <section>

So you could do something like this:
site change "=group1 =group2 =group5 -user20 -user22" ratio 0 1

And if you want to change the same ratio for all users just use:
site change * ratio 0 1

This is very flexible and you can easily change settings for just the users and groups you want. If you want to change ratio in multiple sections just issue the command again and change section. If you always want to change ratio in many sections at the same time I suggest you set up your own scripted command in FlashFXP (or whatever ftp client you use) or modify your Default.User in ioFTPD\users, look for the string:
RATIO 3 3 3 3 3 3 3 3 3 3
..where every digit is a section, 0 1 2 3 4 5 6 7 8 9.
This way each user will automatically get the ratio you want them to have when you add them to your site.
Zer0Racer is offline   Reply With Quote