For example: I rent a 1GB virtual space, it's data flow allows was 10 GB/month (for upload & download data.).
I setup a single DNN installation on the virtual space and create 5 portals. So the total data flow of these 5 portals was 10GB/month.
But I want to restrict the data flow of each potal. Because everyone share different hosting fee.
1: 5 GB/month. (paid the 1/2 fee.)
2, 3, 4: 1GB/month. (Paid 1/10 fee.)
5: 2GB/month. (Paid 1/5 fee.)
Total data flow is 10 GB/month.
Every portals has their portal limits. Who exceed the limit, I will lock the portal. (Or calculate how much data flow it expends. )
Beacuse the virtual space provider will charge me if my data flow is over. So I need to know which portals owner should share more hosting fee. That what I want.
But I don't know how to do it within the DNN framework?