Author

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

hero member
Activity: 686
Merit: 500
October 17, 2015, 05:04:25 AM
I am not going to misuse on user privacy because I am also a user of faucetbox. But I want to say that, if there is an ip, then we can ban those user who bot our faucet.
That is a terrible idea. Just catch bots with your analytics and raw logs from your server. It can be done.
full member
Activity: 168
Merit: 100
October 17, 2015, 05:00:28 AM
Hi Kazuldur, I am a faucet owner. I want to suggest about a new feature. In a page "payouts in last 14 days". Can you show what is the current ip address of that btc address which recive payout from our faucet.I think this will hepl us to get better monitor on our user.

No, as we don't have that information and don't want to have it for users privacy.
I am not going to misuse on user privacy because I am also a user of faucetbox. But I want to say that, if there is an ip, then we can ban those user who bot our faucet.
legendary
Activity: 971
Merit: 1000
October 17, 2015, 03:06:49 AM
Hi Kazuldur, I am a faucet owner. I want to suggest about a new feature. In a page "payouts in last 14 days". Can you show what is the current ip address of that btc address which recive payout from our faucet.I think this will hepl us to get better monitor on our user.

No, as we don't have that information and don't want to have it for users privacy.

Is it possible to make separate accounts (BTC addresses) for every faucet - optionally?

