<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Kaptain Krayola &#187; Link Spamming</title>
	<atom:link href="http://www.kaptainkrayola.com/category/tools/link-spamming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kaptainkrayola.com</link>
	<description>You daily dose of internet destruction</description>
	<lastBuildDate>Fri, 05 Feb 2010 22:42:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Immortal Promoter Rocks Faces</title>
		<link>http://www.kaptainkrayola.com/immortal-promoter-rocks-faces/</link>
		<comments>http://www.kaptainkrayola.com/immortal-promoter-rocks-faces/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 18:28:47 +0000</pubDate>
		<dc:creator>The Kaptain</dc:creator>
				<category><![CDATA[Link Spamming]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.kaptainkrayola.com/immortal-promoter-rocks-faces/</guid>
		<description><![CDATA[The Kaptain posted the other day about a new link building service that was the greatest thing since ground beef.  Well, more information and a fancy page with a badass Archangel for a mascot has been released.
Check it out HERE.
First month is only $20 so get in while the gettin&#8217;s good.
]]></description>
			<content:encoded><![CDATA[<p>The Kaptain posted the other day about a new link building service that was the greatest thing since ground beef.  Well, more information and a fancy page with a badass Archangel for a mascot has been released.</p>
<p><strong>Check it out <a href="http://www.immortalpromoter.com">HERE</a>.</strong></p>
<p>First month is only $20 so get in while the gettin&#8217;s good.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kaptainkrayola.com/immortal-promoter-rocks-faces/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The most awesome link building tool</title>
		<link>http://www.kaptainkrayola.com/the-most-awesome-link-building-tool/</link>
		<comments>http://www.kaptainkrayola.com/the-most-awesome-link-building-tool/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 17:49:38 +0000</pubDate>
		<dc:creator>The Kaptain</dc:creator>
				<category><![CDATA[Link Spamming]]></category>

		<guid isPermaLink="false">http://www.kaptainkrayola.com/the-most-awesome-link-building-tool/</guid>
		<description><![CDATA[&#8230;ever seen this side of Valhalla.  This new service is so awesome it&#8217;s hard to believe it is being given to mere mortals to use.
Imagine being able to distribute links 24/7 to thousands of places and never having to worry about using a proxy or installing questionable applications on your server or home machine. [...]]]></description>
			<content:encoded><![CDATA[<p>&#8230;ever seen this side of Valhalla.  This new service is so awesome it&#8217;s hard to believe it is being given to mere mortals to use.</p>
<p>Imagine being able to distribute links 24/7 to thousands of places and never having to worry about using a proxy or installing questionable applications on your server or home machine.  Instead, How about using your visitors to distribute links and ping your blogs for you?  Yep, you read that right &#8211; your visitors do the work for you and are none the wiser.  Too good to be true?  We think not (because we got to test the alpha version *evil grin*  ).</p>
<p>Stay tuned for more information about this yet-to-be-announced ass kicking service.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kaptainkrayola.com/the-most-awesome-link-building-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple PHP WordPress Comment Poster</title>
		<link>http://www.kaptainkrayola.com/simple-php-wordpress-comment-poster/</link>
		<comments>http://www.kaptainkrayola.com/simple-php-wordpress-comment-poster/#comments</comments>
		<pubDate>Thu, 31 May 2007 20:08:51 +0000</pubDate>
		<dc:creator>The Kaptain</dc:creator>
				<category><![CDATA[Link Spamming]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.kaptainkrayola.com/simple-php-wordpress-comment-poster/</guid>
		<description><![CDATA[The Kaptain was porting this from ColdFusion and wasn&#8217;t even going to post it because with using the Snoopy class it&#8217;s so simple anyone should be able to spend 5 minutes coding it.  But for the sake of the few that can&#8217;t (or are too lazy to), we decided to post it.

This WordPress Blog [...]]]></description>
			<content:encoded><![CDATA[<p>The Kaptain was porting this from ColdFusion and wasn&#8217;t even going to post it because with using the Snoopy class it&#8217;s so simple anyone should be able to spend 5 minutes coding it.  But for the sake of the few that can&#8217;t (or are too lazy to), we decided to post it.</p>
<p>
This WordPress Blog Comment Poster Script will take a URL and an array of data which is required to post a comment on a wordpress blog.  The URL is simply the URL of the blog you want to post a comment on.</p>
<p>You will notice that you need a &#8220;comment_post_id&#8221; in the array.  This is the post ID of the post to which you will be leaving the comment.  You can either use the PHP rand() function to guess one for you or you can harvest them on your own.  If you are really lucky the Kaptain will whip a harvester up quick and post it for you to use.  For now though, this is all you get.
</p>
<p>
With a little bit of work you could automate your comment posting by pulling information from a database or text file and running this script on a schedule (cron jobs anyone?).  Nothing like sending out 40 million comments every day to let people know how much your website rules.</p>
<p>Enough jabbering, here is the code:
</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #b1b100;">include</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;Snoopy.class.php&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
&nbsp;
<span style="color: #000000; font-weight: bold;">function</span> postWPComment<span style="color: #009900;">&#40;</span><span style="color: #000088;">$wpURL</span><span style="color: #339933;">,</span><span style="color: #000088;">$aInfo</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
	<span style="color: #666666; font-style: italic;">//action page of the comment form</span>
	<span style="color: #000088;">$postPage</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;wp-comments-post.php&quot;</span><span style="color: #339933;">;</span>
	<span style="color: #666666; font-style: italic;">//new URL with postPage attached (like magic!)</span>
	<span style="color: #000088;">$wpURL</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$wpURL</span><span style="color: #339933;">.</span><span style="color: #0000ff;">&quot;/&quot;</span><span style="color: #339933;">.</span><span style="color: #000088;">$postPage</span><span style="color: #339933;">;</span>
	<span style="color: #666666; font-style: italic;">//SNOOPY!</span>
	<span style="color: #000088;">$snoopy</span> <span style="color: #339933;">=</span> <span style="color: #000000; font-weight: bold;">new</span> Snoopy<span style="color: #339933;">;</span>
&nbsp;
	<span style="color: #000088;">$page</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$snoopy</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">submit</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$wpURL</span><span style="color: #339933;">,</span><span style="color: #000088;">$aInfo</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #000088;">$page</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$snoopy</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">results</span><span style="color: #339933;">;</span>
&nbsp;
	<span style="color: #b1b100;">return</span> <span style="color: #000088;">$page</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #009900;">&#125;</span></pre></td></tr></table></div>

<p>
The usage is equally as simple:
</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000088;">$info</span> <span style="color: #339933;">=</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
        <span style="color: #000088;">$info</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'author'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'test'</span><span style="color: #339933;">;</span>
	<span style="color: #000088;">$info</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'email'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'email@test.com'</span><span style="color: #339933;">;</span>
	<span style="color: #000088;">$info</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'url'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;http://www.kaptainkrayola.com&quot;</span><span style="color: #339933;">;</span>
	<span style="color: #000088;">$info</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'comment'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;Mangoes support communism&quot;</span><span style="color: #339933;">;</span>
	<span style="color: #000088;">$info</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'comment_post_id'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>
&nbsp;
	<span style="color: #000088;">$useURL</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;http://www.someblog.com/&quot;</span><span style="color: #339933;">;</span>
&nbsp;
	<span style="color: #666666; font-style: italic;">//post that comment, biatch!</span>
	<span style="color: #b1b100;">echo</span> postWPComment<span style="color: #009900;">&#40;</span><span style="color: #000088;">$useURL</span><span style="color: #339933;">,</span><span style="color: #000088;">$info</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p>
This comment poster is really simple and should be easily incorporated into your existing set of tools.  If you have any questions or comments feel free to leave them here and The Kaptain will get back to you whenever he damned well feels like it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kaptainkrayola.com/simple-php-wordpress-comment-poster/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
