Author

Topic: Stop Bots and Proxies From Using Your Faucet (Read 2563 times)

newbie
Activity: 39
Merit: 0
My site is back up online now:
Get Bitcoins Instantly
If someone finds any security vulnerabilities please let me know!!!
newbie
Activity: 39
Merit: 0
Hi,

Can anyone help me how to implement this code in Wordpress site?

https://bitcointalksearch.org/topic/stop-bots-proxies-from-using-your-faucet-1211353

Thanks


Use this code instead,


Code:


$homepage = file_get_contents('http://iphub.info/api.php?ip='.$_SERVER['REMOTE_ADDR'].'&showtype=4');
$vpn = json_decode($homepage, true);

if($vpn['proxy'] == '1')
{
 echo " Put MSG Here. ";
}


Put this in your index.php it protects you from most proxies, but it isn't 100% secure.

It basically uses the iphubinfo api, which works quite nicely.

Thanks for your code.

How to check my website is safe from hackers(bot and proxies)?
legendary
Activity: 1946
Merit: 1427
Code:
[quote author=pkhuba082 link=topic=2009178.msg20006888#msg20006888 date=1499498741]
Hi,

Can anyone help me how to implement this code in Wordpress site?

https://bitcointalk.org/index.php?topic=1211353.0

Thanks

[/quote]

Use this code instead,


[code https://docs.iphub.info/documentation/php-integration/]

$homepage = file_get_contents('http://iphub.info/api.php?ip='.$_SERVER['REMOTE_ADDR'].'&showtype=4');
$vpn = json_decode($homepage, true);

if($vpn['proxy'] == '1')
{
 echo " Put MSG Here. ";
}


Put this in your index.php it protects you from most proxies, but it isn't 100% secure.

It basically uses the iphubinfo api, which works quite nicely.



see https://docs.iphub.info/documentation/php-integration/ for more info and more code/integrations.
hero member
Activity: 1218
Merit: 534
newbie
Activity: 39
Merit: 0
I'll do it for $50 USD in BTC. Cheesy

No Thanks
hero member
Activity: 1218
Merit: 534
I'll do it for $50 USD in BTC. Cheesy
newbie
Activity: 39
Merit: 0
You asked this everywhere BUT where you should have asked it in the first place: on the 99bitcoins wordpress page comments section
I sent mail to 99bitcoins support team but no ans
xnd
sr. member
Activity: 297
Merit: 250
@DEVRAWL
You asked this everywhere BUT where you should have asked it in the first place: on the 99bitcoins wordpress page comments section
newbie
Activity: 39
Merit: 0
Hi,

Can anyone help me how to implement this code in Wordpress site?

https://bitcointalksearch.org/topic/stop-bots-proxies-from-using-your-faucet-1211353

Thanks
Jump to: