Bitcoin Forum
May 07, 2024, 06:07:16 PM *
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 ... 74 »
  Print  
Author Topic: [ANN] FaucetBOX.com - API & faucet script, create your own crypto faucet  (Read 119977 times)
sofocles
Full Member
***
Offline Offline

Activity: 167
Merit: 100


View Profile WWW
November 12, 2014, 03:04:39 PM
 #121

Kazuldur:

You paid twice by mistake.

Now, you have discounted us the total of those two times.

Therefore, there is a missing payment.

I hope you solve this.


I make sustainable faucets (and other things). Bitmachine.org
1715105236
Hero Member
*
Offline Offline

Posts: 1715105236

View Profile Personal Message (Offline)

Ignore
1715105236
Reply with quote  #2

1715105236
Report to moderator
1715105236
Hero Member
*
Offline Offline

Posts: 1715105236

View Profile Personal Message (Offline)

Ignore
1715105236
Reply with quote  #2

1715105236
Report to moderator
1715105236
Hero Member
*
Offline Offline

Posts: 1715105236

View Profile Personal Message (Offline)

Ignore
1715105236
Reply with quote  #2

1715105236
Report to moderator
It is a common myth that Bitcoin is ruled by a majority of miners. This is not true. Bitcoin miners "vote" on the ordering of transactions, but that's all they do. They can't vote to change the network rules.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
mswork
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
November 12, 2014, 03:08:46 PM
 #122

Switched to Payout delayed: no
Let's see how fast does FaucetBox pay.
mswork
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
November 12, 2014, 05:38:58 PM
 #123

Payment sent in less than 6 hours. Thanks for the payment!
btc4
Full Member
***
Offline Offline

Activity: 176
Merit: 100



View Profile
November 12, 2014, 06:46:50 PM
 #124

Any payments sent from FaucetBox? users Please post  Your feedback ?

fachan
Member
**
Offline Offline

Activity: 63
Merit: 10


View Profile
November 12, 2014, 06:50:38 PM
 #125

Any payments sent from FaucetBox? users Please post  Your feedback ?

I've had 3 payments from them since Saturday.  I am not storing up and they have all showed up.  I was missing the last one and messaged Kazuldur and it was promptly payed.
Kazuldur (OP)
Legendary
*
Offline Offline

Activity: 971
Merit: 1000


View Profile
November 12, 2014, 06:59:01 PM
 #126

Kazuldur:

You paid twice by mistake.

Now, you have discounted us the total of those two times.

Therefore, there is a missing payment.

I hope you solve this.


Please contact us via support@faucetbox.com. I believe that there's no missing payment, but I need your addresses to do the calculations.

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

Activity: 1059
Merit: 1020


View Profile WWW
November 12, 2014, 07:17:20 PM
 #127

How i configurate the new DNS Codes, because my faucet isn't working.

Young Developer amidst Europe. Specialized in Web Programming and Creating Telegram Bots. Looking for a developer? Feel free to drop a mail to me.
Running JaguarBitcoin - Your Place For Scripts
GSVanWinkle
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
November 12, 2014, 07:38:45 PM
 #128

I have not had a payment since they started the server move.  I can't even check my balance on the site.

Prior to the move, it was paying fine.
radiotracker
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
November 12, 2014, 07:46:29 PM
 #129

I have the FaucetBOX Script for my site, but it doesn´t worked for me to change to this:

Code:
public function __exec($method, $params = array()) {
        $params = array_merge($params, array("api_key" => $this->api_key, "currency" => $this->currency));

        $ch = curl_init('https://104.28.29.86/api/v1/');
        curl_setopt($ch, CURLOPT_HTTPHEADER, array('Host: faucetbox.com'));
        //curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);

        curl_setopt($ch, CURLOPT_POST, true);
        curl_setopt($ch, CURLOPT_POSTFIELDS, $params);
        curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);

        $response = json_decode(curl_exec($ch), true);
        $this->last_status = $response['status'];
        curl_close($ch);

        return $response;
    }

Any other IDEAS to solve the
"Error connecting to FaucetBOX.com API. Either your hosting provider doesn't support external connections or FaucetBOX.com API is down. Send an email to support@faucetbox.com if you need help."
Also I see an Update Messsage on the top of the Admin Panel.

zx81
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
November 12, 2014, 07:52:17 PM
 #130

Check out these faucet visitor stats:

Total accumulated   -0.00019858 BTC
Progress till payout   -153%

The "Balance Correction for double transaction" seems to have screwed everything up. I'm guessing a -150% progress means if there are 1.5x visits to all the faucets visited so far the progress will be at 0%.
Kazuldur (OP)
Legendary
*
Offline Offline

Activity: 971
Merit: 1000


View Profile
November 12, 2014, 07:54:41 PM
 #131

How i configurate the new DNS Codes, because my faucet isn't working.
If you have access to /etc/hosts file on your server, you can try to append something like this to it:
Code:
104.28.28.86 faucetbox.com
104.28.28.86 static.faucetbox.com
But I really don't recommend it. It's best to wait until it updates on itself.

