Bitcoin Forum
June 19, 2024, 01:26:12 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 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.
Kazuldur (OP)
Legendary
*
Offline Offline

Activity: 971
Merit: 1000


View Profile
June 28, 2016, 10:30:25 AM
 #2461

Hello Kazuldur, in the field of blocking of ips I get this error in the database (ip_ban_list)

Code:
Warning: #1265 Data truncated for column 'value' at row 1

How can I increase the value?
I don't understand anything about this thank you.

Change the type of "value" column in Faucetinabox_Settings from "text" to "longtext". Look for phpMyAdmin or something similar to manage your database on your hosting panel.

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

Activity: 350
Merit: 250



View Profile
June 28, 2016, 01:02:34 PM
 #2462

Hello Kazuldur, in the field of blocking of ips I get this error in the database (ip_ban_list)

Code:
Warning: #1265 Data truncated for column 'value' at row 1

How can I increase the value?
I don't understand anything about this thank you.

Change the type of "value" column in Faucetinabox_Settings from "text" to "longtext". Look for phpMyAdmin or something similar to manage your database on your hosting panel.
Many thanks Kazuldur, great  Smiley
Swagtoshi
Full Member
***
Offline Offline

Activity: 261
Merit: 102


View Profile
June 28, 2016, 08:01:17 PM
 #2463

When I create a button, it says "disable adblock and reload" even though it's not the claim button. Is it possible to disable this?
Kazuldur (OP)
Legendary
*
Offline Offline

Activity: 971
Merit: 1000


View Profile
June 28, 2016, 08:26:40 PM
 #2464

When I create a button, it says "disable adblock and reload" even though it's not the claim button. Is it possible to disable this?

Tweak libs/check.js to only include the claim button. You're interested in lines 7 and 8:

Code:
            $("input[type=submit]")
            .add("button")

Currently they include all <input type="submit"> and all <button>. If you're using default template, you can probably change it to something like this:

Code:
            $("input.btn-primary[type=submit]")

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

Activity: 162
Merit: 10


Need money


View Profile
June 30, 2016, 01:16:54 PM
 #2465

Evening punters!

I'm seeing some kinda weird activity on my faucet wrt payouts that I can only attribute to some kind of BOT.

1.     Bitcoin   3MEnuhfKB86z21F3CFUAdzeKH96CCWTbst   11 satoshi   2016-06-29 17:10:32 ACST   yes
2.   Bitcoin   3GF4h5qqTSVvP4p82ZvDVbFCyQjBZaGcXH   75 satoshi   2016-06-29 17:10:30 ACST   no
3.   Bitcoin   3LXA2x7Me1KvaWp4n3XHZgGo4e7bjXKwpe   11 satoshi   2016-06-29 17:08:50 ACST   yes
4.   Bitcoin   3B2Nu1uab29xF4orfD8oEbTThbtouWpjdY           75 satoshi   2016-06-29 17:08:49 ACST   no
5.   Bitcoin   3EoScnLTZKwXNkddjcQxh4HGiYaYJpE9rT           11 satoshi   2016-06-29 17:08:28 ACST   yes
6.   Bitcoin   3GsayfzWwvr4qRbGMUrEs5MmTeDLC11qQA   75 satoshi   2016-06-29 17:08:26 ACST   no

This goes on for pages. It seems like some wanker has created a BOT of some kind that  not only nabs a payment and a referral all in one , but also changes wallet address for the next "rotation"  and judging from my server logs, the IP as well.

Yeah ok ...very clever douche-bag ...clap clap ...now PISS OFF !!

I was forced to withdraw my funds yesterday. I was getting error logs full of banned IP's , but this dick was also managing to get a trickle of coin from me too.

The  site was literally being bombarded, but this has fortunately now stopped. It was almost like a DOS attack.
The situation is currently back to normal , but I wont return my funding until I can come up with an improved security regime.

I guess i wouldn't mind if this "traffic" was registering as actual impressions , but my advertising accounts and Google analytics show almost 0 activity, so I'm just loosing money... not earning. ( Hmmm.... slightly hypocritical!..  Undecided )

These people are freaking annoying !!! I have to confess that I'm at a loss to know what to do about it . I thought I had deployed fairly good BOT traps, at least Equal to anyone else's, but I guess not.

Being a NEW faucet manager, I find this quite disappointing ...anyone got any "Viable" solutions?...PM me please

Kazuldur (OP)
Legendary
*
Offline Offline

Activity: 971
Merit: 1000


View Profile
June 30, 2016, 01:22:01 PM
 #2466

This goes on for pages. It seems like some wanker has created a BOT of some kind that  not only nabs a payment and a referral all in one , but also changes wallet address for the next "rotation"  and judging from my server logs, the IP as well.

Can you send me samples of these IP addresses? I'll see if they're something I can ban in NastyHosts.

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

Activity: 2
Merit: 0


View Profile
June 30, 2016, 02:03:19 PM
 #2467


Guys, I'm new here and I need some help.
I'm reaching my FaucetBOX threshold since 4 days ago, but coins not send yet.
I don't even see any transaction yet.

Why? Could you help me please?
getrichquack
Member
**
Offline Offline

Activity: 162
Merit: 10


Need money


View Profile
June 30, 2016, 02:05:31 PM
 #2468


Can you send me samples of these IP addresses? I'll see if they're something I can ban in NastyHosts.

Ok see what I can do Smiley

Kazuldur (OP)
Legendary
*
Offline Offline

Activity: 971
Merit: 1000


View Profile
June 30, 2016, 02:23:27 PM
 #2469


Guys, I'm new here and I need some help.
I'm reaching my FaucetBOX threshold since 4 days ago, but coins not send yet.
I don't even see any transaction yet.

