PDA

View Full Version : Block proxy users (cheater)



winoomgmg
06-27-2009, 09:54 PM
Hello Friends,

I want to block users who use proxy services to access my web pages.

My objective one user account one connection due to my limited trafic band width.

Some users use proxy server and open multiple account.

How can I acheive it ?

Thanks in advanced.

Rgds,
WO

Szise
07-16-2009, 11:30 AM
Just a small solution


<?php
if(@fsockopen($_SERVER['REMOTE_ADDR'], 80, $errorstring, $errno, 1))
{
die('<strong>Hey! you are using a proxy!</strong>');
}
?>

Alpha Aleta
08-13-2009, 03:22 AM
I would like to block open/public/private proxies from accessing my site. Our target audience is mostly teenagers and lately some of them have found it fun to try and reak havoc on us through proxies. I figure I could d/l one of many proxy lists and add them one at a time to the ban list in cPanel but that would be tedious.

rumsfo
08-13-2009, 03:39 AM
To block the proxies I assume you need to have some information about them such as the list of the proxies which are forbidden

directspace
08-20-2009, 05:36 PM
You can always setup a firewall box such as mikrotik and have complete control over everything.

akki.webmaster
08-21-2009, 06:26 PM
Your hosting service provider will have a solution for you. consult them, they will have automated systems to resolve this issue.

RH1
08-21-2009, 09:30 PM
Unless he is the web hosting provider - and is here asking to learn. Remember this forum is open to all levels and even us experts have things to always learn