Post
Topic
Board Micro Earnings
Re: FaucetBOX.com Discussion
by
frogglenn
on 28/01/2016, 21:45:19 UTC
Code:
$rW *= $rewardMultiplier;

The * he tells me that is not permitted, to remove it no longer gives me error but does not operate the balance for the country you want to show

Weird, it should work. Which version of PHP do you use?
Try changing it to
Code:
$rW = $rW*$rewardMultiplier;
.

I switched to default template with nothing in ad boxes and faced same error.
Notice: Post request, but session is invalid. in /home/dailyfre/public_html/aquabitcoin.com/index.php on line 2004

Can you also use unmodified script itself? We need to rule out the possibility that some modifications did this.
Also which version of the script do you use? r62?

Versión PHP   5.5.30
Code:
$rW = $rW*$rewardMultiplier;
not found.