Why? Could you help me please?

We're having some random problems with bitcoin daemon failing to send coins ("Transaction commit failed", whatever that means), which can delay payments, but 4 days seems too long. What's your address?

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

Activity: 2
Merit: 0


View Profile
July 01, 2016, 09:10:02 AM
 #2470


Guys, I'm new here and I need some help.
I'm reaching my FaucetBOX threshold since 4 days ago, but coins not send yet.
I don't even see any transaction yet.

Why? Could you help me please?

We're having some random problems with bitcoin daemon failing to send coins ("Transaction commit failed", whatever that means), which can delay payments, but 4 days seems too long. What's your address?

That's true, more than 2 days.
This is my DASH adress : XjDCnFKifRBxSkhR4yn2TzykpBRRMiDuXJ.

When I'm checking my adress this morning, coin have been sent and received on my wallet. But I hope this never happen again in the future, since as what I've read on FAQ it just at least 48 hours when it takes too long to send coin to wallet.

Thank you for your answer.
ahmedjadoon
Legendary
*
Offline Offline

Activity: 1414
Merit: 1000


View Profile
July 02, 2016, 07:58:54 AM
 #2471

Thanks for lowered fee 1% for bitcoin deposits. How long is this gonna last?
Kazuldur (OP)
Legendary
*
Offline Offline

Activity: 971
Merit: 1000


View Profile
July 02, 2016, 09:22:27 AM
 #2472

Thanks for lowered fee 1% for bitcoin deposits. How long is this gonna last?

It's not a temporary discount. We're going to keep deposits fee at the same level we're paying for network fees for our outgoing transactions.

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

Activity: 41
Merit: 0


View Profile WWW
July 03, 2016, 04:48:21 PM
 #2473

Hi All,

I am getting ready to launch a faucet, but i have a problem that i cannot find the answer to, hoping someone here can help....

Under the faucet, where the affiliate link section shows, I have added my banners, and they display correctly, however...

When a claim is made from the faucet, the affiliate link section goes back to just the basic link section and I cannot find it anywhere in the code so that i can add my banners to display. Can anyone advise on this. thanks.
misterbit
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250



View Profile
July 05, 2016, 07:14:45 PM
 #2474

Hello, I am having this error and do not know that means.
Anyone have it?

Code:
PHP Fatal error:  Class 'PDO' not found in /script/common.php on line 108
Kazuldur (OP)
Legendary
*
Offline Offline

Activity: 971
Merit: 1000


View Profile
July 05, 2016, 07:23:12 PM
 #2475

Hello, I am having this error and do not know that means.
Anyone have it?

Code:
PHP Fatal error:  Class 'PDO' not found in /script/common.php on line 108

Your hosting is missing PDO extension for PHP.

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

Activity: 350
Merit: 250



View Profile
July 05, 2016, 07:28:41 PM
 #2476

Hello, I am having this error and do not know that means.
Anyone have it?

Code:
PHP Fatal error:  Class 'PDO' not found in /script/common.php on line 108

Your hosting is missing PDO extension for PHP.
OK, thanks Kazuldur, I already sent them a ticket.
getrichquack
Member
**
Offline Offline

Activity: 162
Merit: 10


Need money


View Profile
July 06, 2016, 03:43:12 AM
 #2477

I love the faucetbox service and I am using them to run and host over 20 bitcoin faucets.

They have the best support and great features.

Keep up the great work dev!
You are doing the crypto community a great service.

I really mean that.

TOTALLY AGREE !!!

Harlot
Hero Member
*****
Offline Offline

Activity: 1806
Merit: 672


View Profile
July 06, 2016, 03:47:48 AM
 #2478

 It seems that FaucetBox's Faucets are hard to earn now. Way back before There are faucets that pay 3000-5000 Sats a day where I earn more than 100k sats in just one day. Now I barely earn 30k sats. It sad how I see only Faucets paying 500 satoshis and they have very very hard captchas to solve. I hope they were back in the old days.
getrichquack
Member
**
Offline Offline

Activity: 162
Merit: 10


Need money


View Profile
July 06, 2016, 04:08:25 AM
 #2479

It seems that FaucetBox's Faucets are hard to earn now. Way back before There are faucets that pay 3000-5000 Sats a day where I earn more than 100k sats in just one day. Now I barely earn 30k sats. It sad how I see only Faucets paying 500 satoshis and they have very very hard captchas to solve. I hope they were back in the old days.

Mate ...you have all the crooks and their BOTS to blame for that.
 
I'm sure Faucet owners would offer higher rewards and more frequently, if we could guarantee that our balance's wouldn't be  drained by thieves who's also don't register on our revenue earning mechanisms ...so we loose both ways

Harlot
Hero Member
*****
Offline Offline

Activity: 1806
Merit: 672


View Profile
July 06, 2016, 04:23:57 AM
 #2480

It seems that FaucetBox's Faucets are hard to earn now. Way back before There are faucets that pay 3000-5000 Sats a day where I earn more than 100k sats in just one day. Now I barely earn 30k sats. It sad how I see only Faucets paying 500 satoshis and they have very very hard captchas to solve. I hope they were back in the old days.

Mate ...you have all the crooks and their BOTS to blame for that.
 
I'm sure Faucet owners would offer higher rewards and more frequently, if we could guarantee that our balance's wouldn't be  drained by thieves who's also don't register on our revenue earning mechanisms ...so we loose both ways

Maybe that's why captchas today are harder to solve now you need to be clever on solving it. Also its hard to earn the minimum 13k a day if you don't have a list of paying faucetbox faucets
Pages: « 1 ... 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 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!