Pages:
Author

Topic: FaucetBOX.com Discussion - page 16. (Read 237001 times)

full member
Activity: 223
Merit: 103
September 21, 2016, 05:46:28 PM
Is r65 still compatible with antibotlinks? 

Can't seem to find "$data['captcha_valid'] &&" line anymore.


   Your looking for line #429...Put it here, it works but timer is still active on reward button so set it at "0".

if (array_key_exists('address', $_POST) && $data['enabled'] && $data['eligible']) {
 # AntiBotLinks START
 $antibotlinks->is_valid() && 
 # AntiBotLinks END 

Old Scrypt looked like this:

if (array_key_exists('address', $_POST) &&
$data['captcha_valid'] &&
 # AntiBotLinks START
 $antibotlinks->is_valid() && 
 # AntiBotLinks END
$data['enabled'] &&
$data['eligible']) {



Great, will look into it when i get home, thanks for help Smiley
legendary
Activity: 2352
Merit: 1268
In Memory of Zepher
September 21, 2016, 04:45:03 PM
I can't find this php.ini file you are referring to.
php.ini is the configuration that the PHP installed on the server follows. If you are using Shared Hosting this may not be readily available to you.
It may be listed on your cPanel as 'PHP Configuration' or something similar. If not, you can contact your webhost's support and they will likely tell you how to change it or change it for you.

Your looking for line #429...Put it here, it works but timer is still active on reward button so set it at "0".
That is line number 409 in the default script, in case you are lost.

what determines the order of the faucetlist? I pay more and have been running longer than some of these new faucets which are popping up above me.
IIRC the order of faucets on the list is based on the amount of upvotes and downvotes a faucet receives on the list. It isn't based on payments or time running anymore.

It may be because you have not listed your faucet on this website, now is a great chance to promote it.
Create new topic in this section Micro earnings, good luck.
I believe that the FaucetBOX list is irrelevant to whether the faucet is listed on this forum. While it could be positive for the faucet in general, it does not affect it's position on the FaucetBOX faucet list.
legendary
Activity: 1134
Merit: 1000
Soon, I have to go away.
September 21, 2016, 04:40:52 PM
what determines the order of the faucetlist? I pay more and have been running longer than some of these new faucets which are popping up above me.

It may be because you have not listed your faucet on this website, now is a great chance to promote it.

Create new topic in this section Micro earnings, good luck.
member
Activity: 98
Merit: 10
September 21, 2016, 04:32:16 PM
what determines the order of the faucetlist? I pay more and have been running longer than some of these new faucets which are popping up above me.
sr. member
Activity: 255
Merit: 260
September 21, 2016, 04:24:04 PM
Is r65 still compatible with antibotlinks?  

Can't seem to find "$data['captcha_valid'] &&" line anymore.


   Your looking for line #429...Put it here, it works but timer is still active on reward button so set it at "0".

if (array_key_exists('address', $_POST) && $data['enabled'] && $data['eligible']) {
 # AntiBotLinks START
 $antibotlinks->is_valid() &&  
 # AntiBotLinks END  

Old Scrypt looked like this:

if (array_key_exists('address', $_POST) &&
$data['captcha_valid'] &&
 # AntiBotLinks START
 $antibotlinks->is_valid() &&  
 # AntiBotLinks END
$data['enabled'] &&
$data['eligible']) {

full member
Activity: 223
Merit: 103
September 21, 2016, 04:06:24 PM
Is r65 still compatible with antibotlinks? 

Can't seem to find "$data['captcha_valid'] &&" line anymore.
legendary
Activity: 1414
Merit: 1000
September 21, 2016, 03:03:20 PM
This error
Code:
Warning: file_get_contents(): https:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /hermes/walnaweb01a/b1255/moo.dailyfreedogescom/aquabitcoin/balance1.php on line 5 Warning: file_get_contents(https://faucetbox.com/en/api/v1/balance/?api_key=XXX): failed to open stream: no suitable wrapper could be found in /hermes/walnaweb01a/b1255/moo.dailyfreedogescom/aquabitcoin/balance1.php on line 5 bool(false)
Try setting the value of allow_url_fopen to 1 in your php.ini file. Your hosting may have turned it off for you, which may be causing problems.
I can't find this php.ini file you are referring to.
legendary
Activity: 2352
Merit: 1268
In Memory of Zepher
September 21, 2016, 05:06:18 AM
This error
Code:
Warning: file_get_contents(): https:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /hermes/walnaweb01a/b1255/moo.dailyfreedogescom/aquabitcoin/balance1.php on line 5 Warning: file_get_contents(https://faucetbox.com/en/api/v1/balance/?api_key=XXX): failed to open stream: no suitable wrapper could be found in /hermes/walnaweb01a/b1255/moo.dailyfreedogescom/aquabitcoin/balance1.php on line 5 bool(false)
Try setting the value of allow_url_fopen to 1 in your php.ini file. Your hosting may have turned it off for you, which may be causing problems.
legendary
Activity: 1414
Merit: 1000
September 21, 2016, 12:01:04 AM
This error
Code:
Warning: file_get_contents(): https:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /hermes/walnaweb01a/b1255/moo.dailyfreedogescom/aquabitcoin/balance1.php on line 5 Warning: file_get_contents(https://faucetbox.com/en/api/v1/balance/?api_key=XXX): failed to open stream: no suitable wrapper could be found in /hermes/walnaweb01a/b1255/moo.dailyfreedogescom/aquabitcoin/balance1.php on line 5 bool(false)
legendary
Activity: 971
Merit: 1000
September 20, 2016, 01:33:27 PM
I'm sure the ACL feature was disabled on my Faucetbox account for Aquabitcoin. I hope Kazuldur can confirm it.
Also I tried to replace balance_bitcoin to message and no change.

Try:

Code:
error_reporting(-1);
ini_set("display_errors"true);
$apiKey 'INSERTAPIKEYHERE';
var_dump(file_get_contents('https://faucetbox.com/en/api/v1/balance/?api_key=' $apiKey));

I actually think it's a problem with file_get_contents having "https" disabled or something (Faucet in a BOX uses cURL by default).

what is this errors?
Code:
...
Code:
...

Which ones? There are many unrelated errors here. DNS used by your hosting not working, SSL being misconfigured on your hosting, your hosting's database closing your connection prematurely (probably restarting or being overloaded or smth)... All of these can be summed up to a bad hosting though.
legendary
Activity: 1414
Merit: 1000
September 20, 2016, 10:53:26 AM
It worked for DFB http://dailyfreebits.com/balance8.php but no working for my other site http://aquabitcoin.com/balance1.php
Is the IP of Aquabitcoin's server whitelisted in your Access Control List in the Security tab of your Faucet's dashboard?
If so, can you change balance_bitcoin to message and see if that responds with anything?
I'm sure the ACL feature was disabled on my Faucetbox account for Aquabitcoin. I hope Kazuldur can confirm it.
Also I tried to replace balance_bitcoin to message and no change.
legendary
Activity: 971
Merit: 1000
September 19, 2016, 12:14:18 PM
there is a bug with new faucets promotion - after approval, there are url , claim frequency and currency become empty - so its not showing in faucets list!

Can someone confirm that? I can't replicate this bug.

I'm also being affected by this bug.

This bug is already fixed. Just fix the details and submit your faucet for a reapproval and it'll get approved correctly now.

I can't say I'm sure that A-Ads would be good for you. While it is consistent in paying to a Bitcoin address on time, the earnings from ads can significantly vary depending on the advertisers at the moment. In addition, due to the way A-Ads works, you would likely be taking earnings away from Faucet owners by using this service.
I'd personally suggest BitMedia, since AFAIK they are closest to AdSense. However, I believe the Freebitco.in and Freedoge.co.in faucets have been doing well with MellowAds since their AdSense account was terminated.

You could try making a thread in the Auctions section about it, however you may be better using a self serve advertising platform like CoinAd, MellowAds or BuySellAds (FIAT) if you would like to allow individuals to advertise with you.

Thanks for suggestions Smiley. We'll definitely check out Bitmedia, MellowAds and a few others in coming weeks. We will probably choose a network that pays in fiat though, taxes are hard with bitcoin.

Go for both Coinad and Mellowads. They both work fine for my faucet but Coinad mostly pays me better. If you are okay with fiat then Buysellads definitely has a potential to make more money with - bigger advertisers.
Is it a 468x60 banner at the check page? Can we get a text ad? If you post an auction with details and stats I'd like to participate.

Like I said above, we actually prefer fiat, so we'll make sure to check BuySellAds Smiley

Does anyone here has experience with Yandex Advertising?
newbie
Activity: 17
Merit: 0
September 19, 2016, 11:07:25 AM
there is a bug with new faucets promotion - after approval, there are url , claim frequency and currency become empty - so its not showing in faucets list!

Can someone confirm that? I can't replicate this bug.

I'm also being affected by this bug.
legendary
Activity: 1414
Merit: 1000
September 18, 2016, 11:34:21 PM
Did your faucetbox website lose your adsense?
I see no reason why you lose your account.

Yup, we did. As always with AdSense bans, we've only got some vague explanation. Apparently "click fraud". I guess that someone didn't like FaucetBOX.com and click-bombed us. Actually that happened a few times before, but we've always reported that to Google and disabled ads for a short while. I guess this time we didn't notice in time. We'll try to appeal, but odds are we won't get our AdSense account back.

I must say that it hurt us, it was by far our main source of revenue that allowed us to lose money on fees (currently 1% is paid by faucet owners on deposits, another 0.8-1.5% is paid by us). Fortunately we never really trusted AdSense so we have reserves (both in fiat and Bitcoin) that allow us to keep going for quite a long time Smiley. We'll experiment with other ad networks in next weeks (a-ads currently). Anyone here wants to advertise on FaucetBOX.com Check page?
Go for both Coinad and Mellowads. They both work fine for my faucet but Coinad mostly pays me better. If you are okay with fiat then Buysellads definitely has a potential to make more money with - bigger advertisers.
Is it a 468x60 banner at the check page? Can we get a text ad? If you post an auction with details and stats I'd like to participate.
legendary
Activity: 2352
Merit: 1268
In Memory of Zepher
September 18, 2016, 06:15:27 PM
We'll experiment with other ad networks in next weeks (a-ads currently).
I can't say I'm sure that A-Ads would be good for you. While it is consistent in paying to a Bitcoin address on time, the earnings from ads can significantly vary depending on the advertisers at the moment. In addition, due to the way A-Ads works, you would likely be taking earnings away from Faucet owners by using this service.
I'd personally suggest BitMedia, since AFAIK they are closest to AdSense. However, I believe the Freebitco.in and Freedoge.co.in faucets have been doing well with MellowAds since their AdSense account was terminated.

Anyone here wants to advertise on FaucetBOX.com Check page?
You could try making a thread in the Auctions section about it, however you may be better using a self serve advertising platform like CoinAd, MellowAds or BuySellAds (FIAT) if you would like to allow individuals to advertise with you.
full member
Activity: 223
Merit: 103
September 18, 2016, 05:05:46 PM

   BTW, here is an updated 5.0 Anti-bot Link to add to your Index.php files.

       Anti-bots Links 5.0  (by makejar.com).


http://bit.makejar.com/labs/anti-bot-links-501/install.php
i just saw 5.01 is out, but i didn't update yet tho.
sr. member
Activity: 255
Merit: 260
September 18, 2016, 04:51:44 PM

   BTW, here is an updated 5.0 Anti-bot Link to add to your Index.php files.

       Anti-bots Links 5.0  (by makejar.com).

sr. member
Activity: 255
Merit: 260
September 18, 2016, 03:45:19 PM

  Here are a few of the network ad campaigns that I've found to be reliable and consistent.
 
  They all payout in BitCoin and some have the option of Fiat Currency.

legendary
Activity: 1134
Merit: 1000
Soon, I have to go away.
September 18, 2016, 03:29:12 PM
Did your faucetbox website lose your adsense?
I see no reason why you lose your account.

Yup, we did. As always with AdSense bans, we've only got some vague explanation. Apparently "click fraud". I guess that someone didn't like FaucetBOX.com and click-bombed us. Actually that happened a few times before, but we've always reported that to Google and disabled ads for a short while. I guess this time we didn't notice in time. We'll try to appeal, but odds are we won't get our AdSense account back.

I must say that it hurt us, it was by far our main source of revenue that allowed us to lose money on fees (currently 1% is paid by faucet owners on deposits, another 0.8-1.5% is paid by us). Fortunately we never really trusted AdSense so we have reserves (both in fiat and Bitcoin) that allow us to keep going for quite a long time Smiley. We'll experiment with other ad networks in next weeks (a-ads currently). Anyone here wants to advertise on FaucetBOX.com Check page?

Click bombed by some one who is really jealous of your successful website no doubt, hope your appeal wins.
This would be devastating if you had to give up your website.

No doubt your reserves will keep you going, but the money soon goes as expenses and so on.
Wish you luck.
legendary
Activity: 971
Merit: 1000
September 18, 2016, 03:13:38 PM
Did your faucetbox website lose your adsense?
I see no reason why you lose your account.

Yup, we did. As always with AdSense bans, we've only got some vague explanation. Apparently "click fraud". I guess that someone didn't like FaucetBOX.com and click-bombed us. Actually that happened a few times before, but we've always reported that to Google and disabled ads for a short while. I guess this time we didn't notice in time. We'll try to appeal, but odds are we won't get our AdSense account back.

I must say that it hurt us, it was by far our main source of revenue that allowed us to lose money on fees (currently 1% is paid by faucet owners on deposits, another 0.8-1.5% is paid by us). Fortunately we never really trusted AdSense so we have reserves (both in fiat and Bitcoin) that allow us to keep going for quite a long time Smiley. We'll experiment with other ad networks in next weeks (a-ads currently). Anyone here wants to advertise on FaucetBOX.com Check page?
Pages:
Jump to: