$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
$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?
It was r60. I just installed latest version overwriting old files to make sure that there is no modification on script which obviously broke my customized theme. Anyhow I switched to Default theme and tried to Claim reward and got same error but now "line 2061".