(The one way to stop bots till moment to put some new blockade is just don't fill them up. But if i have two and only one is attacked i can not fill both of them.. if you know what i mean..)

That's possible only by creating multiple accounts on FaucetBOX.com.

Can i do this to block tor ips?
By going to https://www.dan.me.uk/torlist/, can I copy and paste these IPs into my IP blacklist in the security tab on my faucetinabox admin page? Or do I have to do something more?

Edit: I tried to tor myself.. It worked and I got redirected somewhere else.
Can i choose where to redirect these pesky tor users to like a page that has 10 ads as the only thing in it?

Remember to update it every few days, as tor exit nodes change often.
You have to change the script itself if you want to change where they're redirected. In r60 that's a function "banned()", lines 1435-1439 of main index.php file. Replacing the "http_response_code(500);" with "header("Location: http://your-page-with-ads.com");" should work.
hero member
Activity: 560
Merit: 501
Supermutated Virulent Microbial Strain
October 17, 2015, 02:12:30 AM
Can i do this to block tor ips?
By going to https://www.dan.me.uk/torlist/, can I copy and paste these IPs into my IP blacklist in the security tab on my faucetinabox admin page? Or do I have to do something more?

Edit: I tried to tor myself.. It worked and I got redirected somewhere else.
Can i choose where to redirect these pesky tor users to like a page that has 10 ads as the only thing in it?
full member
Activity: 196
Merit: 100
October 17, 2015, 12:09:51 AM
Is it possible to make separate accounts (BTC addresses) for every faucet - optionally?

(The one way to stop bots till moment to put some new blockade is just don't fill them up. But if i have two and only one is attacked i can not fill both of them.. if you know what i mean..)
full member
Activity: 168
Merit: 100
October 16, 2015, 10:09:21 PM
Hi Kazuldur, I am a faucet owner. I want to suggest about a new feature. In a page "payouts in last 14 days". Can you show what is the current ip address of that btc address which recive payout from our faucet.I think this will hepl us to get better monitor on our user.
legendary
Activity: 3234
Merit: 5637
Blackjack.fun-Free Raffle-Join&Win $50🎲
October 16, 2015, 03:38:56 PM
Quote
All our Bitcoin transactions  have 300-500 outputs, Blockchain.net always shows it only after it has been confirmed.
I know nothing about MultibitClassic, but this transactions is standard. Just wait a few hours until it gets confirmed.

Everything is fine now, thanks for the quick reply Smiley
legendary
Activity: 971
Merit: 1000
October 16, 2015, 12:31:15 PM

There is another bug in r60 and older.

In /index.php it says:
Code:
$eligible = $time > intval($data['timer']);

must be
Code:
$eligible = $time >= intval($data['timer']);

This is related to the claiming interval issue you partially fixed around:
https://bitcointalksearch.org/topic/m.10844204

Thanks Smiley

I have a pending transaction and message on blockchain : Transaction rejected by our node. Reason: The Maximum number of outputs in a single transaction is 200

MultibitClassic say: This transaction is not standard and should not be trusted

The first time I see this, what is it exactly?

All our Bitcoin transactions  have 300-500 outputs, Blockchain.net always shows it only after it has been confirmed.
I know nothing about MultibitClassic, but this transactions is standard. Just wait a few hours until it gets confirmed.
legendary
Activity: 3234
Merit: 5637
Blackjack.fun-Free Raffle-Join&Win $50🎲
October 16, 2015, 11:42:16 AM
I have a pending transaction and message on blockchain : Transaction rejected by our node. Reason: The Maximum number of outputs in a single transaction is 200

MultibitClassic say: This transaction is not standard and should not be trusted

The first time I see this, what is it exactly?
full member
Activity: 500
Merit: 100
October 16, 2015, 04:54:51 AM

There is another bug in r60 and older.

In /index.php it says:
Code:
$eligible = $time > intval($data['timer']);

must be
Code:
$eligible = $time >= intval($data['timer']);

This is related to the claiming interval issue you partially fixed around:
https://bitcointalksearch.org/topic/m.10844204
legendary
Activity: 971
Merit: 1000
October 15, 2015, 05:17:21 PM
Yes thank you, all of this today, and in the index.php also
Code:
...

Hello, sorry to bother you but I am getting these errors in faucetbox.php every day and don't know what to do, thanks greetings
Code:
[15-Oct-2015 11:37:47 America/New_York] PHP Warning:  array_key_exists() expects parameter 2 to be array, null given in /libs/faucetbox.php on line 108
[15-Oct-2015 11:37:47 America/New_York] PHP Warning:  array_key_exists() expects parameter 2 to be array, null given in /libs/faucetbox.php on line 152

How often do you see them? I think they may happen if there's a problem with a connection, which can happen on occasions.

We will fix it in r61 Smiley
sr. member
Activity: 350
Merit: 250
October 15, 2015, 01:47:54 PM
Yes thank you, all of this today, and in the index.php also
Code:
[15-Oct-2015 11:37:47 America/New_York] PHP Warning:  array_key_exists() expects parameter 2 to be array, null given in libs/faucetbox.php on line 108
[15-Oct-2015 11:37:47 America/New_York] PHP Warning:  array_key_exists() expects parameter 2 to be array, null given in libs/faucetbox.php on line 152
[15-Oct-2015 11:37:48 America/New_York] PHP Warning:  array_key_exists() expects parameter 2 to be array, null given in libs/faucetbox.php on line 108
[15-Oct-2015 11:37:48 America/New_York] PHP Warning:  array_key_exists() expects parameter 2 to be array, null given in libs/faucetbox.php on line 152
[15-Oct-2015 12:06:02 America/New_York] PHP Warning:  array_key_exists() expects parameter 2 to be array, null given in libs/faucetbox.php on line 108
[15-Oct-2015 12:06:02 America/New_York] PHP Warning:  array_key_exists() expects parameter 2 to be array, null given in libs/faucetbox.php on line 152
[15-Oct-2015 12:31:10 America/New_York] PHP Warning:  array_key_exists() expects parameter 2 to be array, null given in libs/faucetbox.php on line 108
[15-Oct-2015 12:31:10 America/New_York] PHP Warning:  array_key_exists() expects parameter 2 to be array, null given in libs/faucetbox.php on line 152
[15-Oct-2015 12:31:11 America/New_York] PHP Warning:  array_key_exists() expects parameter 2 to be array, null given in libs/faucetbox.php on line 108
[15-Oct-2015 12:31:11 America/New_York] PHP Warning:  array_key_exists() expects parameter 2 to be array, null given in libs/faucetbox.php on line 152
[15-Oct-2015 12:31:42 America/New_York] PHP Warning:  array_key_exists() expects parameter 2 to be array, null given in libs/faucetbox.php on line 108
[15-Oct-2015 12:31:42 America/New_York] PHP Warning:  array_key_exists() expects parameter 2 to be array, null given in libs/faucetbox.php on line 152
[15-Oct-2015 12:40:10 America/New_York] PHP Warning:  array_key_exists() expects parameter 2 to be array, null given in libs/faucetbox.php on line 108
[15-Oct-2015 12:40:10 America/New_York] PHP Warning:  array_key_exists() expects parameter 2 to be array, null given in libs/faucetbox.php on line 152
[15-Oct-2015 12:42:14 America/New_York] PHP Warning:  array_key_exists() expects parameter 2 to be array, null given in libs/faucetbox.php on line 108
[15-Oct-2015 12:42:14 America/New_York] PHP Warning:  array_key_exists() expects parameter 2 to be array, null given in libs/faucetbox.php on line 152
[15-Oct-2015 12:57:10 America/New_York] PHP Warning:  array_key_exists() expects parameter 2 to be array, null given in libs/faucetbox.php on line 108
[15-Oct-2015 12:57:10 America/New_York] PHP Warning:  array_key_exists() expects parameter 2 to be array, null given in libs/faucetbox.php on line 152
[15-Oct-2015 12:57:56 America/New_York] PHP Warning:  array_key_exists() expects parameter 2 to be array, null given in libs/faucetbox.php on line 108
[15-Oct-2015 12:57:56 America/New_York] PHP Warning:  array_key_exists() expects parameter 2 to be array, null given in libs/faucetbox.php on line 152
[15-Oct-2015 13:15:06 America/New_York] PHP Warning:  array_key_exists() expects parameter 2 to be array, null given in libs/faucetbox.php on line 108
[15-Oct-2015 13:15:06 America/New_York] PHP Warning:  array_key_exists() expects parameter 2 to be array, null given in libs/faucetbox.php on line 152
[15-Oct-2015 14:24:46 America/New_York] PHP Warning:  array_key_exists() expects parameter 2 to be array, null given in libs/faucetbox.php on line 108
[15-Oct-2015 14:24:46 America/New_York] PHP Warning:  array_key_exists() expects parameter 2 to be array, null given in libs/faucetbox.php on line 152
[15-Oct-2015 14:25:15 America/New_York] PHP Warning:  array_key_exists() expects parameter 2 to be array, null given in libs/faucetbox.php on line 108
[15-Oct-2015 14:25:15 America/New_York] PHP Warning:  array_key_exists() expects parameter 2 to be array, null given in libs/faucetbox.php on line 152
[15-Oct-2015 14:25:58 America/New_York] PHP Warning:  array_key_exists() expects parameter 2 to be array, null given in index.php on line 2036
[15-Oct-2015 14:26:11 America/New_York] PHP Warning:  array_key_exists() expects parameter 2 to be array, null given in index.php on line 2036
[15-Oct-2015 14:26:25 America/New_York] PHP Warning:  array_key_exists() expects parameter 2 to be array, null given in index.php on line 2036
[15-Oct-2015 14:26:44 America/New_York] PHP Warning:  array_key_exists() expects parameter 2 to be array, null given in index.php on line 2036
[15-Oct-2015 14:26:49 America/New_York] PHP Warning:  array_key_exists() expects parameter 2 to be array, null given in index.php on line 2036
[15-Oct-2015 14:27:05 America/New_York] PHP Warning:  array_key_exists() expects parameter 2 to be array, null given in libs/faucetbox.php on line 108
[15-Oct-2015 14:27:05 America/New_York] PHP Warning:  array_key_exists() expects parameter 2 to be array, null given in libs/faucetbox.php on line 152
[15-Oct-2015 14:27:33 America/New_York] PHP Warning:  array_key_exists() expects parameter 2 to be array, null given in index.php on line 2036
[15-Oct-2015 14:27:34 America/New_York] PHP Warning:  array_key_exists() expects parameter 2 to be array, null given in index.php on line 2036
[15-Oct-2015 14:27:36 America/New_York] PHP Warning:  array_key_exists() expects parameter 2 to be array, null given in index.php on line 2036
[15-Oct-2015 14:27:44 America/New_York] PHP Warning:  array_key_exists() expects parameter 2 to be array, null given in index.php on line 2036
[15-Oct-2015 14:27:49 America/New_York] PHP Warning:  array_key_exists() expects parameter 2 to be array, null given in index.php on line 2036
[15-Oct-2015 14:27:49 America/New_York] PHP Warning:  array_key_exists() expects parameter 2 to be array, null given in libs/faucetbox.php on line 108
[15-Oct-2015 14:27:49 America/New_York] PHP Warning:  array_key_exists() expects parameter 2 to be array, null given in libs/faucetbox.php on line 152
[15-Oct-2015 14:28:06 America/New_York] PHP Warning:  array_key_exists() expects parameter 2 to be array, null given in index.php on line 2036
[15-Oct-2015 14:28:16 America/New_York] PHP Warning:  array_key_exists() expects parameter 2 to be array, null given in index.php on line 2036
[15-Oct-2015 14:28:24 America/New_York] PHP Warning:  array_key_exists() expects parameter 2 to be array, null given in index.php on line 2036

Hello, sorry to bother you but I am getting these errors in faucetbox.php every day and don't know what to do, thanks greetings
Code:
[15-Oct-2015 11:37:47 America/New_York] PHP Warning:  array_key_exists() expects parameter 2 to be array, null given in /libs/faucetbox.php on line 108
[15-Oct-2015 11:37:47 America/New_York] PHP Warning:  array_key_exists() expects parameter 2 to be array, null given in /libs/faucetbox.php on line 152

How often do you see them? I think they may happen if there's a problem with a connection, which can happen on occasions.
legendary
Activity: 971
Merit: 1000
October 15, 2015, 01:43:50 PM
Hello, sorry to bother you but I am getting these errors in faucetbox.php every day and don't know what to do, thanks greetings
Code:
[15-Oct-2015 11:37:47 America/New_York] PHP Warning:  array_key_exists() expects parameter 2 to be array, null given in /libs/faucetbox.php on line 108
[15-Oct-2015 11:37:47 America/New_York] PHP Warning:  array_key_exists() expects parameter 2 to be array, null given in /libs/faucetbox.php on line 152

How often do you see them? I think they may happen if there's a problem with a connection, which can happen on occasions.
sr. member
Activity: 350
Merit: 250
October 15, 2015, 11:16:27 AM
Hello, sorry to bother you but I am getting these errors in faucetbox.php every day and don't know what to do, thanks greetings
Code:
[15-Oct-2015 11:37:47 America/New_York] PHP Warning:  array_key_exists() expects parameter 2 to be array, null given in /libs/faucetbox.php on line 108
[15-Oct-2015 11:37:47 America/New_York] PHP Warning:  array_key_exists() expects parameter 2 to be array, null given in /libs/faucetbox.php on line 152
full member
Activity: 168
Merit: 100
October 15, 2015, 08:05:00 AM
Kazuldur, I think that faucet list on your website are arrange with their payout. But there is no any number or thing to help me to find my faucet on your list. So that, I want to say, please add search box on your faucet list page. Which will help us to find our faucet on your list without wasting any time.  Smiley
Ctrl+F. Use it!
Thank you man. Grin
sr. member
Activity: 322
Merit: 250
Bonus Claim Url: http://betonline.wager.bz
October 15, 2015, 07:35:44 AM

Kaz I have sent you a PM with a list of all the addresses who have hacked me in the last 24 hours...

Banned:



That's three pages of claims during a 2 hour test period. I probably have 6-7 pages to look through.





what did these address owners in your faucets? Can you explain us? So we can learn to avoid these things.
hero member
Activity: 686
Merit: 500
October 15, 2015, 06:26:19 AM
Kazuldur, I think that faucet list on your website are arrange with their payout. But there is no any number or thing to help me to find my faucet on your list. So that, I want to say, please add search box on your faucet list page. Which will help us to find our faucet on your list without wasting any time.  Smiley
Ctrl+F. Use it!
full member
Activity: 182
Merit: 100
October 15, 2015, 04:02:25 AM
I love that the faucet's list got the list view back. And the Faucet's Age is a great idea.
legendary
Activity: 3178
Merit: 1140
#SWGT CERTIK Audited
October 14, 2015, 10:23:04 PM
Kazuldur, I think that faucet list on your website are arrange with their payout. But there is no any number or thing to help me to find my faucet on your list. So that, I want to say, please add search box on your faucet list page. Which will help us to find our faucet on your list without wasting any time.  Smiley
You can use the search option in every browser in pc/phone
full member
Activity: 168
Merit: 100
October 14, 2015, 10:17:08 PM
Kazuldur, I think that faucet list on your website are arrange with their payout. But there is no any number or thing to help me to find my faucet on your list. So that, I want to say, please add search box on your faucet list page. Which will help us to find our faucet on your list without wasting any time.  Smiley
Jump to: