Post
Topic
Board Micro Earnings
Re: FaucetBOX.com Discussion
by
frogglenn
on 28/01/2016, 09:09:41 UTC
and I saw the error

It's here:

Code:
foreach($rewards as $rW){
$rW *= $rewardMultiplier;
$newRewards[] = $rW;
}
$rewards = $newRewards;

I do not understand that I have to fix