FaucetWorld
|
|
August 18, 2015, 05:47:07 AM |
|
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 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
Activity: 196
Merit: 100
SUUUCAAA!!!
|
|
August 18, 2015, 01:18:09 PM |
|
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 --> 1CyqTm1QjxqkcKscFEHRjvLHYb6Fvky6bD
|
|
|
|
Butord
Member
Offline
Activity: 95
Merit: 10
|
|
August 18, 2015, 01:19:42 PM |
|
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 snip Oh, I see that I used the success button instead of the default one. No problem, just replace $('.btn btn-primary btn-lg').click(function(){ alert('Some information here'); });
with $('.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
Activity: 196
Merit: 100
SUUUCAAA!!!
|
|
August 19, 2015, 04:44:19 PM |
|
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.
|
|
|
|
BrannigansLaw
|
|
August 20, 2015, 09:10:24 AM |
|
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
|
|
August 20, 2015, 11:46:02 AM |
|
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
Activity: 95
Merit: 10
|
|
August 20, 2015, 01:25:35 PM |
|
Maybe smvn knows how to make capcha pop up?
|
|
|
|
Werko
|
|
August 20, 2015, 01:32:23 PM |
|
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
|
|
August 20, 2015, 01:46:01 PM |
|
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.
|
|
|
|
Werko
|
|
August 20, 2015, 01:57:09 PM Last edit: August 20, 2015, 02:09:09 PM by Werko |
|
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
|
|
August 20, 2015, 03:41:01 PM |
|
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
|
|
August 20, 2015, 03:46:54 PM |
|
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 snip Oh, I see that I used the success button instead of the default one. No problem, just replace $('.btn btn-primary btn-lg').click(function(){ alert('Some information here'); });
with $('.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
|
|
August 20, 2015, 04:08:23 PM |
|
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. Make sure the "old field" don't get populated by the browser's cookie. Otherwise you will ban wrong addresses too.
|
|
|
|
BitHell.io
|
|
August 20, 2015, 05:03:40 PM |
|
@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.
|
|
|
|
minifrij
Legendary
Offline
Activity: 2352
Merit: 1268
In Memory of Zepher
|
|
August 20, 2015, 05:56:40 PM |
|
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
|
|
August 20, 2015, 06:38:12 PM |
|
@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
Activity: 95
Merit: 10
|
|
August 20, 2015, 06:45:56 PM |
|
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 snip Oh, I see that I used the success button instead of the default one. No problem, just replace $('.btn btn-primary btn-lg').click(function(){ alert('Some information here'); });
with $('.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
|
|
August 20, 2015, 07:02:05 PM |
|
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
Activity: 95
Merit: 10
|
|
August 20, 2015, 07:25:37 PM |
|
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 snip Oh, I see that I used the success button instead of the default one. No problem, just replace $('.btn btn-primary btn-lg').click(function(){ alert('Some information here'); });
with $('.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
|
|
August 20, 2015, 09:31:28 PM |
|
why do faucetbox faucets owners pay less referral commission then faucet owners using other platform?
|
|
|
|
|