<?xml version="1.0" encoding="UTF-8" ?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Posteet: ip,dns</title> 
    <link>http://www.posteet.com/</link> 
    <description>Recent posteets posted to Posteet</description>
    <ttl>60</ttl>

    
    <item>
        <title>How to check an IP address against blacklists using PHP</title>
        <link>http://www.posteet.com/view/751</link>
        <description>
        <![CDATA[<pre>function isBlacklisted($ip){
     $check = join('.',array_reverse(explode('.',$ip))).'.xbl.spamhaus.org.';
     return dns_check_record($check,'A');
}</pre> <a href="http://www.posteet.com/tags/blacklist">[blacklist]</a>  <a href="http://www.posteet.com/tags/dns">[dns]</a>  <a href="http://www.posteet.com/tags/ip">[ip]</a>  <a href="http://www.posteet.com/tags/php">[php]</a>  <a href="http://www.posteet.com/tags/spam">[spam]</a> ]]>        </description>
        <dc:creator>spirit</dc:creator>
        <pubDate>Wed, 13 Feb 2008 20:09:10 +0000</pubDate>

            <category>blacklist</category>
            <category>dns</category>
            <category>ip</category>
            <category>php</category>
            <category>spam</category>
    
    </item>


</channel>
</rss>
