<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[PunBB Forums — DNS IP Blacklist -Query inps.de-DNSBL before user registers]]></title>
		<link>https://punbb.informer.com/forums/topic/23497/dns-ip-blacklist-query-inpsdednsbl-before-user-registers/</link>
		<atom:link href="https://punbb.informer.com/forums/feed/rss/topic/23497/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in DNS IP Blacklist -Query inps.de-DNSBL before user registers.]]></description>
		<lastBuildDate>Thu, 19 Aug 2010 18:40:39 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: DNS IP Blacklist -Query inps.de-DNSBL before user registers]]></title>
			<link>https://punbb.informer.com/forums/post/136964/#p136964</link>
			<description><![CDATA[<p>Found this might be better supported; found at <br /><a href="http://blogspambl.com">http://blogspambl.com</a> <br />after speaking to the admin at SEM (spam eating monkey)</p><p>DNS<br />To check the status of the IP 1.2.3.4, query the blacklist as: <br />4.3.2.1.list.blogspambl.com<br />If the IP is listed there will be an A record response with the IP 127.0.0.2 and a TXT record response with a link to the lookup page. </p><br /><p>PHP<br />A few lines for PHP: <br /></p><div class="codebox"><pre><code>$clientip = explode(&quot;.&quot;, $_SERVER[&quot;REMOTE_ADDR&quot;]);
$revip = array_reverse($clientip);
$query = implode(&quot;.&quot;, $revip) . &quot;.list.blogspambl.com&quot;;
$result = explode(&quot;.&quot;, gethostbyname($query));

if ($result[0] == 127) {
    // Blocked IP handling code goes here
    echo &quot;Blocked!&quot;;
}</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (KeyDog)]]></author>
			<pubDate>Thu, 19 Aug 2010 18:40:39 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/136964/#p136964</guid>
		</item>
		<item>
			<title><![CDATA[DNS IP Blacklist -Query inps.de-DNSBL before user registers]]></title>
			<link>https://punbb.informer.com/forums/post/136960/#p136960</link>
			<description><![CDATA[<p>I recently had a bot register on a forum that was listed on the inps.de-DNSBL (and not on stopforumspam). So I thought to increase chances of catching bad IPs it might be good idea to run checks though there aswell. For example</p><p>IP </p><div class="codebox"><pre><code>80.179.199.23</code></pre></div><p> was listed and<br />the DNS query would be 23.199.179.80.dnsbl.inps.de</p><p>For test purposes they have<br /></p><div class="codebox"><pre><code>2.0.0.127.dnsbl.inps.de text = &quot;127.0.0.2 is listed for testing purposes since 2008-07-15&quot;</code></pre></div><p>So now the question:<br />Can PunBB make the ip LHSBL readable and then send a DNS-query?</p><p>If you need to know anything else from the people running that blacklist let me know and I&#039;ll contact them again...</p>]]></description>
			<author><![CDATA[null@example.com (KeyDog)]]></author>
			<pubDate>Thu, 19 Aug 2010 13:53:46 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/136960/#p136960</guid>
		</item>
	</channel>
</rss>
