Bitcoin Forum
June 17, 2024, 03:10:22 AM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 ... 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 [141] 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 »
  Print  
Author Topic: FaucetBOX.com Discussion  (Read 236941 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
allexyame
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
September 19, 2016, 04:07:25 PM
 #2801

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.
Kazuldur (OP)
Legendary
*
Offline Offline

Activity: 971
Merit: 1000


View Profile
September 19, 2016, 05:14:18 PM
 #2802

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?

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

Activity: 1414
Merit: 1000


View Profile
September 20, 2016, 03:53:26 PM
 #2803

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.
Kazuldur (OP)
Legendary
*
Offline Offline

Activity: 971
Merit: 1000


View Profile
September 20, 2016, 06:33:27 PM
 #2804

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:
<?php
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.

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

Activity: 1414
Merit: 1000


View Profile
September 21, 2016, 05:01:04 AM
 #2805

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)
minifrij
Legendary
*
Offline Offline

Activity: 2324
Merit: 1267


In Memory of Zepher


View Profile WWW
September 21, 2016, 10:06:18 AM
 #2806

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.
ahmedjadoon
Legendary
*
Offline Offline

Activity: 1414
Merit: 1000


View Profile
September 21, 2016, 08:03:20 PM
 #2807

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.
Gregc1131
Full Member
***
Offline Offline

Activity: 223
Merit: 103



View Profile WWW
September 21, 2016, 09:06:24 PM
 #2808

Is r65 still compatible with antibotlinks? 

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

dpapaemc
Sr. Member
****
Offline Offline

Activity: 255
Merit: 260


View Profile
September 21, 2016, 09:24:04 PM
 #2809

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']) {

Abbybenson
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
September 21, 2016, 09:32:16 PM
 #2810

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.
Racey
Legendary
*
Offline Offline

Activity: 1134
Merit: 1000


Soon, I have to go away.


View Profile
September 21, 2016, 09:40:52 PM
 #2811

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.

And its gone.
minifrij
Legendary
*
Offline Offline

Activity: 2324
Merit: 1267


In Memory of Zepher


View Profile WWW
September 21, 2016, 09:45:03 PM
 #2812

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.
Gregc1131
Full Member
***
Offline Offline

Activity: 223
Merit: 103



View Profile WWW
September 21, 2016, 10:46:28 PM
 #2813

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

ahmedjadoon
Legendary
*
Offline Offline

Activity: 1414
Merit: 1000


View Profile
September 22, 2016, 06:15:13 AM
Last edit: September 22, 2016, 11:40:39 AM by ahmedjadoon
 #2814

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.
It fixed the problem I think and it showed my balance.
But it's almost emptied. @OP Can you check if someone has used my API to empty my wallet.  Username: ahmedjadoon2
Kazuldur (OP)
Legendary
*
Offline Offline

Activity: 971
Merit: 1000


View Profile
September 22, 2016, 06:52:34 PM
 #2815

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.
It fixed the problem I think and it showed my balance.
But it's almost emptied. @OP Can you check if someone has used my API to empty my wallet.  Username: ahmedjadoon2

Contact support@faucetbox.com, you'll get better help there in cases like that.

I took a quick glance though. Looks like only one IP address used your API key and there are about 2 payouts every minute, with rewards from ~1020 to ~2005 satoshi. So I guess it's nothing out of ordinary.

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

Activity: 1064
Merit: 1000


View Profile
September 23, 2016, 02:58:40 AM
 #2816

Hello Kazuldur,

Is there a way to keep separate balances for 2 different faucets on the same account? Right now even though my 2 faucets have different API keys, they are still using the same balance. Thanks!
Kazuldur (OP)
Legendary
*
Offline Offline

Activity: 971
Merit: 1000


View Profile
September 23, 2016, 03:35:07 PM
 #2817

Hello Kazuldur,

Is there a way to keep separate balances for 2 different faucets on the same account? Right now even though my 2 faucets have different API keys, they are still using the same balance. Thanks!

No, you have to create a second account for that.

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

Activity: 261
Merit: 102


View Profile
September 25, 2016, 02:57:13 AM
 #2818

Currently the type="submit" attribute makes the claim button work. Where I go to change the value ex. tpye="ahdgdu"
Planning on making a way to secure the faucet against bots.
Superhitech
Legendary
*
Offline Offline

Activity: 1064
Merit: 1000


View Profile
September 25, 2016, 03:14:12 AM
 #2819

Hello Kazuldur,

Is there a way to keep separate balances for 2 different faucets on the same account? Right now even though my 2 faucets have different API keys, they are still using the same balance. Thanks!

No, you have to create a second account for that.

Great, thanks for your reply.

One more question; is there a way to search my database for a certain IP address that I can delete? I know the IP, I just want to remove it from my faucet.
minifrij
Legendary
*
Offline Offline

Activity: 2324
Merit: 1267


In Memory of Zepher


View Profile WWW
September 25, 2016, 03:16:22 PM
 #2820

Currently the type="submit" attribute makes the claim button work. Where I go to change the value ex. tpye="ahdgdu"
Planning on making a way to secure the faucet against bots.
You cannot edit the type value of an input tag as it is what defines the object its self. If you changed type='submit' to anything else it would default to a text box.
What you can change is the name and id values of one, however you must make sure you change every instance of the object in the script (E.G having an input with name='input1' would correspond to $_POST['input1'], no other value would work for it) else your script will no longer work.

One more question; is there a way to search my database for a certain IP address that I can delete? I know the IP, I just want to remove it from my faucet.
You could use a SQL DELETE query in your PhpMyAdmin panel, though it would have to be somewhat complicated due to the way FaucetInABox's database infrastructure is set up. Kazuldur will probably be able to help you out with it.
Pages: « 1 ... 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 [141] 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 »
  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!