Bitcoin Forum
April 28, 2024, 12:49:35 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 [27] 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 »
  Print  
Author Topic: [ANN] FaucetBOX.com - API & faucet script, create your own crypto faucet  (Read 119977 times)
Kazuldur (OP)
Legendary
*
Offline Offline

Activity: 971
Merit: 1000


View Profile
January 20, 2015, 10:34:11 PM
 #521

Approve please my new faucet http://ussr-faucet.com - its without popup and etc. Thx. 707 satoshi every 77 minutes.

I won't approve your faucets anymore after what you did previously (removing popups and porn only to put it back as soon as I've approved your faucet).
it's your choice  Wink

I'm glad you understand Smiley

Unless stated otherwise, all opinions are of my own, not FaucetBOX.com's.
The grue lurks in the darkest places of the earth. Its favorite diet is adventurers, but its insatiable appetite is tempered by its fear of light. No grue has ever been seen by the light of day, and few have survived its fearsome jaws to tell the tale.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714265375
Hero Member
*
Offline Offline

Posts: 1714265375

View Profile Personal Message (Offline)

Ignore
1714265375
Reply with quote  #2

1714265375
Report to moderator
1714265375
Hero Member
*
Offline Offline

Posts: 1714265375

View Profile Personal Message (Offline)

Ignore
1714265375
Reply with quote  #2

1714265375
Report to moderator
1714265375
Hero Member
*
Offline Offline

Posts: 1714265375

View Profile Personal Message (Offline)

Ignore
1714265375
Reply with quote  #2

1714265375
Report to moderator
Vortex20000
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500

sucker got hacked and screwed --Toad


View Profile WWW
January 21, 2015, 08:46:09 AM
 #522

Approve please my new faucet http://ussr-faucet.com - its without popup and etc. Thx. 707 satoshi every 77 minutes.

I won't approve your faucets anymore after what you did previously (removing popups and porn only to put it back as soon as I've approved your faucet).
it's your choice  Wink

I'm glad you understand Smiley
Hmm, I'm willing to remove popups if it means a place on the list. Users tend to close it before I even get credited anyway. Smiley

Crystyan
Member
**
Offline Offline

Activity: 99
Merit: 10


View Profile WWW
January 23, 2015, 04:05:05 PM
Last edit: January 23, 2015, 05:37:21 PM by Crystyan
 #523

anyone have problems with captcha(solvemedia) after update? i means captcha doesnt appear on site although its set
Kazuldur (OP)
Legendary
*
Offline Offline

Activity: 971
Merit: 1000


View Profile
January 23, 2015, 08:10:26 PM
 #524

anyone have problems with captcha(solvemedia) after update? i means captcha doesnt appear on site although its set

Can you try the latest version? Looks like solvemedia doesn't like being loaded via HTTPS, so now we detect whether faucet is hosted on HTTP or HTTPS and load captcha accordingly Smiley

Unless stated otherwise, all opinions are of my own, not FaucetBOX.com's.
Crystyan
Member
**
Offline Offline

Activity: 99
Merit: 10


View Profile WWW
January 24, 2015, 12:01:53 AM
 #525

I uptated faucet to last version, and its work now  Grin
Kazuldur (OP)
Legendary
*
Offline Offline

Activity: 971
Merit: 1000


View Profile
January 24, 2015, 10:24:09 AM
 #526

I uptated faucet to last version, and its work now  Grin

I'm glad, sorry for trouble Smiley

Unless stated otherwise, all opinions are of my own, not FaucetBOX.com's.
ABitBack
Hero Member
*****
Offline Offline

Activity: 524
Merit: 502



View Profile
January 25, 2015, 11:37:19 AM
 #527

hi,
how the referral system work?
is it must stored in my database?
i use https://faucetbox.com/en/php-library
can you give me example?
like send to user address and referral address
if use send function seems like it will normal payouts when i check here https://faucetbox.com/en/check/
thank you

In the simplest form it looks like this:
Code:
$faucetbox = new FaucetBOX($api_key, $currency);
$faucetbox->send($user_address, $amount);
$faucetbox->sendReferralEarnings($referral_address, $referral_amount);

Now you must somehow decide, what "$referral_address" should be and how much to pay him. You can store it in database, you can take it directly from GET variable or you can ask user to input it. It's all up to you Smiley

