Limit Downloads to Registered Members



Hire Us!Download Video(0)Comments

With large user base there are times when you need to limit their access to downloads. This can be helpful with bandwidth usage.
This tutorial will show you how to limit downloads for registered members daily, weekly, monthly or yearly.

Files to edit:
modules/Downloads/index.php

Steps :
1. The first step requires you to use phpmyadmin or other database management software to add the following queries. Select your phpnuke database and insert the following sql. Change "nuke" to your prefix if is different.

Our next step is to edit the Downloads index.php file to limit the access.
Open modules/Downloads/index.php and find the following function.

Directly under the globals within that function paste the following.

You should edit only the $daylimit and $weeklimit. Change both to the amount of downloads you would like to allow for each member.
I left monthly limit and yearly limit in the mod if needed. If you need help making please leave a comment or post inside the forums.


That's it! Enjoy and please Back Up as usual before making any major changes.

Hire Us!Download Video(0)Comments