Quote:
Originally Posted by DChapman
What version are you running? The newer versions allow for disk space/file size limits in /z/zadmin.php
|
Thanks for pointing that out. I was not aware since it requires a change in the code itself. Where am I supposed to plug in the values? Is it this line in the highlighted portion of the text.
$settings['max file size'] = number_format($settings[
'max file size'] / 1024, 2, '.', '');
By the way, is there a way to limit bandwidth usage? For example, 4MB daily max. per registered user for clicking on photos, etc.? It would be necessary if you got a large community. If you have 500 members using 4MB per day, you are talking about 2 GB already per day and 60GB per month. So there is a dire need for limiting bandwidth usage.