I have not had a payment since they started the server move.  I can't even check my balance on the site.

Prior to the move, it was paying fine.

Send me your bitcoin address and I'll check if everything is good.

I have the FaucetBOX Script for my site, but it doesn´t worked for me to change to this:

Try setting "$display_errors = true;" in config.php. Does it show any errors?

Check out these faucet visitor stats:

Total accumulated   -0.00019858 BTC
Progress till payout   -153%

The "Balance Correction for double transaction" seems to have screwed everything up. I'm guessing a -150% progress means if there are 1.5x visits to all the faucets visited so far the progress will be at 0%.

You've been paid twice, so I had to deduce it from the balance. You only have to collect 0.00019858 BTC on faucets to be at 0%. It's 153% of the minimum 0.00013 BTC, not "all so far".


It's getting late, so I won't respond till tomorrow.

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

Activity: 49
Merit: 0


View Profile
November 12, 2014, 08:08:06 PM
 #132

yeah my faucet is worked, but my faucet's balance still N/A , it's normal Huh and how to make an deposit to my faucetbox ?
radiotracker
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
November 12, 2014, 08:12:29 PM
 #133

I get these error messages:

Notice: Undefined index: currency in /hp/ca/aa/gh/www/LandOfDogecoin/index.php on line 522

Warning: Invalid argument supplied for foreach() in /hp/ca/aa/gh/www/LandOfDogecoin/index.php on line 622

Warning: Invalid argument supplied for foreach() in /hp/ca/aa/gh/www/LandOfDogecoin/index.php on line 651

Thanks for your fast and nice support Wink
Salmen
Legendary
*
Offline Offline

Activity: 1059
Merit: 1020


View Profile WWW
November 12, 2014, 08:13:20 PM
 #134

I must wait for the Update to the new DNS? It's too long.

Young Developer amidst Europe. Specialized in Web Programming and Creating Telegram Bots. Looking for a developer? Feel free to drop a mail to me.
Running JaguarBitcoin - Your Place For Scripts
kingscrown
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500


http://fuk.io - check it out!


View Profile WWW
November 12, 2014, 08:45:25 PM
 #135

interesting idea

NeedIfFindIt
Full Member
***
Offline Offline

Activity: 500
Merit: 100



View Profile
November 12, 2014, 10:16:47 PM
 #136

I get these error messages:

Notice: Undefined index: currency in /hp/ca/aa/gh/www/LandOfDogecoin/index.php on line 522

Warning: Invalid argument supplied for foreach() in /hp/ca/aa/gh/www/LandOfDogecoin/index.php on line 622

Warning: Invalid argument supplied for foreach() in /hp/ca/aa/gh/www/LandOfDogecoin/index.php on line 651

Thanks for your fast and nice support Wink


Your PHP and OPENSSL Version is?
BroadwayDraw
Full Member
***
Offline Offline

Activity: 234
Merit: 100



View Profile
November 13, 2014, 01:15:27 AM
 #137

Can we please get an update? Are we still waiting for DNS to propagate ? I see the site as being offline.

Thanks.
ryukamiho
Full Member
***
Offline Offline

Activity: 182
Merit: 100



View Profile
November 13, 2014, 01:32:03 AM
 #138

Error connecting to FaucetBOX.com API. Either your hosting provider doesn't support external connections or FaucetBOX.com API is down. Send an email to support@faucetbox.com if you need help.


This problem is only with me or it sbecause they changed hosts?

DISCIPLINA — The First Blockchain For HR & Education
From core developers of Cardano, PoS minting, unique Web Of Trust & Privacy algorithms. Be the first, join us!
  WEBSITE  TELEGRAM  ANN  BOUNTY  LINKEDIN  WHITEPAPER  Referral Program 5%
BroadwayDraw
Full Member
***
Offline Offline

Activity: 234
Merit: 100



View Profile
November 13, 2014, 01:40:02 AM
 #139

Error connecting to FaucetBOX.com API. Either your hosting provider doesn't support external connections or FaucetBOX.com API is down. Send an email to support@faucetbox.com if you need help.


This problem is only with me or it sbecause they changed hosts?

The whole site has been down for around 2 days now.
NeedIfFindIt
Full Member
***
Offline Offline

Activity: 500
Merit: 100



View Profile
November 13, 2014, 02:32:46 AM
 #140

Error connecting to FaucetBOX.com API. Either your hosting provider doesn't support external connections or FaucetBOX.com API is down. Send an email to support@faucetbox.com if you need help.


This problem is only with me or it sbecause they changed hosts?

The whole site has been down for around 2 days now.

If is too long to be a DNS issue.

I'm just speculating.
They moved to use cloudflare services as protection against DDoS.
It uses TLS 1.2 for encryption.
OPENSSL 0.9.x has a bug that fails in case of TLS.
Most PHP 5.3 & 5.4 hosts come with OPENSSL 0.9.x

Now connect the dots.

What are your PHP and OPENSSL versions?
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 ... 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!