PDA

View Full Version : Is it possible to limit total download in a month


gorkypark
07-17-2005, 01:22 PM
Hi I was wondering if its possible - via script or otherwise - to limit the total downloads a user can take - ie would like to offer trial accounts where users are limited to xx gb of data.

Any suggestions?

Thanks in advance

ChipMunk666
07-21-2005, 07:20 AM
weekly allotment?
There are some scripts that could do this
I believe ioA

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.

Example:
site weekly ioFTPD 0,500 Set ioFTPD 500MB credits
site weekly =ioftpd 0,500 Set ioftpd 500MB credits
site weekly ioFTPD 0,0 Removes allotment for ioFTPD in section 0
site weekly Lists users with allotment

I can't remember if monthly is in it aswell but maybe weekly is enough :)