Bitcoin Forum
June 22, 2024, 07:55:39 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 58 59 60 61 62 63 64 65 66 67 68 ... 156 »
  Print  
Author Topic: FaucetBOX.com Discussion  (Read 236942 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.
FaucetWorld
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
August 18, 2015, 05:47:07 AM
 #341


Next versions of Faucet in a BOX script will probably include support for new captcha and some antibot measures. I've added these suggestions to our bug tracker. I think that there's a good chance we'll implement the timer and adblock detector in version after new captchas, I'm not so sure about the popup, but I have to talk with other guys about that Smiley

BIG +

I am very positively surprised that you took to attempt to overcome the problem of bots. I keep my fingers crossed for the results of this topic.

Good luck!
sasa87it
Full Member
***
Offline Offline

Activity: 196
Merit: 100

SUUUCAAA!!!


View Profile
August 18, 2015, 01:18:09 PM
 #342

advice on withdrawal : do write what you want to withdraw ;
yesterday I was forced to withdraw . It was not what I wanted to do ;

ps : still looks the withdraw  Smiley   -->  1CyqTm1QjxqkcKscFEHRjvLHYb6Fvky6bD

Visit my site : ALL FAUCET SASA
MY FAUCET BTC 1BTC 2 ### , LTC , LTC 2 ### DOGE , DOGE 2 ### DRK/DASH 1 , DRK/DASH 2### PPC
Butord
Member
**
Offline Offline

Activity: 95
Merit: 10


View Profile
August 18, 2015, 01:19:42 PM
 #343

Thanks for fast reply but it doesn't work. Maybe the problem is I use your code for adblock code and timer for button? here is the code you gave me
Quote
snip
Oh, I see that I used the success button instead of the default one. No problem, just replace
Code:
     $('.btn btn-primary btn-lg').click(function(){
          alert('Some information here');
     });
with
Code:
     $('.btn btn-success').click(function(){
          alert('Some information here');
     });

Don't know why but it doesn't work. I don't have any other buttons. Anyway thanks.
sasa87it
Full Member
***
Offline Offline

Activity: 196
Merit: 100

SUUUCAAA!!!


View Profile
August 19, 2015, 04:44:19 PM
 #344

 better system of levies . do it faster ... it is absurd that after 6 hours I have to wait ..

I put it to withdraw all ( ltc , doge , dash , ppc ) .. not one was executed.
I pay the fee , and I think I should have a privileged service and faster than the others.

Visit my site : ALL FAUCET SASA
MY FAUCET BTC 1BTC 2 ### , LTC , LTC 2 ### DOGE , DOGE 2 ### DRK/DASH 1 , DRK/DASH 2### PPC
BrannigansLaw
Hero Member
*****
Offline Offline

Activity: 603
Merit: 500



View Profile
August 20, 2015, 09:10:24 AM
 #345

I've had my faucet taken off the list for no reason. I checked it all and its all working ok. Please put back up asap, I've been waiting a few days now. I was in the top 20!
GotaPauj
Full Member
***
Offline Offline

Activity: 168
Merit: 100



View Profile
August 20, 2015, 11:46:02 AM
 #346

I've had my faucet taken off the list for no reason. I checked it all and its all working ok. Please put back up asap, I've been waiting a few days now. I was in the top 20!

May i know which was your faucet, i always check top50 every day and my pc has slowed down a bit from ads
Butord
Member
**
Offline Offline

Activity: 95
Merit: 10


View Profile
August 20, 2015, 01:25:35 PM
 #347

Maybe smvn knows how to make capcha pop up?
Werko
Full Member
***
Offline Offline

Activity: 206
Merit: 100


View Profile WWW
August 20, 2015, 01:32:23 PM
 #348

you need a dot on each class selector what the button used

$('.btn.btn-success').click(function(){
          alert('Some information here');
     });



Another way is, that you set an ID for your div/button

<div class="btn btn-success" id = "mybutton">

$('#mybutton').click(function(){
          alert('Some information here');
     });

BitHell.io
Full Member
***
Offline Offline

Activity: 186
Merit: 100



View Profile
August 20, 2015, 01:46:01 PM
 #349

Hi guys.

I've read the last 3-4 pages of this topic seeking for a solution regarding the bot issue.
This month I had serious issues with bots on my faucets and because of that I didn't fund them anymore, as I was only losing BTC to those botters...

I've tried switching the captcha systems and for a while I thought that AreYouHuman captchas can't be botted, but I proved to be wrong.

Anyway, I am looking for any temporary or stable fix, if there's any, so I can continue with my two faucets...

What are my alternatives right now? Lower the rewards, so it's unprofitable for the botters (but lose a large percent of my users too)? Or implement some scripts/update faucetbox to that experimental version?

Any help would be appreciated. Thank you.

Safein              A REVOLUTIONARY WAY TO PAY ONLINE   ▶ ▶ ▶ ▶ ▶
[ Whitepaper ]         M A K E   I S I M P L E         [ Google Play ]
_____________________________________ FACEBOOK _______ TWITTER _______ TELEGRAM _____________________________________
Werko
Full Member
***
Offline Offline

Activity: 206
Merit: 100


View Profile WWW
August 20, 2015, 01:57:09 PM
Last edit: August 20, 2015, 02:09:09 PM by Werko
 #350

Hi guys.

I've read the last 3-4 pages of this topic seeking for a solution regarding the bot issue.
This month I had serious issues with bots on my faucets and because of that I didn't fund them anymore, as I was only losing BTC to those botters...

I've tried switching the captcha systems and for a while I thought that AreYouHuman captchas can't be botted, but I proved to be wrong.

Anyway, I am looking for any temporary or stable fix, if there's any, so I can continue with my two faucets...

What are my alternatives right now? Lower the rewards, so it's unprofitable for the botters (but lose a large percent of my users too)? Or implement some scripts/update faucetbox to that experimental version?

Any help would be appreciated. Thank you.

Honeypots is the best solution against bots.

Hide your old input-field for BTC-Address with left:top:-1500px; left:-500px; position: fixed;
Now, add a new one input-field with a new id/name (better are dynamic IDs/Names)
Next, replace all ID from the old field with the ID from the new field in your index.php

All users they filled the old field are bots, these address can you put into your database / blacklist.

here an example from me. Two are hidden honeypots. All are dynamic and rotate with each new refresh
<input class="form-control input-lg" type="text" name="b709f5d4c223d7981ac59a0108d5b2e54d446f08" id="b709f5d4c223d7981ac59a0108d5b2e54d446f08" value="" placeholder="Bitcoin address"/>
<input class="form-control input-lg" type="text" name="399285f387fa7c3a2814338290df011878803daf" id="399285f387fa7c3a2814338290df011878803daf" value="" placeholder="Bitcoin address"/>
<input class="form-control input-lg" type="text" name="76ff31465544d3189ccb1c4e7f902b223fd2f4db" id="76ff31465544d3189ccb1c4e7f902b223fd2f4db" value="" placeholder="Bitcoin address"/>            </div>

BrannigansLaw
Hero Member
*****
Offline Offline

Activity: 603
Merit: 500



View Profile
August 20, 2015, 03:41:01 PM
 #351

I've had my faucet taken off the list for no reason. I checked it all and its all working ok. Please put back up asap, I've been waiting a few days now. I was in the top 20!

May i know which was your faucet, i always check top50 every day and my pc has slowed down a bit from ads

faucetfm.com - You can win up to 120k every 30mins and can get an additional 700 satoshi every 10mins from listening to internet radio. So it does have it's own twist.
BrannigansLaw
Hero Member
*****
Offline Offline

Activity: 603
Merit: 500



View Profile
August 20, 2015, 03:46:54 PM
 #352

Thanks for fast reply but it doesn't work. Maybe the problem is I use your code for adblock code and timer for button? here is the code you gave me
Quote
snip
Oh, I see that I used the success button instead of the default one. No problem, just replace
Code:
     $('.btn btn-primary btn-lg').click(function(){
          alert('Some information here');
     });
with
Code:
     $('.btn btn-success').click(function(){
          alert('Some information here');
     });

Don't know why but it doesn't work. I don't have any other buttons. Anyway thanks.
Have you put in <script> </script> ?
NeedIfFindIt
Full Member
***
Offline Offline

Activity: 500
Merit: 100



View Profile
August 20, 2015, 04:08:23 PM
 #353

Hi guys.

I've read the last 3-4 pages of this topic seeking for a solution regarding the bot issue.
This month I had serious issues with bots on my faucets and because of that I didn't fund them anymore, as I was only losing BTC to those botters...

I've tried switching the captcha systems and for a while I thought that AreYouHuman captchas can't be botted, but I proved to be wrong.

Anyway, I am looking for any temporary or stable fix, if there's any, so I can continue with my two faucets...

What are my alternatives right now? Lower the rewards, so it's unprofitable for the botters (but lose a large percent of my users too)? Or implement some scripts/update faucetbox to that experimental version?

Any help would be appreciated. Thank you.

Honeypots is the best solution against bots.

Hide your old input-field for BTC-Address with left:top:-1500px; left:-500px; position: fixed;
Now, add a new one input-field with a new id/name (better are dynamic IDs/Names)
Next, replace all ID from the old field with the ID from the new field in your index.php

All users they filled the old field are bots, these address can you put into your database / blacklist.

here an example from me. Two are hidden honeypots. All are dynamic and rotate with each new refresh
<input class="form-control input-lg" type="text" name="b709f5d4c223d7981ac59a0108d5b2e54d446f08" id="b709f5d4c223d7981ac59a0108d5b2e54d446f08" value="" placeholder="Bitcoin address"/>
<input class="form-control input-lg" type="text" name="399285f387fa7c3a2814338290df011878803daf" id="399285f387fa7c3a2814338290df011878803daf" value="" placeholder="Bitcoin address"/>
<input class="form-control input-lg" type="text" name="76ff31465544d3189ccb1c4e7f902b223fd2f4db" id="76ff31465544d3189ccb1c4e7f902b223fd2f4db" value="" placeholder="Bitcoin address"/>            </div>

Can you please post detailed instructions on setting up these honeypots?

Thanks for your help. Wink

Make sure the "old field" don't get populated by the browser's cookie. Otherwise you will ban wrong addresses too.
BitHell.io
Full Member
***
Offline Offline

Activity: 186
Merit: 100



View Profile
August 20, 2015, 05:03:40 PM
 #354

@Werko - thank you for the reply and explanation.
I am not very good with scripting, but I will surely try what you proposed and I hope I will set it up correctly.

Does this stop 100% of bots? Also, will this remain effective in the future or will the BOT guys find a way to bypass it?

All in all, I appreciate you taking the time to write that fix. Thanks.

Safein              A REVOLUTIONARY WAY TO PAY ONLINE   ▶ ▶ ▶ ▶ ▶
[ Whitepaper ]         M A K E   I S I M P L E         [ Google Play ]
_____________________________________ FACEBOOK _______ TWITTER _______ TELEGRAM _____________________________________
minifrij
Legendary
*
Offline Offline

Activity: 2324
Merit: 1267


In Memory of Zepher


View Profile WWW
August 20, 2015, 05:56:40 PM
 #355

Have you put in <script> </script> ?
JQuery is also needed for any of that code to work, which is why I included the <script src = "..."></script> in the original code textbox I wrote.


snip
This sounds like a good idea, which works well in practice. However, to answer this:
Does this stop 100% of bots? Also, will this remain effective in the future or will the BOT guys find a way to bypass it?
I highly doubt it, since every styling code can be seen and edited by the bot. This wouldn't work due to this, for example:
Hide your old input-field for BTC-Address with left:top:-1500px; left:-500px; position: fixed;
The problem with this is that the bot could simply get all HTML DOM objects with the class 'form-control input-lg' and find the one with out the CSS hiding it. This could perhaps be avoided by simply styling the <input type = 'text'> tag with the CSS found from 'form-control input-lg', though then the bot could just cycle through all <input type = 'text'> tags on the page. Unless there was some way of inputting several of these on a page and hiding all but the selected without using any CSS or Javascript, I can't see this working correctly for very long.

The solution works well from a human's perspective, as we would likely have no idea which was which, but from a bot's perspective it can just be seen and bypassed within a few extra lines of code.
Werko
Full Member
***
Offline Offline

Activity: 206
Merit: 100


View Profile WWW
August 20, 2015, 06:38:12 PM
 #356

@Werko - thank you for the reply and explanation.
I am not very good with scripting, but I will surely try what you proposed and I hope I will set it up correctly.

Does this stop 100% of bots? Also, will this remain effective in the future or will the BOT guys find a way to bypass it?

All in all, I appreciate you taking the time to write that fix. Thanks.

No, but you reduce a lots of bot at the moment and you get the refer behind the btc addresses. So you can ban massive of bots.

With phanthomJS it is easy to writting a bot,that looks like a human.
You need beside the honeypots also time messurement, check mousemovement and check the buttonclick.

I use also fingerprint JS to identify a user

Butord
Member
**
Offline Offline

Activity: 95
Merit: 10


View Profile
August 20, 2015, 06:45:56 PM
 #357

Thanks for fast reply but it doesn't work. Maybe the problem is I use your code for adblock code and timer for button? here is the code you gave me
Quote
snip
Oh, I see that I used the success button instead of the default one. No problem, just replace
Code:
     $('.btn btn-primary btn-lg').click(function(){
          alert('Some information here');
     });
with
Code:
     $('.btn btn-success').click(function(){
          alert('Some information here');
     });

Yes. I have
Don't know why but it doesn't work. I don't have any other buttons. Anyway thanks.
Have you put in <script> </script> ?
Yes I have
tarsua
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile
August 20, 2015, 07:02:05 PM
 #358

Hey OP, can we have an option to extend the aernings list and get more statistics?
examples
amount of refferals in the last 24 hours
Which fauced made the most payouts to you
Butord
Member
**
Offline Offline

Activity: 95
Merit: 10


View Profile
August 20, 2015, 07:25:37 PM
 #359

Thanks for fast reply but it doesn't work. Maybe the problem is I use your code for adblock code and timer for button? here is the code you gave me
Quote
snip
Oh, I see that I used the success button instead of the default one. No problem, just replace
Code:
     $('.btn btn-primary btn-lg').click(function(){
          alert('Some information here');
     });
with
Code:
     $('.btn btn-success').click(function(){
          alert('Some information here');
     });

Don't know why but it doesn't work. I don't have any other buttons. Anyway thanks.
Thanks to Werko I have found the solution. The thing was in just a little change in   $('.btn btn-success').click(function(){ to   $('#subbtn').click(function(){
BrannigansLaw
Hero Member
*****
Offline Offline

Activity: 603
Merit: 500



View Profile
August 20, 2015, 09:31:28 PM
 #360

why do faucetbox faucets owners pay less referral commission then faucet owners using other platform?
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 58 59 60 61 62 63 64 65 66 67 68 ... 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!