<?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 for Herself&#039;s Webtools</title>
	<atom:link href="http://herselfswebtools.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://herselfswebtools.com</link>
	<description>Scripts, HowTos, Templates, Plugins, Widgets, Tips and Useful Information</description>
	<lastBuildDate>Thu, 25 Feb 2010 23:54:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Simple SEO hacks for WordPress by timestocome</title>
		<link>http://herselfswebtools.com/2009/11/simple-seo-hacks-for-wordpress.html/comment-page-1#comment-392</link>
		<dc:creator>timestocome</dc:creator>
		<pubDate>Thu, 25 Feb 2010 23:54:07 +0000</pubDate>
		<guid isPermaLink="false">http://herselfswebtools.com/?p=765#comment-392</guid>
		<description>I haven&#039;t had much of a problem with that - I require registration before commenting and block most bots with the bot blocking plugin.

The few people who do get through and post a comment for the link are almost always small non-commercial or mom and pop shops so I let them slide.

I don&#039;t think the spam bots check to see about no-follow tags. I think they just hit everywhere and hope for the best.</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t had much of a problem with that &#8211; I require registration before commenting and block most bots with the bot blocking plugin.</p>
<p>The few people who do get through and post a comment for the link are almost always small non-commercial or mom and pop shops so I let them slide.</p>
<p>I don&#8217;t think the spam bots check to see about no-follow tags. I think they just hit everywhere and hope for the best.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wordpress plugin to prevent bot registrations by timestocome</title>
		<link>http://herselfswebtools.com/2008/06/wordpress-plugin-to-prevent-bot-registrations.html/comment-page-2#comment-391</link>
		<dc:creator>timestocome</dc:creator>
		<pubDate>Thu, 25 Feb 2010 23:51:49 +0000</pubDate>
		<guid isPermaLink="false">http://herselfswebtools.com/?p=260#comment-391</guid>
		<description>But I think you&#039;ll find you want the duplicate ip code in there.

Lots of times I get a couple dozen fake attempts from the same ip but very different email addresses.</description>
		<content:encoded><![CDATA[<p>But I think you&#8217;ll find you want the duplicate ip code in there.</p>
<p>Lots of times I get a couple dozen fake attempts from the same ip but very different email addresses.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wordpress plugin to prevent bot registrations by timestocome</title>
		<link>http://herselfswebtools.com/2008/06/wordpress-plugin-to-prevent-bot-registrations.html/comment-page-2#comment-390</link>
		<dc:creator>timestocome</dc:creator>
		<pubDate>Thu, 25 Feb 2010 23:50:33 +0000</pubDate>
		<guid isPermaLink="false">http://herselfswebtools.com/?p=260#comment-390</guid>
		<description>You can always remove her ip from the black list.

or if you &#039;re comfortable w/ php remove lines 2233-248 from the plugin


			// check for multiple registrations from same ip address
			if ( $blacklisted == 0 ){
				$registration_table = $wpdb-&gt;prefix . &quot;ttc_user_registration_log&quot;;
				$sql = &quot;SELECT ip FROM $registration_table&quot;;
				$already_registered = $wpdb-&gt;get_results( $sql );
				foreach ( $already_registered as $duplicate_ip ){
			
					$dup_ip = $duplicate_ip-&gt;ip;			

					if ( strcasecmp( $http_remote_addr, $dup_ip ) == 0 ){
					
						$blacklisted = 17;
					}
				}
			}</description>
		<content:encoded><![CDATA[<p>You can always remove her ip from the black list.</p>
<p>or if you &#8216;re comfortable w/ php remove lines 2233-248 from the plugin</p>
<p>			// check for multiple registrations from same ip address<br />
			if ( $blacklisted == 0 ){<br />
				$registration_table = $wpdb->prefix . &#8220;ttc_user_registration_log&#8221;;<br />
				$sql = &#8220;SELECT ip FROM $registration_table&#8221;;<br />
				$already_registered = $wpdb->get_results( $sql );<br />
				foreach ( $already_registered as $duplicate_ip ){</p>
<p>					$dup_ip = $duplicate_ip->ip;			</p>
<p>					if ( strcasecmp( $http_remote_addr, $dup_ip ) == 0 ){</p>
<p>						$blacklisted = 17;<br />
					}<br />
				}<br />
			}</p>
]]></content:encoded>
	</item>
</channel>
</rss>
