View Single Post
Old 09-18-2005, 04:46 AM  
Harm
Too much time...
 
Join Date: Jul 2003
Posts: 1,430
Default

WarC hasn't only added per user settings for the weekly allotment function of ioA, it also supports groups.
Code:
weekly <user/=group> <section>,<MB>
Sets X MB credits for a user to be used. It does not add but sets it to specific value.
Don't forget the = sign before the groupname. And make sure the Weekly event is actually scheduled to run once per week.
Code:
If using weekly allotment this needs to be triggered. To do so,
schedule it to be run whenever wanted. If you want dayly allotment run it each day.
If weekly allotment then once a week and so on.
It sets amount of credits when you run it. 

Following example triggers it once a week:
Weekly = 0 0 * 6 EXEC ..\scripts\ioA\ioA.exe WEEKLYSET
Edit: Perhaps http://www.inicom.net/pages/en.ioftp...ation.php?s=10 can help you to understand the user/groupfiles a little better.

PS: You might want to change your actual board username. It's set to your e-mail address at the moment.
Harm is offline   Reply With Quote