| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| NamePros Regular Join Date: Dec 2006
Posts: 635
![]() ![]() ![]() ![]() | [WTB] proxy detection script Any of you guys have one, or know where i may find some tuts on how to make one? i wish to make a site were i can input a users IP and see if it is coming from a proxy or not. Thanks up front! |
| |
| | #2 (permalink) |
| NamePros Regular Join Date: Feb 2006
Posts: 584
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Some semi-anonymous proxies transmit HTTP_X_FORWARDED_FOR (Or something like that) as a browser variable. If this variable is set in PHP, it means the proxy is either transparent or semi-anonymous. Fully anonymous proxies (that do not send this) cannot be tracked. |
| |
| | #4 (permalink) | ||||
| NamePros Member Join Date: Sep 2006
Posts: 97
![]() |
__________________ Paid Surveys | ||||
| |
| | #7 (permalink) |
| NamePros Member Join Date: Sep 2005
Posts: 160
![]() | I made a proxy detector about 3 years ago: http://fadlan.com/ip |
| |