Post
Topic
Board Micro Earnings
Re: FaucetBOX.com Discussion
by
Kazuldur
on 28/01/2016, 09:51:35 UTC
Set $display_errors = true; in your config.php file.
Done. Please have a look

Does it also happen on unmodified script with unmodified template with nothing in ad boxes?

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

And what the error is exactly?