in faucetbox.php I set referral = "true" but now my standard payments say "referral payout" next to them.

Kazuldur (OP)
Legendary
*
Offline Offline

Activity: 971
Merit: 1000


View Profile
January 25, 2015, 11:46:21 AM
 #528

hi,
how the referral system work?
is it must stored in my database?
i use https://faucetbox.com/en/php-library
can you give me example?
like send to user address and referral address
if use send function seems like it will normal payouts when i check here https://faucetbox.com/en/check/
thank you

In the simplest form it looks like this:
Code:
$faucetbox = new FaucetBOX($api_key, $currency);
$faucetbox->send($user_address, $amount);
$faucetbox->sendReferralEarnings($referral_address, $referral_amount);

Now you must somehow decide, what "$referral_address" should be and how much to pay him. You can store it in database, you can take it directly from GET variable or you can ask user to input it. It's all up to you Smiley

in faucetbox.php I set referral = "true" but now my standard payments say "referral payout" next to them.

Well... by changing $referral in faucetbox.php file you've just said that all your payments are referrals. Do not change faucetbox.php. Just use $faucetbox->sendReferralEarnings method when sending referral and $faucetbox->send when sending standard payments.

Unless stated otherwise, all opinions are of my own, not FaucetBOX.com's.
Dalyb
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
January 25, 2015, 12:42:06 PM
 #529

hey, can someone say me where i have to put ad code if i want it between captcha and address box? i saw a lot of faucets with this.. but i can't edit it in settings.. there is no box for it so it must be in the code..
minifrij
Legendary
*
Offline Offline

Activity: 2324
Merit: 1267


In Memory of Zepher


View Profile WWW
January 25, 2015, 12:58:55 PM
 #530

hey, can someone say me where i have to put ad code if i want it between captcha and address box? i saw a lot of faucets with this.. but i can't edit it in settings.. there is no box for it so it must be in the code..
Go to your template's folder, open index.php, find where the box to insert the address is and place it in the code underneath. In the default 'base' template, place the code at line 78 on index.php.
Dalyb
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
January 25, 2015, 01:07:07 PM
 #531

im using 'default' not 'base'
minifrij
Legendary
*
Offline Offline

Activity: 2324
Merit: 1267


In Memory of Zepher


View Profile WWW
January 25, 2015, 01:09:39 PM
 #532

im using 'default' not 'base'
I believe it's at line 153 on default's index.php.
Dalyb
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
January 25, 2015, 01:16:45 PM
 #533

so i have to put ad code on line 153 and i will have it between address and captcha right?
minifrij
Legendary
*
Offline Offline

Activity: 2324
Merit: 1267


In Memory of Zepher


View Profile WWW
January 25, 2015, 01:17:34 PM
 #534

so i have to put ad code on line 153 and i will have it between address and captcha right?
Looks like it.
Dalyb
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
January 25, 2015, 01:39:34 PM
 #535

line 153

https://i.imgur.com/7XgDeIe.png

and its not working
my faucet is fattypillow.com
whitewhidow
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
January 25, 2015, 01:42:10 PM
 #536

line 153



and its not working
my faucet is fattypillow.com

wow

TO WHOEVER STOL MY ACCOUNT AND WAS NOW USING IT AS HIS OWN,   FCK OFF PLEASE   
 - The REAL WHITEWHIDOW
Dalyb
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
January 25, 2015, 01:44:01 PM
 #537

? Cheesy
minifrij
Legendary
*
Offline Offline

Activity: 2324
Merit: 1267


In Memory of Zepher


View Profile WWW
January 25, 2015, 02:02:43 PM
 #538

line 153



and its not working
my faucet is fattypillow.com
Go to templates>default>index.php and look on line 153 there.

Also, don't use a shorte.st entering code. It makes you look like a money whore.
Dalyb
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
January 25, 2015, 02:48:58 PM
 #539

Ok, this is between rewards and address but i need between address and captcha
Kazuldur (OP)
Legendary
*
Offline Offline

Activity: 971
Merit: 1000


View Profile
January 25, 2015, 03:04:22 PM
 #540

Ok, this is between rewards and address but i need between address and captcha

I recommend you this: http://www.codecademy.com/en/tracks/web . It will help you understand HTML and then you'll be able to put your ads wherever you want Smiley.

Unless stated otherwise, all opinions are of my own, not FaucetBOX.com's.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 [27] 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!