PPD

gabrieldiazbernal4711

New Member
YetiShare User
Feb 3, 2015
48
0
0
Hello Adam, how are you doing?

I would like to set the reward program to count only 25% of the total download, let's say... I wanna count only 1 download every 4 of them. Is it possible?

I will add HIGH payouts but I need to shave the download amounts, otherwise it will not be possible to do it.

Hope you can help me with this.
Regards
 

enricodias4654

Member
YetiShare User
Jan 13, 2015
411
1
16
You could add a mt_rand(0,3) in the _append_class_file_download_complete.php preventing the execution but the users will notice it.

if (!mt_rand(0,3)) $continue = false;