Post
Topic
Board Micro Earnings
Re: [ANN] FaucetBOX.com - API & faucet script, create your own crypto faucet
by
54239478
on 23/03/2015, 19:00:10 UTC
Code:
if($refbalance > 0) {
     $data['paid'] = '
'.htmlspecialchars($reward).' '.$unit.' + '.htmlspecialchars($refbalance).' '.$unit.' for referrals was sent to Code:
after it.


This still doesn't works  Undecided

Hmm, ok, next try - please find:
Code:
break; case "paid":
   echo 
$data["paid"];
in your template index.php file, and after that "echo" please add:
Code:
?>

Example text example url


so that part of code after change would be:
Code:
break; case "paid":
   echo 
$data["paid"];
?>


Example text example url


break; case "eligible":