Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
10851360
Topic
844119
Board
Micro Earnings
Re: [ANN] FaucetBOX.com - API & faucet script, create your own crypto faucet
by
54239478
on
22/03/2015, 16:44:10 UTC
Quote from: Ajatmoralez on March 22, 2015, 04:20:05 PM
Quote from: Ajatmoralez on March 12, 2015, 01:44:02 PM
Quote from: minifrij on March 11, 2015, 07:42:16 PM
Quote from: Ajatmoralez on March 11, 2015, 05:05:57 PM
Quote from: Ajatmoralez on March 11, 2015, 07:40:28 AM
Anyone here knows how to add extra texts and links like this
It wil be much appreciated because i asked a person, he knows and told me to tip him before he tells. So, please don't ask for money
http://i59.tinypic.com/2ik7ihj.jpg
Maybe
Kazuldur
should answer it in Better way
Go to line 1205 in index.php.
Quote
$data['paid'] = '
'.htmlspecialchars($reward).' '.$unit.' + '.htmlspecialchars($refbalance).' '.$unit.' for referrals was sent to
https://faucetbox.com/check/'.rawurlencode(trim
($_POST["address"])).'">your FaucetBOX.com address.
PUT WHATEVER YOU WANT HERE
';
That is not Working
Can anyone Solve this and can say how to create extra texts there
Hi,
try this:
Code:
if($refbalance > 0) {
$data['paid'] = '
'.htmlspecialchars($reward).' '.$unit.' + '.htmlspecialchars($refbalance).' '.$unit.' for referrals was sent to
Was that fun?
Try real game!
';