Proxy detecter

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
tcardoso
Forum Newbie
Posts: 3
Joined: Mon Feb 11, 2008 1:59 pm

Proxy detecter

Post by tcardoso »

Hi,

Don't want to abuse the forum, but its a completely different subject and it could be very useful for future users doubts.

Do anyone know any good piece of PHP proxy detecter (not the ones on the web, I test them all and none work on modern proxies).

Or does anyone know any online service to detect proxy (like we pay per request)?

Thanks
User avatar
Mordred
DevNet Resident
Posts: 1579
Joined: Sun Sep 03, 2006 5:19 am
Location: Sofia, Bulgaria

Re: Proxy detecter

Post by Mordred »

If the proxy wants to hide that it's a proxy, you just can't detect it. There's tricks that might work, but in general you won't do better than the already existing solutions.
Post Reply