<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: PHP Code to Check if Someone is Coming from a Open Proxy.</title>
	<atom:link href="http://www.oooff.com/php-affiliate-seo-blog/php-automation-coding/php-code-to-check-if-someone-is-coming-from-a-open-proxy/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oooff.com/php-affiliate-seo-blog/php-automation-coding/php-code-to-check-if-someone-is-coming-from-a-open-proxy/</link>
	<description>How to Market Online using the affiliate Channel.</description>
	<lastBuildDate>Thu, 20 Oct 2011 20:17:22 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ilya Vassilevsky</title>
		<link>http://www.oooff.com/php-affiliate-seo-blog/php-automation-coding/php-code-to-check-if-someone-is-coming-from-a-open-proxy/comment-page-1/#comment-111706</link>
		<dc:creator>Ilya Vassilevsky</dc:creator>
		<pubDate>Mon, 11 Jan 2010 21:33:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.oooff.com/php-affiliate-seo-blog/php-automation-coding/php-code-to-check-if-someone-is-coming-from-a-open-proxy/#comment-111706</guid>
		<description>Skype takes over ports 80 and 443 when there&#039;s nothing else on them.</description>
		<content:encoded><![CDATA[<p>Skype takes over ports 80 and 443 when there&#8217;s nothing else on them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.oooff.com/php-affiliate-seo-blog/php-automation-coding/php-code-to-check-if-someone-is-coming-from-a-open-proxy/comment-page-1/#comment-87501</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sat, 10 Jan 2009 22:05:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.oooff.com/php-affiliate-seo-blog/php-automation-coding/php-code-to-check-if-someone-is-coming-from-a-open-proxy/#comment-87501</guid>
		<description>MJL: Quova&#039;s GeoPoint gold service includes a list of known open proxies. You have to pay for it, but you can then just create an exclusion list for apache or whatever you&#039;re using.</description>
		<content:encoded><![CDATA[<p>MJL: Quova&#8217;s GeoPoint gold service includes a list of known open proxies. You have to pay for it, but you can then just create an exclusion list for apache or whatever you&#8217;re using.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Smaxor</title>
		<link>http://www.oooff.com/php-affiliate-seo-blog/php-automation-coding/php-code-to-check-if-someone-is-coming-from-a-open-proxy/comment-page-1/#comment-85396</link>
		<dc:creator>Smaxor</dc:creator>
		<pubDate>Sun, 28 Dec 2008 00:55:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.oooff.com/php-affiliate-seo-blog/php-automation-coding/php-code-to-check-if-someone-is-coming-from-a-open-proxy/#comment-85396</guid>
		<description>You can get a list of all the tor ips pretty readily. Just get that list and check your visito against it.</description>
		<content:encoded><![CDATA[<p>You can get a list of all the tor ips pretty readily. Just get that list and check your visito against it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hugh</title>
		<link>http://www.oooff.com/php-affiliate-seo-blog/php-automation-coding/php-code-to-check-if-someone-is-coming-from-a-open-proxy/comment-page-1/#comment-85394</link>
		<dc:creator>Hugh</dc:creator>
		<pubDate>Sun, 28 Dec 2008 00:48:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.oooff.com/php-affiliate-seo-blog/php-automation-coding/php-code-to-check-if-someone-is-coming-from-a-open-proxy/#comment-85394</guid>
		<description>Thanks for your script, it was very helpful.
Does anyone have some code I can use to block users using TOR?</description>
		<content:encoded><![CDATA[<p>Thanks for your script, it was very helpful.<br />
Does anyone have some code I can use to block users using TOR?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Ludwick</title>
		<link>http://www.oooff.com/php-affiliate-seo-blog/php-automation-coding/php-code-to-check-if-someone-is-coming-from-a-open-proxy/comment-page-1/#comment-80052</link>
		<dc:creator>Michael Ludwick</dc:creator>
		<pubDate>Sun, 23 Nov 2008 00:43:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.oooff.com/php-affiliate-seo-blog/php-automation-coding/php-code-to-check-if-someone-is-coming-from-a-open-proxy/#comment-80052</guid>
		<description>Our problem at Chatropolis.com is that advertisers will use scripts to post advertisements from open proxy switching software. We literally have a 100,000 proxy users so I would want to look for open proxy users. Services like TOR give a nobel speach but all that comes is illegal advertising and kiddie porn from them. I have never examined a TOR user exit node because the user did something nice.

I want to stop all open proxys from using our site. There would be no reason somebody needs to use an open proxy. In most cases These services help people break a law weather it&#039;s Chna&#039;s policy on pornagraphy or Iraqs. I don&#039;t believe my site is something someone needs to access against it&#039;s countrys laws. Also the paranoid line on privacy is a load of crap. If your ashamed about your body,sex or the conversation there of join the Nunnery.

Does anyone have ideas on checking for open proxys 500,000+ times a day and not need a cluster of super comps to do it?

MJL
For Chatropolis.com</description>
		<content:encoded><![CDATA[<p>Our problem at Chatropolis.com is that advertisers will use scripts to post advertisements from open proxy switching software. We literally have a 100,000 proxy users so I would want to look for open proxy users. Services like TOR give a nobel speach but all that comes is illegal advertising and kiddie porn from them. I have never examined a TOR user exit node because the user did something nice.</p>
<p>I want to stop all open proxys from using our site. There would be no reason somebody needs to use an open proxy. In most cases These services help people break a law weather it&#8217;s Chna&#8217;s policy on pornagraphy or Iraqs. I don&#8217;t believe my site is something someone needs to access against it&#8217;s countrys laws. Also the paranoid line on privacy is a load of crap. If your ashamed about your body,sex or the conversation there of join the Nunnery.</p>
<p>Does anyone have ideas on checking for open proxys 500,000+ times a day and not need a cluster of super comps to do it?</p>
<p>MJL<br />
For Chatropolis.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Smaxor</title>
		<link>http://www.oooff.com/php-affiliate-seo-blog/php-automation-coding/php-code-to-check-if-someone-is-coming-from-a-open-proxy/comment-page-1/#comment-31057</link>
		<dc:creator>Smaxor</dc:creator>
		<pubDate>Thu, 12 Jun 2008 01:47:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.oooff.com/php-affiliate-seo-blog/php-automation-coding/php-code-to-check-if-someone-is-coming-from-a-open-proxy/#comment-31057</guid>
		<description>audax: I was going to make a post about maxmind next.

ptv: this isn&#039;t a full proof plan just a point of diversion, you definately need to combine it with other tactics. You&#039;re never going to get all the fraud from the get go but the more strategies you have the better.

webmasters: agree&#039;d. To your point about routers, most routers don&#039;t open port 80 on the wan only the lan. Again not full proof and should be added to a points system I agree. But yet another tool in the quiver.</description>
		<content:encoded><![CDATA[<p>audax: I was going to make a post about maxmind next.</p>
<p>ptv: this isn&#8217;t a full proof plan just a point of diversion, you definately need to combine it with other tactics. You&#8217;re never going to get all the fraud from the get go but the more strategies you have the better.</p>
<p>webmasters: agree&#8217;d. To your point about routers, most routers don&#8217;t open port 80 on the wan only the lan. Again not full proof and should be added to a points system I agree. But yet another tool in the quiver.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Webmasters</title>
		<link>http://www.oooff.com/php-affiliate-seo-blog/php-automation-coding/php-code-to-check-if-someone-is-coming-from-a-open-proxy/comment-page-1/#comment-31020</link>
		<dc:creator>Webmasters</dc:creator>
		<pubDate>Wed, 11 Jun 2008 19:48:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.oooff.com/php-affiliate-seo-blog/php-automation-coding/php-code-to-check-if-someone-is-coming-from-a-open-proxy/#comment-31020</guid>
		<description>I would definitively go with the flags or points approach... I really can&#039;t justify auto-banning someone because he has a port 80 open... besides, many home based routers do respond to a port  80 query because they have web administration enabled...</description>
		<content:encoded><![CDATA[<p>I would definitively go with the flags or points approach&#8230; I really can&#8217;t justify auto-banning someone because he has a port 80 open&#8230; besides, many home based routers do respond to a port  80 query because they have web administration enabled&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ptv</title>
		<link>http://www.oooff.com/php-affiliate-seo-blog/php-automation-coding/php-code-to-check-if-someone-is-coming-from-a-open-proxy/comment-page-1/#comment-31019</link>
		<dc:creator>ptv</dc:creator>
		<pubDate>Wed, 11 Jun 2008 19:41:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.oooff.com/php-affiliate-seo-blog/php-automation-coding/php-code-to-check-if-someone-is-coming-from-a-open-proxy/#comment-31019</guid>
		<description>I appreciate the idea and code provided. But ...
What if our prospective customer has installed some kind of port scanning warning software? The probablity is low, but the risk of being suspected of &quot;hacking&quot;?

Maybe some kind of third party service not connected with us is better?</description>
		<content:encoded><![CDATA[<p>I appreciate the idea and code provided. But &#8230;<br />
What if our prospective customer has installed some kind of port scanning warning software? The probablity is low, but the risk of being suspected of &#8220;hacking&#8221;?</p>
<p>Maybe some kind of third party service not connected with us is better?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: audax</title>
		<link>http://www.oooff.com/php-affiliate-seo-blog/php-automation-coding/php-code-to-check-if-someone-is-coming-from-a-open-proxy/comment-page-1/#comment-31010</link>
		<dc:creator>audax</dc:creator>
		<pubDate>Wed, 11 Jun 2008 18:48:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.oooff.com/php-affiliate-seo-blog/php-automation-coding/php-code-to-check-if-someone-is-coming-from-a-open-proxy/#comment-31010</guid>
		<description>Other method I use is to reverse the IP to a physical location using MaxMind GeoIP or something of the sort, and then compare the signup address to the location of the IP address. It&#039;s not fool proof but can help flag possible fraud.</description>
		<content:encoded><![CDATA[<p>Other method I use is to reverse the IP to a physical location using MaxMind GeoIP or something of the sort, and then compare the signup address to the location of the IP address. It&#8217;s not fool proof but can help flag possible fraud.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

