| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | #2 (permalink) |
| NamePros Expert Join Date: Nov 2003 Location: Scotland
Posts: 5,069
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | if the person is using a proxy then it is possible to check their ip using $_SERVER['HTTP_X_FORWARDED_FOR']. This only contains an ip if a proxy is used. However anonymous proxies for example do not use the necessary header so $_SERVER['HTTP_X_FORWARDED_FOR'] would not contain anything and unfortunately there is no other way of checking using php. |
| |
| | #3 (permalink) | ||||
![]() Join Date: Jul 2005 Location: Coffs H, Australia
Posts: 3,456
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
.However It is possible to ban the proxy itself. If you notice a large amount of traffic running to or from one IP, this could be a proxy being used by multiple people to view your site.
__________________ Free Forums / GoDaddy Coupon Codes (NEW DOMAIN!) / Free Arcade Script / <?='Your computer is '.(1?fine:broken).'.'?> | ||||
| |