Bitcoin Forum
June 22, 2024, 01:45:23 PM *
News: Voting for pizza day contest
 
   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 »
  Print  
Author Topic: [Updated 19/Jul/2016] Faucet Owners Against Scammers and Bots  (Read 36632 times)
rkandrades (OP)
Sr. Member
****
Offline Offline

Activity: 392
Merit: 251


Bitcoin Faucet & Blog


View Profile
October 20, 2015, 12:30:34 PM
 #241

Good work man! However as mentioned above you people, must be carefull when you ban BTC address and its referrals. I have collect this addresses from rotator/lists:

1JSoW6FXrrhjMFLyfwC3PL9tJBhMwyLuRB --- faucetsfree.com
1LB8EJsDQZQt5X2EPHvKgHw1F66xLUUCj1 --- btcfaucetlist.net
1PioCZa8nzmzH6eXDtDG7xLsFANuAHQkrB --- freebitcoinhome.com
1Po9cWPPqfykFG1Zdrba7bkEcnkbq98BVD --- bit.makejar.com
15gZFZMaz1MtEKm9Z1HGroTtuU8Sr9oi3z --- zonebitcoin.com
1vn6x8oFQwuHvVdCKkkWv8BPCe7WmNyZ5  --- rotator . impaktoweb . com
17A3sR66WEH86wjYJv2ns4nTv1BmGBRm6G --- bitcoinsblue.com
1KAZ3b7EbWxwkXm28AEG17zRzY7ZKM9yHP --- smellikecoins
12xAgyn7bjEfjaK2rGtWJfrakDAXLHLDQN --- bitcoin-gator.com/?p=rotator
1PhRCPKyM5CCiNC8yP5krGG1UNsjk2iQgz --- coinator.net
17A3sR66WEH86wjYJv2ns4nTv1BmGBRm6G --- bitcoinsblue.com

if you have them banned, you should remove cause they are legit.

Keep it good work Smiley

These addresses are not in the blacklist. However I will add a note in the first topic claiming attention for these legit addresses.

Than you.

Bitcoin█████████████████████████
█████████████████████████████
███████████████████████████████
█████████████████████████████████
██████████████████████████████████
███████████████████████████████████
███████████████████████████████████
█████████████████████████████████████
█████████████████████████████████████
█████████████████████████████████████
████████████████████████████████████
███████████████████████████████████
███████████████████████████████████
██████████████████████████████████
████████████████████████████████
██████████████████████████████
████████████████████████████
██████████████████████████
atcher.
███
███
███
███
███
███
███
███
███
███
███
███
███
███

══════════════════════════════════════════════════════════════
  FaucetFREE BTCitcoin RewardsBlogLearn about Finance, Economics and Bitcoin
══════════════════════════════════════════════════════════════

███
███
███
███
███
███
███
███
███
███
███
███
███
███

alienmoney
Newbie
*
Offline Offline

Activity: 45
Merit: 0


View Profile
October 20, 2015, 01:48:03 PM
 #242

Bot:

1FnVQL6wobhTCdwY9LkwY765bkF8QaLgoa
rkandrades (OP)
Sr. Member
****
Offline Offline

Activity: 392
Merit: 251


Bitcoin Faucet & Blog


View Profile
October 20, 2015, 01:58:21 PM
 #243

Bot:

1FnVQL6wobhTCdwY9LkwY765bkF8QaLgoa

How do you know this? Please, tell us how did you identify this address as a bot.

Bitcoin█████████████████████████
█████████████████████████████
███████████████████████████████
█████████████████████████████████
██████████████████████████████████
███████████████████████████████████
███████████████████████████████████
█████████████████████████████████████
█████████████████████████████████████
█████████████████████████████████████
████████████████████████████████████
███████████████████████████████████
███████████████████████████████████
██████████████████████████████████
████████████████████████████████
██████████████████████████████
████████████████████████████
██████████████████████████
atcher.
███
███
███
███
███
███
███
███
███
███
███
███
███
███

══════════════════════════════════════════════════════════════
  FaucetFREE BTCitcoin RewardsBlogLearn about Finance, Economics and Bitcoin
══════════════════════════════════════════════════════════════

███
███
███
███
███
███
███
███
███
███
███
███
███
███

rkandrades (OP)
Sr. Member
****
Offline Offline

Activity: 392
Merit: 251


Bitcoin Faucet & Blog


View Profile
October 21, 2015, 12:39:12 AM
 #244

@NeedIfFindIt

Hello dude, my faucet was removed from his rotator. I do not understand why.

I just write an email.

My faucet is: http://freebtsocean.com/

Sorry, yesterday I responded to over 120 messages.

For some reason the anti-proxy code blocks also non-proxies that have open ports.
http://getipintel.net/ actually tracks IPs with multiple open ports.
Just think about simple IM like Skype opens 2 ports (one of them is port 80) if you have 3 PCs at home = 4 open ports by Skype. If you add one or two torrent clients and a VNC = 8 open ports in total. And you are already in the 0.99+ club.

For now I would suggest using
Code:
$banOnProability=0.99999;

instead of

Code:
$banOnProability=0.99;

I tested with free proxy list and it still works for 95%+ of the addresses.

Also find a way to cache the IPs since getipintel.net allows up to 1000 requests/day.

Code:
<?php
//if(@fsockopen($_SERVER['REMOTE_ADDR'], 80, $errstr, $errno, 1))
//die("It would apprear you're using a proxy, so please, go f* yourself!");

function checkProxy($ip){
/*
                /// Uncomment to allow bit.makejar.com autochecker
if ($ip=='188.166.12.134') {
                  return false;
                }
                //
*/
$contactEmail="EMAIL";
$timeout=3
// $banOnProability=0.99;
                
$banOnProability=0.99999;// <---------------------------------------------------

$ch curl_init();
curl_setopt($chCURLOPT_RETURNTRANSFER1);
 
curl_setopt($chCURLOPT_TIMEOUT$timeout);
curl_setopt($chCURLOPT_URL"http://check.getipintel.net/check.php?ip=$ip");
$response=curl_exec($ch);

curl_close($ch);


if ($response $banOnProability) {
return true;
} else {
if ($response || strcmp($response"") == ) {
//The server returned an error, you might want to do something
//like write to a log file or email yourself
//This could be true due to an invalid input or you've exceeded
//the number of allowed queries. Figure out why this is happening
//because you aren't protected by the system anymore
//Leaving this section blank is dangerous because you assume
//that you're still protected, which is incorrect
//and you might think GetIPIntel isn't accurate anymore
//which is also incorrect.
//failure to implement error handling is bad for the both of us
}
return false;
}
}
$ip=$_SERVER['REMOTE_ADDR'];
if (
checkProxy($ip)) {
echo "It would apprear you're using a proxy, so please, go f* yourself! <br />";
}
?>


Guys...

I asked to the GetIPIntel owner if I should use the $banOnProability=0.99999 and look what he said me:

Quote
You should never look for values > 0.9999. If you want to do something
like that, use the flag=m option and look for the value of "1"

It's very unlikely (maybe once in a billion) that there's a value
between 0.9999 to 1.

flags=m will have the least amount of false positives.

If you're referring to this post:
https://bitcointalk.org/index.php?topic=1200700.msg12726503#msg12726503

The information on it is wrong. GetIPIntel does not just look for open
ports, count it and generate a probability, it's much more advanced. It
uses machine learning and probability theory to calculate the
probability. Counting how many ports on an IP would require a full scan
that'd take hours (maybe days) for just 1 IP. If I scan the Internet
Internet regularly and put it in a DB, then the information is stale and
useless. It simply doesn't make sense to count the number of opened
ports and say if this IP is a proxy or not.

Residential IPs might have a high value if it's involved in spamming /
brute-forcing / spamming / etc. Any IP, provided by an ISP or by a web
host can become a proxy so just because an IP is from an ISP, it doesn't
mean it's not a proxy. If you have any questions about a particular IP,
I'll do my best to tell you why the score is high, don't assume the code
doesn't work or it's wrong.

There's a lot of issues with the code that's posted as well. The license
information has been removed (which is against the license) and the code
has been modified to not submit contact information. There's also no
code in error handling. There's no way for the person that's using the
script to know they've been banned from using the service or if they've
exceeded the query limit and I can't tell them about it. The worst part
is, they assume it's still working.

Regards,
Luke J.

Somebody more expert in programming than me would like to fix the code for us?


Bitcoin█████████████████████████
█████████████████████████████
███████████████████████████████
█████████████████████████████████
██████████████████████████████████
███████████████████████████████████
███████████████████████████████████
█████████████████████████████████████
█████████████████████████████████████
█████████████████████████████████████
████████████████████████████████████
███████████████████████████████████
███████████████████████████████████
██████████████████████████████████
████████████████████████████████
██████████████████████████████
████████████████████████████
██████████████████████████
atcher.
███
███
███
███
███
███
███
███
███
███
███
███
███
███

══════════════════════════════════════════════════════════════
  FaucetFREE BTCitcoin RewardsBlogLearn about Finance, Economics and Bitcoin
══════════════════════════════════════════════════════════════

███
███
███
███
███
███
███
███
███
███
███
███
███
███

NeedIfFindIt
Full Member
***
Offline Offline

Activity: 500
Merit: 100



View Profile
October 21, 2015, 04:48:58 PM
 #245

...

Somebody more expert in programming than me would like to fix the code for us?



Got little conversation with Luke. And he explained to me how the system works.

I have few ideas. Hope next week I'll be able to make a FB "plugin", that:
1. does not stop good users.
2. stops many of the proxies.
3. does not flood his website.
4. complies with his license.
rkandrades (OP)
Sr. Member
****
Offline Offline

Activity: 392
Merit: 251


Bitcoin Faucet & Blog


View Profile
October 22, 2015, 03:43:36 AM
 #246

...

Somebody more expert in programming than me would like to fix the code for us?



Got little conversation with Luke. And he explained to me how the system works.

I have few ideas. Hope next week I'll be able to make a FB "plugin", that:
1. does not stop good users.
2. stops many of the proxies.
3. does not flood his website.
4. complies with his license.


Fantastic.

I hope you could do this soon.

Anyways... Anyone here is using CloudFlare yet?

I would like to listen somebody with more experience about this before to try by myself...

Bitcoin█████████████████████████
█████████████████████████████
███████████████████████████████
█████████████████████████████████
██████████████████████████████████
███████████████████████████████████
███████████████████████████████████
█████████████████████████████████████
█████████████████████████████████████
█████████████████████████████████████
████████████████████████████████████
███████████████████████████████████
███████████████████████████████████
██████████████████████████████████
████████████████████████████████
██████████████████████████████
████████████████████████████
██████████████████████████
atcher.
███
███
███
███
███
███
███
███
███
███
███
███
███
███

══════════════════════════════════════════════════════════════
  FaucetFREE BTCitcoin RewardsBlogLearn about Finance, Economics and Bitcoin
══════════════════════════════════════════════════════════════

███
███
███
███
███
███
███
███
███
███
███
███
███
███

gregory021998
Member
**
Offline Offline

Activity: 129
Merit: 11


View Profile
October 22, 2015, 09:44:43 AM
 #247

My button get reward doesn't work after adding antibot, do you know the problems? i checked the code are all ok
thefaucetrunner
Sr. Member
****
Offline Offline

Activity: 714
Merit: 250


Defend Bitcoin and its PoW: bitcoincleanup.com


View Profile
October 22, 2015, 02:05:51 PM
 #248

Good work man! However as mentioned above you people, must be carefull when you ban BTC address and its referrals. I have collect this addresses from rotator/lists:

1JSoW6FXrrhjMFLyfwC3PL9tJBhMwyLuRB --- faucetsfree.com
1LB8EJsDQZQt5X2EPHvKgHw1F66xLUUCj1 --- btcfaucetlist.net
1PioCZa8nzmzH6eXDtDG7xLsFANuAHQkrB --- freebitcoinhome.com
1Po9cWPPqfykFG1Zdrba7bkEcnkbq98BVD --- bit.makejar.com
15gZFZMaz1MtEKm9Z1HGroTtuU8Sr9oi3z --- zonebitcoin.com
1vn6x8oFQwuHvVdCKkkWv8BPCe7WmNyZ5  --- rotator . impaktoweb . com
17A3sR66WEH86wjYJv2ns4nTv1BmGBRm6G --- bitcoinsblue.com
1KAZ3b7EbWxwkXm28AEG17zRzY7ZKM9yHP --- smellikecoins
12xAgyn7bjEfjaK2rGtWJfrakDAXLHLDQN --- bitcoin-gator.com/?p=rotator
1PhRCPKyM5CCiNC8yP5krGG1UNsjk2iQgz --- coinator.net
17A3sR66WEH86wjYJv2ns4nTv1BmGBRm6G --- bitcoinsblue.com

if you have them banned, you should remove cause they are legit.

Keep it good work Smiley

You can add my Bitcoin address to this list too:

14MyUFoF9SeXkJG9Cp8N3w2uuTrvLrVEpt - The key I use on The Faucet Runner/Hunter/Farmer and Banker. It's my main referral address.

I think there's a fairly large amount of this sort of traffic. Worth adding these keys to the 'greenlist'.

▄▄▄███████▄▄▄
▄█████████████████▄▄
▄██
█████████▀██▀████████
████████▀
░░░░▀░░██████████
███████████▌░░▄▄▄░░░▀████████
███████
█████░░░███▌░░░█████████
███
████████░░░░░░░░░░▄█████████
█████████▀░░░▄████░░░░█████████
███
████▄▄░░░░▀▀▀░░░░▄████████
█████
███▌▄█░░▄▄▄▄█████████
▀████
██████▄██
██████████▀
▀▀█████████████████▀▀
▀▀▀███████▀▀
.
BitcoinCleanUp.com


















































████████████████████████████████████████████████████████████████████████████████
.
.
████████████████████████████████████████████████████████████████████████████████
███████████████████████████████████████
███████████████████████████████
███████████████████████████████
███████▀█████████▀▀▀▀█▀████████
███████▌░▀▀████▀░░░░░░░▄███████
███████▀░░░░░░░░░░░░░░▐████████
████████▄░░░░░░░░░░░░░█████████
████████▄░░░░░░░░░░░▄██████████
███████▀▀▀░░░░░░░▄▄████████████
█████████▄▄▄▄▄▄████████████████
███████████████████████████████
███████████████████████████████
███████████████████████████████████████
████████████████████████████████████████████████████████████████████████████████
.
#EndTheFUD
.

████████████████████████████████████████████████████████████████████████████████
██████████
██
██
██
██
██
██
██
██
██
██
██
██████████
NeedIfFindIt
Full Member
***
Offline Offline

Activity: 500
Merit: 100



View Profile
October 22, 2015, 02:22:07 PM
 #249

My button get reward doesn't work after adding antibot, do you know the problems? i checked the code are all ok

Any details (link) to the place you added the code? I may be able to help you.
btcsharehub
Sr. Member
****
Offline Offline

Activity: 455
Merit: 250

EarnBitcoins.INFO


View Profile WWW
October 22, 2015, 03:27:12 PM
 #250

Okay, so I did a test on my faucet for 1 hour, closely watching my google analytics as well.

Basically, I set the rewards to 1 satoshi and put a big mark saying 'If you're human do not claim from the faucet or you will be banned. Current reward- 1 satoshi'.

Below are the addresses which actually kept leeching on the faucet (and they can't even be tracked through google analytics)

16ZKHy8PViwnH2y331Nbxf9TF6H8aduEks   
1QzuGBD3SG3K16ztYKRVRUjVK9X6dGpGM   
1JCFQL5r9WJfKR9aze7ZTb6o2QRVKYTuDt   
1BAhZZMYjnuumoA9W6HrYiJSgC2wQGMtRc   
1DDyvBdD3NLxQ1hs5eyiJj9stHMpCrW2iE   
1CXb418caAzKubbA117R8xbfCuveWnyKrV   
19muekCLeteS2g51v3fLvugnzXLzP2qdZA   
1PVSxjeyY6RnrrkLPz9Aji4i8ryN5YE5cx   
1ARUrdzGp8xhPpKMSbndBsoKG4zYhUKt6c   
1HpWdFesBcwoPzSZ5LA3ek5b4tKemJxh2a   
1E5R6xawAvYWXc6LUvPmgc2srtptrrMNxU   
1Fucku9BWhU6VTKe6novFFy1PNGedKK65e   
121WcuXE2HLYUHxwtSmk6r69WmC2femqP1   
18Yh9hKnTumXsRi1Xn7aBXuqmSGKzjo1D4   
14qvk5tkjwopbSSBUmrZaKmR7gGyL3ibdT   
1JsTeJmBFqSQrq912J849HfyzJpeJSBun5   
1Fg7T1a3UqDBTrzsDBBY9XhqysuPUMeYTB   
1LzGPDkoJyDSB6FQRMDxrWWKWhSWzPY9Rz   
1MZa87ybmTG7XTj1QkS33bhYmJNtFxwVm4   
19S4ax2Zh57X15QshxfvzehmuWG5xqbdLm   
1AzN9VThStBV4NBTZhTkZpTak5urpkpYWN   
1GuUp2V37w777pURq5ew3XiSV1YiZX5u7Y   
1GQBCn3Vgzy2HXkbo4w3bRreNQWRUXrZcv   
1A1rjAvBPun5U6kovdbAtBSURZ5DhexXNV   
13yday9WcnWaYwcxu1vuW9tEmc2of7JyUk   
13KZQU8ZsBD5WuskYzAxPeGoNzPkw3XUrM   
1GVBSpaKGTPv1qAqFKasuFGrX13rUq5fSL   
1CpAnAVCJCfoL56jL8h77Vwe1U1oyUKJyx   
1QGb71RnGGaPQ979wXiut9yFrW2btvwkra   
1NQ2ujDUMwGYBSnRWktsmphSKd34stiUZT   
1Q4ZLmcquSXY5RhrrTwi646NEypZYjXfKu   
1GvZGDKGP4SkyUmvhiuRdNZuevwubCkNNJ   
1CYdLPXaoxZucLpVKE3AVofHD3tqAM2NWR   
1Ncs2k9gaSRYzG2XZ9qUkXmMCgMaJZMDxn   
1FvVHXNda8odi1dZmc1tVQUQYpyMUUCB3F   
1GsMiGnVrvvtQeSFxxfH6tBo3REGHFzAUB   
1FhDuUPZYF5EPF58VJYukLBnFakwwxSLLa   
1GmSZt6APEzCxnQfqi89aGQANXfNd8Ns1   
1HDqgqvLEtTCjvModicWWnqGVaHcRSFiVm   
19SYq7K89EbW77AqmexKPZ8jWmJpw5uWC2   
14Xc1STEdK7P2J6Mcr5cNVBwG6vNDfVDE3   
1BPtdiD9nAGBxKj8LpEX4dVXjqeH4ZfApp   
1KTm9jQuMKm7QB3YYF7GFeojQiTXs5mRdG   
19M5PWbGPMT2D3dyn8BYEXvTXvp6cwq88Q   
1MHM9PNActx9SDcVPthuvjszPaRGjN8KNY   
1KX9eu3GpSMde7PgcxRWQY1Wf9dAVvg3ur   
15gstxdQheDQmdxzi8cAizusbj9vbQPtSK   
1CsTfye6qsCEmcNwGJiHoDVXpUTY9xWf5b
1BVfR2h3QT5wW4MKk8ZjhmoXkWEM7wQyCe   
1EtKC3uaPzb6Kom1JEQuZnz2DZGqXVbhFk   
1MZ4trA9Ge5tKHJvmio9iUAnYhhy12VtoR
15TQUJUzXoRhnvM97i2FLkcNBdNjqsevAE
1AReKMRg5R2XJxCdM5VryMsTozHLYaRFL9
1E1tcQPsXNaenM4j9qxbsmekDegucDHxkF
15zhrC3W5qxQKcTPAj12LUshUsmfznZWh2
1DaAvBcPfQmeF6SZ8y5jXKbK9N2ZPfCu3o
1GD6C2PxnWg1MJtjetoiE2n5FH3UP2FaKU
1KebH5UkE6BP75fXQtJMS5xgxkHzYK4CE5
1DhKmqVH6BzEhRjZbxygSQautCW6enry8u
1C6PQygitTNThsWzbNM5LkfnXK5AXh42oM
1MtHhWBjmJ5jnTTghvQMKD3tX6DrCUEVzk
1EEC5kDNBwgHedFf4ZY57fMkjV5JtGhUsg
12Kixf9Ph16t67f2uRRyeQjyYWGD39syAF
1EK9bR2tCRNkFwXYuUopAHpdB63LUuQHtq
1Mv7vwvxvXzWursixjtDTpf22qyF7iPALf
17KzhPacckUygLPT9SzRCC7ZjvVATbyPBm
184UQUjhGjQmL8fV8u3fqVmufbLd94oiCW
1P191PEdoVZGo3CH5gouH4VabN4kYnY66G
1MPfUGdXkhe8x9fxLdAVMkgrNh4ZnA9PVV
1JWKVY9KHqDE7P7C3F2xfUC4SNn7UZeYsH
1LE2wG3mN5Z6c4FjyEDoRE1AHkPmGd2aW
1HTqiLnG7Rhj7p7cLgBo3yjK5E4UEQtY5T
1PLEYLA6YBkEYSJnNQYM5tszkBhNHbGPCh
1LtBtxz7t8XeDdrPnyfMEnopRtgU6bUibE
1K8gqy1UtCSYcR85yFEM5pP5MZ35Uwt2kX
1GqqVq2wgLuP3D9SvFhgjcL5AQjHz8R4ay
1KpYNHi1C2hmePUNwviirBtNJX3d1nYyEx
12gjacE7uJskL8DZBHra83nuRoyUL3CkVt
1KxeuS9GbwMz6NgxNUwPDytqvYmXg9GS3M
1N4GUEg3KvT6QXckKnuq8bZnheopzL2SXR

Aratrok
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
October 22, 2015, 04:51:03 PM
Last edit: October 22, 2015, 05:02:19 PM by Aratrok
 #251

http://i60.tinypic.com/2mc9kr5.png

Use a free service like Black Box Proxy Block to check if an IP address is associated with an open proxy server.

Black Box Proxy Block: http://www.shroomery.org/ythan/proxyblock.php

-------------------------------

Guys, check this: https://www.blocked.com/index.php

- https://perishablepress.com/block-tough-proxies/

- https://perishablepress.com/how-to-block-proxy-servers-via-htaccess/
minifrij
Legendary
*
Offline Offline

Activity: 2324
Merit: 1267


In Memory of Zepher


View Profile WWW
October 22, 2015, 05:02:25 PM
 #252

snip

Use a free service like Black Box Proxy Block to check if an IP address is associated with an open proxy server.

Black Box Proxy Block: http://www.shroomery.org/ythan/proxyblock.php

-------------------------------

Guys, check this: https://www.blocked.com/index.php
There is a service created by the company behind FaucetBox (http://www.nastyhosts.com) which does something similar though perhaps with better accuracy. NastyHosts checks hostnames in addition proxies and TOR, and also reports suspicious IP addresses through it's implementation in the FaucetInABox script[1].

[1] index.php at line 1515
Aratrok
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
October 22, 2015, 05:41:58 PM
 #253

We can block all this amount of proxies domains?

Could be of any use?

http://techwelkin.com/free-proxy-sites-best-proxy-servers-access-blocked-websites
minifrij
Legendary
*
Offline Offline

Activity: 2324
Merit: 1267


In Memory of Zepher


View Profile WWW
October 22, 2015, 06:29:14 PM
 #254

We can block all this amount of proxies domains?

Could be of any use?

http://techwelkin.com/free-proxy-sites-best-proxy-servers-access-blocked-websites
That's a nice idea, though those sort of proxies aren't the type that the majority of botters use. The proxies that botters use simply mask your IP; not linking it with a domain.
rkandrades (OP)
Sr. Member
****
Offline Offline

Activity: 392
Merit: 251


Bitcoin Faucet & Blog


View Profile
October 22, 2015, 06:29:51 PM
 #255

Okay, so I did a test on my faucet for 1 hour, closely watching my google analytics as well.

Basically, I set the rewards to 1 satoshi and put a big mark saying 'If you're human do not claim from the faucet or you will be banned. Current reward- 1 satoshi'.

Below are the addresses which actually kept leeching on the faucet (and they can't even be tracked through google analytics)

16ZKHy8PViwnH2y331Nbxf9TF6H8aduEks   
1QzuGBD3SG3K16ztYKRVRUjVK9X6dGpGM   
1JCFQL5r9WJfKR9aze7ZTb6o2QRVKYTuDt   
1BAhZZMYjnuumoA9W6HrYiJSgC2wQGMtRc   
1DDyvBdD3NLxQ1hs5eyiJj9stHMpCrW2iE   
1CXb418caAzKubbA117R8xbfCuveWnyKrV   
19muekCLeteS2g51v3fLvugnzXLzP2qdZA   
1PVSxjeyY6RnrrkLPz9Aji4i8ryN5YE5cx   
1ARUrdzGp8xhPpKMSbndBsoKG4zYhUKt6c   
1HpWdFesBcwoPzSZ5LA3ek5b4tKemJxh2a   
1E5R6xawAvYWXc6LUvPmgc2srtptrrMNxU   
1Fucku9BWhU6VTKe6novFFy1PNGedKK65e   
121WcuXE2HLYUHxwtSmk6r69WmC2femqP1   
18Yh9hKnTumXsRi1Xn7aBXuqmSGKzjo1D4   
14qvk5tkjwopbSSBUmrZaKmR7gGyL3ibdT   
1JsTeJmBFqSQrq912J849HfyzJpeJSBun5   
1Fg7T1a3UqDBTrzsDBBY9XhqysuPUMeYTB   
1LzGPDkoJyDSB6FQRMDxrWWKWhSWzPY9Rz   
1MZa87ybmTG7XTj1QkS33bhYmJNtFxwVm4   
19S4ax2Zh57X15QshxfvzehmuWG5xqbdLm   
1AzN9VThStBV4NBTZhTkZpTak5urpkpYWN   
1GuUp2V37w777pURq5ew3XiSV1YiZX5u7Y   
1GQBCn3Vgzy2HXkbo4w3bRreNQWRUXrZcv   
1A1rjAvBPun5U6kovdbAtBSURZ5DhexXNV   
13yday9WcnWaYwcxu1vuW9tEmc2of7JyUk   
13KZQU8ZsBD5WuskYzAxPeGoNzPkw3XUrM   
1GVBSpaKGTPv1qAqFKasuFGrX13rUq5fSL   
1CpAnAVCJCfoL56jL8h77Vwe1U1oyUKJyx   
1QGb71RnGGaPQ979wXiut9yFrW2btvwkra   
1NQ2ujDUMwGYBSnRWktsmphSKd34stiUZT   
1Q4ZLmcquSXY5RhrrTwi646NEypZYjXfKu   
1GvZGDKGP4SkyUmvhiuRdNZuevwubCkNNJ   
1CYdLPXaoxZucLpVKE3AVofHD3tqAM2NWR   
1Ncs2k9gaSRYzG2XZ9qUkXmMCgMaJZMDxn   
1FvVHXNda8odi1dZmc1tVQUQYpyMUUCB3F   
1GsMiGnVrvvtQeSFxxfH6tBo3REGHFzAUB   
1FhDuUPZYF5EPF58VJYukLBnFakwwxSLLa   
1GmSZt6APEzCxnQfqi89aGQANXfNd8Ns1   
1HDqgqvLEtTCjvModicWWnqGVaHcRSFiVm   
19SYq7K89EbW77AqmexKPZ8jWmJpw5uWC2   
14Xc1STEdK7P2J6Mcr5cNVBwG6vNDfVDE3   
1BPtdiD9nAGBxKj8LpEX4dVXjqeH4ZfApp   
1KTm9jQuMKm7QB3YYF7GFeojQiTXs5mRdG   
19M5PWbGPMT2D3dyn8BYEXvTXvp6cwq88Q   
1MHM9PNActx9SDcVPthuvjszPaRGjN8KNY   
1KX9eu3GpSMde7PgcxRWQY1Wf9dAVvg3ur   
15gstxdQheDQmdxzi8cAizusbj9vbQPtSK   
1CsTfye6qsCEmcNwGJiHoDVXpUTY9xWf5b
1BVfR2h3QT5wW4MKk8ZjhmoXkWEM7wQyCe   
1EtKC3uaPzb6Kom1JEQuZnz2DZGqXVbhFk   
1MZ4trA9Ge5tKHJvmio9iUAnYhhy12VtoR
15TQUJUzXoRhnvM97i2FLkcNBdNjqsevAE
1AReKMRg5R2XJxCdM5VryMsTozHLYaRFL9
1E1tcQPsXNaenM4j9qxbsmekDegucDHxkF
15zhrC3W5qxQKcTPAj12LUshUsmfznZWh2
1DaAvBcPfQmeF6SZ8y5jXKbK9N2ZPfCu3o
1GD6C2PxnWg1MJtjetoiE2n5FH3UP2FaKU
1KebH5UkE6BP75fXQtJMS5xgxkHzYK4CE5
1DhKmqVH6BzEhRjZbxygSQautCW6enry8u
1C6PQygitTNThsWzbNM5LkfnXK5AXh42oM
1MtHhWBjmJ5jnTTghvQMKD3tX6DrCUEVzk
1EEC5kDNBwgHedFf4ZY57fMkjV5JtGhUsg
12Kixf9Ph16t67f2uRRyeQjyYWGD39syAF
1EK9bR2tCRNkFwXYuUopAHpdB63LUuQHtq
1Mv7vwvxvXzWursixjtDTpf22qyF7iPALf
17KzhPacckUygLPT9SzRCC7ZjvVATbyPBm
184UQUjhGjQmL8fV8u3fqVmufbLd94oiCW
1P191PEdoVZGo3CH5gouH4VabN4kYnY66G
1MPfUGdXkhe8x9fxLdAVMkgrNh4ZnA9PVV
1JWKVY9KHqDE7P7C3F2xfUC4SNn7UZeYsH
1LE2wG3mN5Z6c4FjyEDoRE1AHkPmGd2aW
1HTqiLnG7Rhj7p7cLgBo3yjK5E4UEQtY5T
1PLEYLA6YBkEYSJnNQYM5tszkBhNHbGPCh
1LtBtxz7t8XeDdrPnyfMEnopRtgU6bUibE
1K8gqy1UtCSYcR85yFEM5pP5MZ35Uwt2kX
1GqqVq2wgLuP3D9SvFhgjcL5AQjHz8R4ay
1KpYNHi1C2hmePUNwviirBtNJX3d1nYyEx
12gjacE7uJskL8DZBHra83nuRoyUL3CkVt
1KxeuS9GbwMz6NgxNUwPDytqvYmXg9GS3M
1N4GUEg3KvT6QXckKnuq8bZnheopzL2SXR

Are you sure that all these IPs can't be tracked by Google Analytics?

Good work man! However as mentioned above you people, must be carefull when you ban BTC address and its referrals. I have collect this addresses from rotator/lists:

1JSoW6FXrrhjMFLyfwC3PL9tJBhMwyLuRB --- faucetsfree.com
1LB8EJsDQZQt5X2EPHvKgHw1F66xLUUCj1 --- btcfaucetlist.net
1PioCZa8nzmzH6eXDtDG7xLsFANuAHQkrB --- freebitcoinhome.com
1Po9cWPPqfykFG1Zdrba7bkEcnkbq98BVD --- bit.makejar.com
15gZFZMaz1MtEKm9Z1HGroTtuU8Sr9oi3z --- zonebitcoin.com
1vn6x8oFQwuHvVdCKkkWv8BPCe7WmNyZ5  --- rotator . impaktoweb . com
17A3sR66WEH86wjYJv2ns4nTv1BmGBRm6G --- bitcoinsblue.com
1KAZ3b7EbWxwkXm28AEG17zRzY7ZKM9yHP --- smellikecoins
12xAgyn7bjEfjaK2rGtWJfrakDAXLHLDQN --- bitcoin-gator.com/?p=rotator
1PhRCPKyM5CCiNC8yP5krGG1UNsjk2iQgz --- coinator.net
17A3sR66WEH86wjYJv2ns4nTv1BmGBRm6G --- bitcoinsblue.com

if you have them banned, you should remove cause they are legit.

Keep it good work Smiley

You can add my Bitcoin address to this list too:

14MyUFoF9SeXkJG9Cp8N3w2uuTrvLrVEpt - The key I use on The Faucet Runner/Hunter/Farmer and Banker. It's my main referral address.

I think there's a fairly large amount of this sort of traffic. Worth adding these keys to the 'greenlist'.

Added to the white/green list.



Use a free service like Black Box Proxy Block to check if an IP address is associated with an open proxy server.

Black Box Proxy Block: http://www.shroomery.org/ythan/proxyblock.php

-------------------------------

Guys, check this: https://www.blocked.com/index.php

- https://perishablepress.com/block-tough-proxies/

- https://perishablepress.com/how-to-block-proxy-servers-via-htaccess/

I will try this service and then return the results here. The GetIPIntel free service has a limit of requests. The Black Box Proxy haven't. Let's see if it works better.

Thank you all.

Bitcoin█████████████████████████
█████████████████████████████
███████████████████████████████
█████████████████████████████████
██████████████████████████████████
███████████████████████████████████
███████████████████████████████████
█████████████████████████████████████
█████████████████████████████████████
█████████████████████████████████████
████████████████████████████████████
███████████████████████████████████
███████████████████████████████████
██████████████████████████████████
████████████████████████████████
██████████████████████████████
████████████████████████████
██████████████████████████
atcher.
███
███
███
███
███
███
███
███
███
███
███
███
███
███

══════════════════════════════════════════════════════════════
  FaucetFREE BTCitcoin RewardsBlogLearn about Finance, Economics and Bitcoin
══════════════════════════════════════════════════════════════

███
███
███
███
███
███
███
███
███
███
███
███
███
███

rkandrades (OP)
Sr. Member
****
Offline Offline

Activity: 392
Merit: 251


Bitcoin Faucet & Blog


View Profile
October 22, 2015, 06:34:01 PM
 #256

snip

Use a free service like Black Box Proxy Block to check if an IP address is associated with an open proxy server.

Black Box Proxy Block: http://www.shroomery.org/ythan/proxyblock.php

-------------------------------

Guys, check this: https://www.blocked.com/index.php
There is a service created by the company behind FaucetBox (http://www.nastyhosts.com) which does something similar though perhaps with better accuracy. NastyHosts checks hostnames in addition proxies and TOR, and also reports suspicious IP addresses through it's implementation in the FaucetInABox script[1].

[1] index.php at line 1515

The problem here is that this protection doesn't block the bot/proxy/TOR access to your site. The validation of the IP just occurs during the claim action. I think that implementing an access block is more effective. When false users access your site false statics will flood your analytics and Adsense data...

We can block all this amount of proxies domains?

Could be of any use?

http://techwelkin.com/free-proxy-sites-best-proxy-servers-access-blocked-websites

I do prefer to use dynamic requests to proxies blacklist servers/API. Proxy servers can change their domains and IP all the time. Is hard to make an effective block just preventing their access from an IP.

Bitcoin█████████████████████████
█████████████████████████████
███████████████████████████████
█████████████████████████████████
██████████████████████████████████
███████████████████████████████████
███████████████████████████████████
█████████████████████████████████████
█████████████████████████████████████
█████████████████████████████████████
████████████████████████████████████
███████████████████████████████████
███████████████████████████████████
██████████████████████████████████
████████████████████████████████
██████████████████████████████
████████████████████████████
██████████████████████████
atcher.
███
███
███
███
███
███
███
███
███
███
███
███
███
███

══════════════════════════════════════════════════════════════
  FaucetFREE BTCitcoin RewardsBlogLearn about Finance, Economics and Bitcoin
══════════════════════════════════════════════════════════════

███
███
███
███
███
███
███
███
███
███
███
███
███
███

pjsonowal
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250



View Profile
October 22, 2015, 07:09:07 PM
 #257

am not a faucet owner but i can still understand how mucch it is difficult for faucet owners to keep the faucet safe and alive .......thanks to the faucet defense script posted above that makes it hard for scammers to go on with their evil works...... Smiley

rkandrades (OP)
Sr. Member
****
Offline Offline

Activity: 392
Merit: 251


Bitcoin Faucet & Blog


View Profile
October 22, 2015, 07:57:25 PM
 #258

Three more whitelisted / greenlisted good referral addresses:

1HGuA4rfLgTpv9Fv7NTovW1FbcV9Zj9BUk
1AEdT62Tgfte4L6ni1e584BT4C1D5CH1tk
19AcLEnoiQWoskfke1YDeweoKMUERBDpHx

Bitcoin█████████████████████████
█████████████████████████████
███████████████████████████████
█████████████████████████████████
██████████████████████████████████
███████████████████████████████████
███████████████████████████████████
█████████████████████████████████████
█████████████████████████████████████
█████████████████████████████████████
████████████████████████████████████
███████████████████████████████████
███████████████████████████████████
██████████████████████████████████
████████████████████████████████
██████████████████████████████
████████████████████████████
██████████████████████████
atcher.
███
███
███
███
███
███
███
███
███
███
███
███
███
███

══════════════════════════════════════════════════════════════
  FaucetFREE BTCitcoin RewardsBlogLearn about Finance, Economics and Bitcoin
══════════════════════════════════════════════════════════════

███
███
███
███
███
███
███
███
███
███
███
███
███
███

krishnapramod
Legendary
*
Offline Offline

Activity: 1470
Merit: 1078


View Profile
October 23, 2015, 04:26:22 AM
 #259

Three more whitelisted / greenlisted good referral addresses:

1HGuA4rfLgTpv9Fv7NTovW1FbcV9Zj9BUk
1AEdT62Tgfte4L6ni1e584BT4C1D5CH1tk
19AcLEnoiQWoskfke1YDeweoKMUERBDpHx


Please add my bitcoin address to the whitelist, 1i85KURjwNd65UE579ThzSD4GzxVUtGFV

http://bitckerz.net/list.php

hoop
Legendary
*
Offline Offline

Activity: 1523
Merit: 1001


NOBT - WNOBT your saving bank◕◡◕


View Profile WWW
October 23, 2015, 06:06:21 AM
 #260

Guys check this address
Code:
1G4WcHmZRz2DDD2X8Bn1scYSKu2VfbagBt
is bot or not.

Is Scammers and Bots effect faucet box script only?






            ██████████  ██████████▄▄
         █████████████  ██████████████▄▄
   ▄███  █████▄                  ▀▀███████▄
  ██████   ▀█████▄          ████     ▀▀█████
 █████        ▀█████▄       ████        █████
 ████            ▀████      ████         ████
 ████         ██▄   ▀█  ██▄ ████         ████
 ████▌        █████▄    ████████        ▐████
 ▐████        ████████    ▀█████        ████▌
  █████       ████ ▀██  █▄   ▀██       █████
   █████      ████      ████▄         █████
    █████▄    ████       ▀█████▄    ▄█████
     ▀█████▄  ████          ▀█████▄   ██▀
       ▀█████▄                 ▀█████
         ▀██████▄▄          ▄▄██████▀
            ▀▀████████  ████████▀▀
                ▀▀████  ████▀▀
Take care of your financial privacy
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
A blockchain loyalty scheme and more
██
██
██
██
██
██
██
██
██
██
██
██


███████████████
███          ██████████████████
████████████████████████████████
███                          ███
███                          ███
███             ██           ███
███       ██   ██   ██       ███
███      ██    ██    ██      ███
███       ██  ██    ██       ███
███                          ███
███                          ███
████████████████████████████████


           ████    ████
       █████████ ████████
                           
████████████████████████████
█████████████████████████████
██████████████████
██████████████████ ███████████
██████████████████ ██    █████
██████████████████ ███████████
██████████████████
█████████████████████████████
████████████████████████████


        ▄█████▄
      ▄█████████
     ████    ███▌
    ███       ██▌
   ▐██ ███  ████
   ▄███████████
  ███████████▀
 ████  ███ ██▌
▐██       ███
▐███    ████
 █████████▀
  ▀█████▀
██
██
██
██
██
██
██
██
██
██
██
██
ANN         Discord
Twitter    Telegram
Nobt-plataform
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 »
  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!