<?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: How to get CloudFlare Visitor IPs in PHP?</title> <atom:link href="https://wp2x.com/get-cloudflare-visitor-ips-php/feed/" rel="self" type="application/rss+xml" /><link>https://wp2x.com/get-cloudflare-visitor-ips-php/</link> <description>We can help your Wordpress faster</description> <lastBuildDate>Wed, 19 Nov 2014 00:20:34 +0000</lastBuildDate> <sy:updatePeriod> hourly </sy:updatePeriod> <sy:updateFrequency> 1 </sy:updateFrequency> <generator>https://wordpress.org/?v=5.6.17</generator> <item><title> By: Brew</title><link>https://wp2x.com/get-cloudflare-visitor-ips-php/#comment-97</link><dc:creator><![CDATA[Brew]]></dc:creator> <pubDate>Wed, 19 Nov 2014 00:20:34 +0000</pubDate> <guid
isPermaLink="false">http://wp2x.com/?p=220#comment-97</guid><description><![CDATA[This is must know info for any programmer who work under cloudflare proxy. But it &#039;s pity that the free service from cloudflare what doesn&#039;t help any more. They just doing the DNS management.]]></description> <content:encoded><![CDATA[<p>This is must know info for any programmer who work under cloudflare proxy. But it &#8216;s pity that the free service from cloudflare what doesn&#8217;t help any more. They just doing the DNS management.</p> ]]></content:encoded> </item> <item><title> By: Awer</title><link>https://wp2x.com/get-cloudflare-visitor-ips-php/#comment-64</link><dc:creator><![CDATA[Awer]]></dc:creator> <pubDate>Mon, 29 Sep 2014 01:45:14 +0000</pubDate> <guid
isPermaLink="false">http://wp2x.com/?p=220#comment-64</guid><description><![CDATA[Good to know it &#039;s too easy to get real ip in proxy :).]]></description> <content:encoded><![CDATA[<p>Good to know it &#8216;s too easy to get real ip in proxy :).</p> ]]></content:encoded> </item> <item><title> By: Philip</title><link>https://wp2x.com/get-cloudflare-visitor-ips-php/#comment-52</link><dc:creator><![CDATA[Philip]]></dc:creator> <pubDate>Tue, 02 Sep 2014 09:10:19 +0000</pubDate> <guid
isPermaLink="false">http://wp2x.com/?p=220#comment-52</guid><description><![CDATA[It &#039;s nice have a good free service like cloudflare and easy to code on their service too.]]></description> <content:encoded><![CDATA[<p>It &#8216;s nice have a good free service like cloudflare and easy to code on their service too.</p> ]]></content:encoded> </item> <item><title> By: Laura</title><link>https://wp2x.com/get-cloudflare-visitor-ips-php/#comment-45</link><dc:creator><![CDATA[Laura]]></dc:creator> <pubDate>Wed, 27 Aug 2014 09:53:45 +0000</pubDate> <guid
isPermaLink="false">http://wp2x.com/?p=220#comment-45</guid><description><![CDATA[Let &#039;s override the default param in global like $_SERVER[&#039;REMOTE_ADDR&#039;] = $_SERVER[&#039;HTTP_CF_CONNECTING_IP&#039;];, I do it all of times and I didn&#039;t meet any problem until now. Everything work well :)]]></description> <content:encoded><![CDATA[<p>Let &#8216;s override the default param in global like $_SERVER[&#8216;REMOTE_ADDR&#8217;] = $_SERVER[&#8216;HTTP_CF_CONNECTING_IP&#8217;];, I do it all of times and I didn&#8217;t meet any problem until now. Everything work well 🙂</p> ]]></content:encoded> </item> <item><title> By: david</title><link>https://wp2x.com/get-cloudflare-visitor-ips-php/#comment-39</link><dc:creator><![CDATA[david]]></dc:creator> <pubDate>Mon, 18 Aug 2014 11:38:22 +0000</pubDate> <guid
isPermaLink="false">http://wp2x.com/?p=220#comment-39</guid><description><![CDATA[In reply to &lt;a href=&quot;https://wp2x.com/get-cloudflare-visitor-ips-php/#comment-35&quot;&gt;Jesica&lt;/a&gt;.It &#039;s just the way I usually use. Actually, it is not official, after doing that you will have no way to know the IP of the proxy but who want to know that, we just want to know the real IP and we send it to all of coding process what need to real IP.So in the bottom line, your coding is fine to use.]]></description> <content:encoded><![CDATA[<p>In reply to <a
href="https://wp2x.com/get-cloudflare-visitor-ips-php/#comment-35">Jesica</a>.</p><p>It &#8216;s just the way I usually use. Actually, it is not official, after doing that you will have no way to know the IP of the proxy but who want to know that, we just want to know the real IP and we send it to all of coding process what need to real IP.</p><p>So in the bottom line, your coding is fine to use.</p> ]]></content:encoded> </item> <item><title> By: Jesica</title><link>https://wp2x.com/get-cloudflare-visitor-ips-php/#comment-35</link><dc:creator><![CDATA[Jesica]]></dc:creator> <pubDate>Mon, 11 Aug 2014 05:32:13 +0000</pubDate> <guid
isPermaLink="false">http://wp2x.com/?p=220#comment-35</guid><description><![CDATA[Sorry to comment again to ask about this line$_SERVER[&#039;REMOTE_ADDR&#039;] = $_SERVER[&#039;HTTP_CF_CONNECTING_IP&#039;];Is it official if we do like this? I mean when we do this, is it risk or easy to turn out any issue? Thanks]]></description> <content:encoded><![CDATA[<p>Sorry to comment again to ask about this line</p><p>$_SERVER[&#8216;REMOTE_ADDR&#8217;] = $_SERVER[&#8216;HTTP_CF_CONNECTING_IP&#8217;];</p><p>Is it official if we do like this? I mean when we do this, is it risk or easy to turn out any issue? Thanks</p> ]]></content:encoded> </item> <item><title> By: Jesica</title><link>https://wp2x.com/get-cloudflare-visitor-ips-php/#comment-33</link><dc:creator><![CDATA[Jesica]]></dc:creator> <pubDate>Sun, 10 Aug 2014 00:32:24 +0000</pubDate> <guid
isPermaLink="false">http://wp2x.com/?p=220#comment-33</guid><description><![CDATA[Very simple and easy to use but useful. Thanks for sharing the good way to get Ip from cloudflare proxy. It take me a lot of time before.]]></description> <content:encoded><![CDATA[<p>Very simple and easy to use but useful. Thanks for sharing the good way to get Ip from cloudflare proxy. It take me a lot of time before.</p> ]]></content:encoded> </item> </channel> </rss>