Pages:
Author

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

hero member
Activity: 762
Merit: 500
 How i can implement this on my faucet?
hero member
Activity: 504
Merit: 501
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.
legendary
Activity: 1582
Merit: 1031
our first tesing Spot is take by gifted
i hope he gives us a good feedback.


kind regards
full member
Activity: 180
Merit: 100
Wow what a great offer I will test your service on my blog .

And if its working good I will buy a pack.


Greez
full member
Activity: 219
Merit: 100
CryptoCombat - Realtime NPC Fight Faucet
changed dns recods for some testing purpose.
it should be back online in a few minutes.

greetings
hero member
Activity: 1218
Merit: 534
legendary
Activity: 3528
Merit: 4042
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 Wink


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
legendary
Activity: 1582
Merit: 1031
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 Wink


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
full member
Activity: 238
Merit: 100
.....................
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
legendary
Activity: 1582
Merit: 1031
.....................
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
full member
Activity: 238
Merit: 100

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.




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  ..
legendary
Activity: 3528
Merit: 4042
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?
hero member
Activity: 1218
Merit: 534
I heard that in some countries is illegal (I have no idea wether or not this is true).  Huh

If it is, by using your services, is the faucet owner at risk for "unknowningly conducting" something illegal?
xnd
sr. member
Activity: 297
Merit: 250
@DEVRAWL
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?
full member
Activity: 219
Merit: 100
CryptoCombat - Realtime NPC Fight Faucet
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.
legendary
Activity: 3528
Merit: 4042
not work correctly, i try http://www.shielded.cf/index.php?id=1# and say im behind vpn (isnt true) check your code
hero member
Activity: 1218
Merit: 534
I think checking for open ports (80, 8080) is a wrong approach. Some people have webservers running.
full member
Activity: 176
Merit: 100
Holland
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  Kiss
full member
Activity: 238
Merit: 100
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.
full member
Activity: 219
Merit: 100
CryptoCombat - Realtime NPC Fight Faucet
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.
Pages:
Jump to: