Yetishare Daily Download Limit (in GB)

donnywahyudi874705

New Member
YetiShare User
Jan 31, 2015
13
0
1
Hi,

FIlehosting sites nowadays are using traffic limit to reserve their server traffic quota. I can't see any option in yetishare to limit user traffic, for example, 25GB daily downloads traffic.

I found something at stackoverflow, is there any chance this can be implemented on yetishare?

Code:
http://stackoverflow.com/questions/1507985/php-determine-how-many-bytes-sent-over-http
It'd be a great feature addition to the script.

Regards,
Donny
 

prinzaim4724

New Member
Apr 14, 2014
34
0
0
You can set it as Uploaded.net please?
But please also an option where you can adjust how much traffic a Premium users can have total, and how much come every day.
And you can create something like hybrid Traffic also so please like Uploaded.net?

example in red

 

enricodias4654

Member
YetiShare User
Jan 13, 2015
411
1
16
It's not so simple to do this.

If the user gets the download link 2x, does it count 2x on his limit?
Does it count per GB downloaded or per file downloaded?
Should we count partial downloads?
If the same file is downloaded 2x with the same link in the same day, should we count 2x?
If the user have bandwidth but not enough to download a certain file, will he be able to start the download?

Also, to calculate each MB separately you cannot use xsendfile. The php will have to send the files, sum the amount of bytes send and salve this data in the database from time to time in the loop, which is not a problem by the way. The current script have serious performance issues when serving downloads with php, but I corrected those problems and my script can send up to 1gbps using 4gb ram and less than 1% of cpu.
 

josafagm

New Member
YetiShare User
YetiShare Supporter
Nov 15, 2016
24
0
0
This really is necessary. I pay for bandwidth and disk space. Why can not I control this?