<?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: WordPress Security &#8211; CIDRAM IP Address PHP Filter	</title>
	<atom:link href="https://tehnoblog.org/wordpress-security-cidram-ip-address-php-filter/feed/" rel="self" type="application/rss+xml" />
	<link>https://tehnoblog.org/wordpress-security-cidram-ip-address-php-filter/</link>
	<description>phones ● computers ● audio ● video ● technology</description>
	<lastBuildDate>Tue, 16 Mar 2021 05:03:06 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Craig		</title>
		<link>https://tehnoblog.org/wordpress-security-cidram-ip-address-php-filter/#comment-625</link>

		<dc:creator><![CDATA[Craig]]></dc:creator>
		<pubDate>Thu, 28 May 2020 19:47:51 +0000</pubDate>
		<guid isPermaLink="false">http://tehnoblog.org/?p=2417#comment-625</guid>

					<description><![CDATA[Nice article, just what I was looking for, I think.  I just installed CIDRAM three days ago and today I noticed that it was blocking (I think) a lot of wp-cron updating actions as judging from the url.  Anyway I just wanted to add that instead of adding the code in step #4 into the wp-load.php file, I added it into a child-theme&#039;s functions.php file and it seems to have worked.  At least it didn&#039;t break anything.  I will check in a day or so and see if it still blocks the domain in use.]]></description>
			<content:encoded><![CDATA[<p>Nice article, just what I was looking for, I think.  I just installed CIDRAM three days ago and today I noticed that it was blocking (I think) a lot of wp-cron updating actions as judging from the url.  Anyway I just wanted to add that instead of adding the code in step #4 into the wp-load.php file, I added it into a child-theme&#8217;s functions.php file and it seems to have worked.  At least it didn&#8217;t break anything.  I will check in a day or so and see if it still blocks the domain in use.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: TehnoBlog		</title>
		<link>https://tehnoblog.org/wordpress-security-cidram-ip-address-php-filter/#comment-313</link>

		<dc:creator><![CDATA[TehnoBlog]]></dc:creator>
		<pubDate>Tue, 18 Sep 2018 14:17:44 +0000</pubDate>
		<guid isPermaLink="false">http://tehnoblog.org/?p=2417#comment-313</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://tehnoblog.org/wordpress-security-cidram-ip-address-php-filter/#comment-312&quot;&gt;Anonymous&lt;/a&gt;.

Hi, check your log in CIDRAM, it should give you a clue. You can add your IP to whitelist, but it may change depending on your ISP, company, etc.

Addresses you mentioned are local, and should never be blocked.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://tehnoblog.org/wordpress-security-cidram-ip-address-php-filter/#comment-312">Anonymous</a>.</p>
<p>Hi, check your log in CIDRAM, it should give you a clue. You can add your IP to whitelist, but it may change depending on your ISP, company, etc.</p>
<p>Addresses you mentioned are local, and should never be blocked.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Anonymous		</title>
		<link>https://tehnoblog.org/wordpress-security-cidram-ip-address-php-filter/#comment-312</link>

		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Tue, 18 Sep 2018 13:48:09 +0000</pubDate>
		<guid isPermaLink="false">http://tehnoblog.org/?p=2417#comment-312</guid>

					<description><![CDATA[::1,127.0.0.1,192.168.0.1  doesn&#039;t make sense to me since I&#039;m not tech savvy. Why can&#039;t I just google my IP and paste and copy it and use that?  

 I hate that CIDRAM is blocking me today for whatever reason but I can&#039;t figure out why since... well... I keep getting blocked!]]></description>
			<content:encoded><![CDATA[<p>::1,127.0.0.1,192.168.0.1  doesn&#8217;t make sense to me since I&#8217;m not tech savvy. Why can&#8217;t I just google my IP and paste and copy it and use that?  </p>
<p> I hate that CIDRAM is blocking me today for whatever reason but I can&#8217;t figure out why since&#8230; well&#8230; I keep getting blocked!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: TehnoBlog		</title>
		<link>https://tehnoblog.org/wordpress-security-cidram-ip-address-php-filter/#comment-244</link>

		<dc:creator><![CDATA[TehnoBlog]]></dc:creator>
		<pubDate>Tue, 17 Apr 2018 17:29:49 +0000</pubDate>
		<guid isPermaLink="false">http://tehnoblog.org/?p=2417#comment-244</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://tehnoblog.org/wordpress-security-cidram-ip-address-php-filter/#comment-243&quot;&gt;Anonymous&lt;/a&gt;.

You&#039;re welcome! I&#039;ve just updated the code with 2 extra lines, a small safety fallback in case you accidentally (or on purpose) delete the &lt;strong&gt;ipwldb.csv&lt;/strong&gt; file (not very likely, but just in case, maybe during CIDRAM automated update or something).

Also, you can call the whitelisted .csv file name whatever you want, as long as you later reference it properly in the code:

&lt;strong&gt;&lt;code&gt;$whiteList = dirname(__FILE__) . &#039;/vault/ipwldb.csv&#039;;&lt;/code&gt;&lt;/strong&gt;

Regards]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://tehnoblog.org/wordpress-security-cidram-ip-address-php-filter/#comment-243">Anonymous</a>.</p>
<p>You&#8217;re welcome! I&#8217;ve just updated the code with 2 extra lines, a small safety fallback in case you accidentally (or on purpose) delete the <strong>ipwldb.csv</strong> file (not very likely, but just in case, maybe during CIDRAM automated update or something).</p>
<p>Also, you can call the whitelisted .csv file name whatever you want, as long as you later reference it properly in the code:</p>
<p><strong><code>$whiteList = dirname(__FILE__) . '/vault/ipwldb.csv';</code></strong></p>
<p>Regards</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Anonymous		</title>
		<link>https://tehnoblog.org/wordpress-security-cidram-ip-address-php-filter/#comment-243</link>

		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Mon, 16 Apr 2018 22:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://tehnoblog.org/?p=2417#comment-243</guid>

					<description><![CDATA[HOW TO COMPLETELY BYPASS CIDRAM FOR SPECIAL IP ADDRESS WHITE LIST?

Just what I needed. Thank you for posting the solution.]]></description>
			<content:encoded><![CDATA[<p>HOW TO COMPLETELY BYPASS CIDRAM FOR SPECIAL IP ADDRESS WHITE LIST?</p>
<p>Just what I needed. Thank you for posting the solution.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
