Bitcoin Forum

Economy => Micro Earnings => Topic started by: felicita on August 06, 2016, 11:45:33 AM



Title: 🌟 [ Protect your Website ] ♥ [ VPN/TOR API ] 🌟 [ Shielded.cf ] 🌟
Post by: felicita on August 06, 2016, 11:45:33 AM
You wanna protect your webpage against cheaters and spammers ?
We offer you an API that blocks VPN and Tor IPs !

The API is checking every request in our huge ISP List and checking for TOR exit notes !
Soon we will add more security protection to the api.
We borth a Server for this Project so we have to cover the costs !

Shielded.cf Offer:
  • We offer 1 request for 1 Satoshi ( its like for nothing !!! )
  • 1000 Requests for free to test our Service ! ( limited to 3Users )
  • For example if you made 20 000 requests its equals to 10cents !

payment:
  • ahead you have to send as much Satoshis as much requests you wanna do.
  • soon on shilded.cf but for now contact me or soulreafer !

tesing/proof users (1000 request for free)
  • spot 1 - Gifted
  • spot 2 - open
  • spot 3 - open

implement to your Website:
Code:
//put this on top of everything in your index.php
$vpntest = file_get_contents('http://yannik.biz/vpntest.php?ip='.$_SERVER['REMOTE_ADDR']);
if (preg_match("/".$vpntest."/i", "detected") == true) {
echo "VPN detected";
}

this API script is fully developed by Soulreafer (https://bitcointalk.org/index.php?action=profile;u=311766)


Title: Re: 🌟 [ Protect your Website ] ♥ [ VPN/TOR API ] 🌟 [ Shielded.cf ] 🌟
Post by: alfaboy23 on August 06, 2016, 05:21:14 PM
You wanna protect your webpage against cheaters and spammers ?
We offer you an API that blocks VPN and Tor IPs !

The API is checking every request in our huge ISP List and checking for TOR exit notes !
Soon we will add more security protection to the api.
We borth a Server for this Project so we have to cover the costs !



You can go behind a VPN and test here: http://yannik.biz/test.php
  • if you get "bad isp" as result our api would detect you.
  • if you get "good isp" but you are using a VPN/Proxy !
we would be glad if you send us your ip to improfe our API !

Shielded.cf Offer:
  • We offer 1 request for 1 Satoshi ( its like for nothing !!! )
  • 1000 Requests for free to test our Service ! ( limited to 3Users )
  • For example if you made 20 000 requests its equals to 10cents !

payment:
  • ahead you have to send as much Satoshis as much requests you wanna do.
  • soon on shilded.cf but for now contact me or soulreafer !

tesing/proof users (1000 request for free)
  • spot 1 - open
  • spot 2 - open
  • spot 3 - open

implement to your Website:
Code:
EXAMPLE:
$Status = file_get_contents(Shielded.cf?youToken)
 if(!$status) { VPN/Proxy/Tor detectet }

this API script is fully developed by Soulreafer (https://bitcointalk.org/index.php?action=profile;u=311766)
Good day.

I tested it on boomproxy, and it said "good isp".
I also tested it in a proxy software and it also said that it is good, which is supposed to be not good.

https://i.imgur.com/94Sp1hS.png


Title: Re: 🌟 [ Protect your Website ] ♥ [ VPN/TOR API ] 🌟 [ Shielded.cf ] 🌟
Post by: soulreafer on August 07, 2016, 01:12:05 AM
Additional Stuff Post:

I finished most of the demo site.
http://www.shielded.cf

Proof of work with Hide.me:
https://i.gyazo.com/6e6d5f06f8fc35daf5ab8327f79b51a7.gif


if you want to test our stuff in action just add the following code the the top of your index.php
Code:
//put this on top of everything in your index.php
$response_array = json_decode(file_get_contents('http://shielded.cf/api/lookup/free.php?ip='.$_SERVER['REMOTE_ADDR']), true);
if($response_array['isProxy'] == 'YES')
die('<iframe width="100%" height="100%" frameBorder="0" src="http://shielded.cf/iframes/404.php" border="0"></iframe>');

..
..
..
//here goes the rest of your code
echo 'welcome to our site';

beware! this is a really dirty way to work with our vpn check because the server needs some time to check the user.
better create an new file and call it with some ajax. but this is more advanced and not part of this post to explain.
if you are an faucet owner i recommend to use this check only on your claims.
this helps a lot to reduce loading times on the rest of your website and vpn users can still see the website without the opportunity to claim.


feel free to test the site with different proxy´s / vpn´s and let us know if the server is not correctly marked as what it is.
please ignore the tutorial code snippets on the page. they are pointing to nowhere at the moment.

best regards,


moderator notice: please move under starting post for additional informations.




Title: Re: [ Protect your Website ] ♥ [ VPN/TOR API ] [ Shielded.cf ]
Post by: sabotag3x on August 07, 2016, 05:18:24 AM
on test.php
https://talkimg.com/images/2023/07/24/QU5a5.png

on shielded.cf
https://talkimg.com/images/2023/07/24/QU7tz.png

boomproxy on test.php
https://talkimg.com/images/2023/07/24/QU9c2.png

boomproxy on shielded
https://talkimg.com/images/2023/07/24/QUBqc.png

I think you are getting my google DNS


Title: Re: 🌟 [ Protect your Website ] ♥ [ VPN/TOR API ] 🌟 [ Shielded.cf ] 🌟
Post by: 5ub_zer0 on August 07, 2016, 07:58:07 AM
Thats a big problem - Deutsche Telekom - VPN detected ..

https://thoje.it/wp-content/uploads/2016/07/shield.png


Title: Re: 🌟 [ Protect your Website ] ♥ [ VPN/TOR API ] 🌟 [ Shielded.cf ] 🌟
Post by: soulreafer on August 07, 2016, 08:47:42 AM
then you have an running webserver somewhere on your local network?
or your router have some open ports like (80, 8080) and the script thinks you are an server.


Title: Re: 🌟 [ Protect your Website ] ♥ [ VPN/TOR API ] 🌟 [ Shielded.cf ] 🌟
Post by: 5ub_zer0 on August 07, 2016, 09:06:15 AM
then you have an running webserver somewhere on your local network?
or your router have some open ports like (80, 8080) and the script thinks you are an server.

You really made my Day !!! .. thanx a lot .. disabled portforwarding 80 and 443 in my Fritzbox and now the VPN NO message appears .. lol .. crazy world.


Title: Re: 🌟 [ Protect your Website ] ♥ [ VPN/TOR API ] 🌟 [ Shielded.cf ] 🌟
Post by: bennl on August 07, 2016, 10:23:49 AM
then you have an running webserver somewhere on your local network?
or your router have some open ports like (80, 8080) and the script thinks you are an server.

You really made my Day !!! .. thanx a lot .. disabled portforwarding 80 and 443 in my Fritzbox and now the VPN NO message appears .. lol .. crazy world.


Thank you both  :-*


Title: Re: 🌟 [ Protect your Website ] ♥ [ VPN/TOR API ] 🌟 [ Shielded.cf ] 🌟
Post by: BitBustah on August 07, 2016, 12:33:53 PM
I think checking for open ports (80, 8080) is a wrong approach. Some people have webservers running.


Title: Re: 🌟 [ Protect your Website ] ♥ [ VPN/TOR API ] 🌟 [ Shielded.cf ] 🌟
Post by: babo on August 07, 2016, 01:10:59 PM
not work correctly, i try http://www.shielded.cf/index.php?id=1# and say im behind vpn (isnt true) check your code


Title: Re: 🌟 [ Protect your Website ] ♥ [ VPN/TOR API ] 🌟 [ Shielded.cf ] 🌟
Post by: soulreafer on August 07, 2016, 02:06:25 PM
I think checking for open ports (80, 8080) is a wrong approach. Some people have webservers running.

we will change it to create a combination check between multiple cases.


Title: Re: 🌟 [ Protect your Website ] ♥ [ VPN/TOR API ] 🌟 [ Shielded.cf ] 🌟
Post by: xnd on August 07, 2016, 05:18:57 PM
thank you for your efforts. it says i'm behind vpn but i'm not. i'm just running a webserver on the same ip, i quess that's the problem?


Title: Re: 🌟 [ Protect your Website ] ♥ [ VPN/TOR API ] 🌟 [ Shielded.cf ] 🌟
Post by: BitBustah on August 07, 2016, 05:25:06 PM
I heard that in some countries is illegal (I have no idea wether or not this is true).  ???

If it is, by using your services, is the faucet owner at risk for "unknowningly conducting" something illegal?


Title: Re: 🌟 [ Protect your Website ] ♥ [ VPN/TOR API ] 🌟 [ Shielded.cf ] 🌟
Post by: babo on August 08, 2016, 10:05:42 AM
I think checking for open ports (80, 8080) is a wrong approach. Some people have webservers running.

we will change it to create a combination check between multiple cases.

my advice, use an euristic method.
i explain it

IP have 8080 port used >>> + 10 points
IP is present in spam list >>> + 10 points
IP have mail service >>> + 20 points

if SUM >= 40
 isVPN
else
 isntVPN

clear?


Title: Re: 🌟 [ Protect your Website ] ♥ [ VPN/TOR API ] 🌟 [ Shielded.cf ] 🌟
Post by: 5ub_zer0 on August 08, 2016, 12:14:03 PM

if you want to test our stuff in action just add the following code the the top of your index.php
Code:
//put this on top of everything in your index.php
$response_array = json_decode(file_get_contents('http://shielded.cf/api/lookup/free.php?ip='.$_SERVER['REMOTE_ADDR']), true);
if($response_array['isProxy'] == 'YES')
die('<iframe width="100%" height="100%" frameBorder="0" src="http://shielded.cf/iframes/404.php" border="0"></iframe>');

..
..
..
//here goes the rest of your code
echo 'welcome to our site';

beware! this is a really dirty way to work with our vpn check because the server needs some time to check the user.
better create an new file and call it with some ajax. but this is more advanced and not part of this post to explain.
if you are an faucet owner i recommend to use this check only on your claims.
this helps a lot to reduce loading times on the rest of your website and vpn users can still see the website without the opportunity to claim.


feel free to test the site with different proxy´s / vpn´s and let us know if the server is not correctly marked as what it is.
please ignore the tutorial code snippets on the page. they are pointing to nowhere at the moment.

best regards,


moderator notice: please move under starting post for additional informations.




whould be cool if somebody can give a short tutorial for implementing this code into the xapo (faucet-builder) script .. i have tryed it to put it there were i insert my proxy detection (on claim) but it breaks my site . so i have no clue were put it in  ..


Title: Re: 🌟 [ Protect your Website ] ♥ [ VPN/TOR API ] 🌟 [ Shielded.cf ] 🌟
Post by: felicita on August 08, 2016, 06:13:35 PM
.....................
whould be cool if somebody can give a short tutorial for implementing this code into the xapo (faucet-builder) script .. i have tryed it to put it there were i insert my proxy detection (on claim) but it breaks my site . so i have no clue were put it in  ..



i can help you to inplement the code to thest this service.
my skype addy: streamzdotcc



kind regards


Title: Re: 🌟 [ Protect your Website ] ♥ [ VPN/TOR API ] 🌟 [ Shielded.cf ] 🌟
Post by: 5ub_zer0 on August 08, 2016, 06:18:59 PM
.....................
whould be cool if somebody can give a short tutorial for implementing this code into the xapo (faucet-builder) script .. i have tryed it to put it there were i insert my proxy detection (on claim) but it breaks my site . so i have no clue were put it in  ..



i can help you to inplement the code to thest this service.
my skype addy: streamzdotcc



kind regards

i am an old men .. i dont have skype and so things .. i write with my fingers ^^ .. ive send u an pm


Title: Re: 🌟 [ Protect your Website ] ♥ [ VPN/TOR API ] 🌟 [ Shielded.cf ] 🌟
Post by: felicita on August 08, 2016, 06:31:44 PM
I think checking for open ports (80, 8080) is a wrong approach. Some people have webservers running.

we will change it to create a combination check between multiple cases.

my advice, use an euristic method.
i explain it

IP have 8080 port used >>> + 10 points
IP is present in spam list >>> + 10 points
IP have mail service >>> + 20 points

if SUM >= 40
 isVPN
else
 isntVPN

clear?

thanks for your advice !
we will implement this idee its good ;)


thank you for your efforts. it says i'm behind vpn but i'm not. i'm just running a webserver on the same ip, i quess that's the problem?
Send em your ip adress via pm and we cna lok why you got detectet .




kind regaRDS


Title: Re: 🌟 [ Protect your Website ] ♥ [ VPN/TOR API ] 🌟 [ Shielded.cf ] 🌟
Post by: babo on August 09, 2016, 07:30:40 AM
I think checking for open ports (80, 8080) is a wrong approach. Some people have webservers running.

we will change it to create a combination check between multiple cases.

my advice, use an euristic method.
i explain it

IP have 8080 port used >>> + 10 points
IP is present in spam list >>> + 10 points
IP have mail service >>> + 20 points

if SUM >= 40
 isVPN
else
 isntVPN

clear?

thanks for your advice !
we will implement this idee its good ;)


thank you for your efforts. it says i'm behind vpn but i'm not. i'm just running a webserver on the same ip, i quess that's the problem?
Send em your ip adress via pm and we cna lok why you got detectet .




kind regaRDS

no problem mate, i'm happy to help people if i can. tell me when you implement euristic method for check vpn <3


Title: Re: 🌟 [ Protect your Website ] ♥ [ VPN/TOR API ] 🌟 [ Shielded.cf ] 🌟
Post by: BitBustah on August 10, 2016, 02:47:28 PM
Error 404?
http://www.shielded.cf/


Title: Re: 🌟 [ Protect your Website ] ♥ [ VPN/TOR API ] 🌟 [ Shielded.cf ] 🌟
Post by: soulreafer on August 10, 2016, 03:07:43 PM
changed dns recods for some testing purpose.
it should be back online in a few minutes.

greetings


Title: Re: 🌟 [ Protect your Website ] ♥ [ VPN/TOR API ] 🌟 [ Shielded.cf ] 🌟
Post by: elson on August 10, 2016, 04:55:00 PM
Wow what a great offer I will test your service on my blog .

And if its working good I will buy a pack.


Greez


Title: Re: 🌟 [ Protect your Website ] ♥ [ VPN/TOR API ] 🌟 [ Shielded.cf ] 🌟
Post by: felicita on August 22, 2016, 07:05:25 PM
our first tesing Spot is take by gifted
i hope he gives us a good feedback.


kind regards


Title: Re: 🌟 [ Protect your Website ] ♥ [ VPN/TOR API ] 🌟 [ Shielded.cf ] 🌟
Post by: Gifted on August 23, 2016, 01:32:48 AM
So far so good... my website is kinda spacey so  it took a while but he is def the real deal and great to work with.. i will be testing for the rest of the week . The thing is there is no cure for VPN but with time his service will have all VPN codes to stop bots . great job, service and all around 8 out of 10.


Best thing is if they get through its a 10 min fix by adding the service provider.


Title: Re: 🌟 [ Protect your Website ] ♥ [ VPN/TOR API ] 🌟 [ Shielded.cf ] 🌟
Post by: wdnj on August 23, 2016, 06:58:02 AM
 How i can implement this on my faucet?