Dragen Posted April 30, 2007 Share Posted April 30, 2007 Is there a way to block proxys? I'm trying to run an affiliate program, where people can advertise me and they get points per click to my site. I'm going to limit it to one click per ip per day, but that wont stop proxys... Is there a way of banning proxys from viewing certain pages on my site? Thanks. Link to comment https://forums.phpfreaks.com/topic/49288-ban-proxy/ Share on other sites More sharing options...
map200uk Posted April 30, 2007 Share Posted April 30, 2007 id assume so, isnt a proxy value held in an environment variable? Perhaps have a check i.e. if value !="" ? Or i suppose you could block it outside of php with the physical box, Link to comment https://forums.phpfreaks.com/topic/49288-ban-proxy/#findComment-241509 Share on other sites More sharing options...
Dragen Posted April 30, 2007 Author Share Posted April 30, 2007 To be honest I know pretty much nothing about proxys.. I just know that they can be anonymous.. meaning that people could falsify the link clicks.. Link to comment https://forums.phpfreaks.com/topic/49288-ban-proxy/#findComment-241511 Share on other sites More sharing options...
map200uk Posted April 30, 2007 Share Posted April 30, 2007 yep, if non transparent yea. However if you loadup a page with phpinfo() in it you will see the variable, i cant remember it off hand y Link to comment https://forums.phpfreaks.com/topic/49288-ban-proxy/#findComment-241519 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.