figuring out if user is using a proxy or not

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
psychotomus
Forum Contributor
Posts: 487
Joined: Fri Jul 11, 2003 1:59 am

figuring out if user is using a proxy or not

Post by psychotomus »

im starting a PPC site and I don't want user's to send a million proxy's to there URL such as http://www.web-hosting-hits.com?id=2

how can I avoid this.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Roja
Tutorials Group
Posts: 2692
Joined: Sun Jan 04, 2004 10:30 pm

Re: figuring out if user is using a proxy or not

Post by Roja »

psychotomus wrote:how can I avoid this.
Sites like google, yahoo, and doubleclick spend millions fighting the problem - There is no reliable way to do so.
Post Reply