Limit Bandwidth Per User Limit Bandwidth Per User
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Limit Bandwidth Per User

Started by Solac, May 18, 2005, 11:48:44 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Solac

Hi

Isthere anyway to limit bandwidth per user?

Thanks

Joachim Müller

out-of-the-box: no. Coppermine doesn't keep track which files a user has already viewed. It would require a lot of code changes to accomplish what you're up to (at least if you're refering to actual bandwidth usage; if you're refering to the amount of webspace a user can have for his uploads: this can be changed in the groups page, it's called "quota").

RaptorUK

I think the OP is refering to data transfers rather than bandwidth . . .  to keep track of data transfers would need substantial code changes,  to limit bandwith per user wouldn't be possible as far as I can imagine . . .

Tranz

Would it not be a matter of math, number of files viewed * the size of the files? Then when that amount reaches the cap, do not allow the visitor to view anymore. CPG would also have to keep track of whether the user clicks on the large version of the files. It doesn't seem like it would be exact, but it would provide a rough estimate. Another option is to get more bandwidth so that bandwidth is not a concern.