Is there a way to put a bandwith limit on specific groups? Is there a way to put a bandwith limit on specific groups?
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Is there a way to put a bandwith limit on specific groups?

Started by djsckizo, January 03, 2005, 08:12:06 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

djsckizo

Basically, I'm wanting to make it so specific groups will be limited to a set bandwith per week or month or something.
Fake Super Hero

kegobeer

Nothing even remotely like that available out of the box.  You could add a field to the user table that would store the file size of each image that is clicked for a particular user, then add the code to add the filesize when each image is clicked, and add code to check to see how much is available before displaying the image to verify the user hasn't exceeded the limitation.  There would also have to be a field that stores a date of the first use of the bandwidth, and code would be needed to check the date against the current date and reset the bandwidth if the date is greater than a week.  You'd also have to add code that would allow you, as the admin, to set bandwidth limits either for a group or for each individual.

It's possible.  Perhaps you could post a request on the freelancers board requesting this.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots