Pages:
Author

Topic: 🌟 [ Protect your Website ] ♥ [ VPN/TOR API ] 🌟 [ Shielded.cf ] 🌟 - page 2. (Read 1043 times)

full member
Activity: 238
Merit: 100
Thats a big problem - Deutsche Telekom - VPN detected ..

legendary
Activity: 2492
Merit: 2150
Crypto Swap Exchange
on test.php


on shielded.cf


boomproxy on test.php


boomproxy on shielded


I think you are getting my google DNS
full member
Activity: 219
Merit: 100
CryptoCombat - Realtime NPC Fight Faucet
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('');

..
..
..
//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.


hero member
Activity: 546
Merit: 500
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
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.

legendary
Activity: 1582
Merit: 1031
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
Pages:
Jump to: