<?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: Posting data to Pastebin with cURL</title>
	<atom:link href="http://haxbyjaku.com/haxs/posting-data-to-pastebin-with-curl/feed/" rel="self" type="application/rss+xml" />
	<link>http://haxbyjaku.com/haxs/posting-data-to-pastebin-with-curl/</link>
	<description>Don't tell me what to do.</description>
	<lastBuildDate>Thu, 30 Jun 2011 13:24:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Jaku</title>
		<link>http://haxbyjaku.com/haxs/posting-data-to-pastebin-with-curl/comment-page-1/#comment-92</link>
		<dc:creator>Jaku</dc:creator>
		<pubDate>Tue, 28 Dec 2010 09:24:37 +0000</pubDate>
		<guid isPermaLink="false">http://haxbyjaku.com/?p=379#comment-92</guid>
		<description>Wow, these comments all got blocked in SPAM and I just now got around to finding them. It&#039;s great to see that some of you have found this useful.

Mooi, I suggest looking at the GitHub fork that Sam made over at http://github.com/samba/dotfiles/blob/master/bin/pastebin</description>
		<content:encoded><![CDATA[<p>Wow, these comments all got blocked in SPAM and I just now got around to finding them. It&#8217;s great to see that some of you have found this useful.</p>
<p>Mooi, I suggest looking at the GitHub fork that Sam made over at <a href="http://github.com/samba/dotfiles/blob/master/bin/pastebin" rel="nofollow">http://github.com/samba/dotfiles/blob/master/bin/pastebin</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mooi</title>
		<link>http://haxbyjaku.com/haxs/posting-data-to-pastebin-with-curl/comment-page-1/#comment-80</link>
		<dc:creator>mooi</dc:creator>
		<pubDate>Tue, 13 Jul 2010 11:57:27 +0000</pubDate>
		<guid isPermaLink="false">http://haxbyjaku.com/?p=379#comment-80</guid>
		<description>hello, he doesn&#039;t work for me, i have changed 

URL=&quot;pastebin.com/pastebin.php&quot;

by

URL=&quot;pastebin.com/post.php&quot;

and nothing is done, if you can fix your post, thank you</description>
		<content:encoded><![CDATA[<p>hello, he doesn&#8217;t work for me, i have changed </p>
<p>URL=&#8221;pastebin.com/pastebin.php&#8221;</p>
<p>by</p>
<p>URL=&#8221;pastebin.com/post.php&#8221;</p>
<p>and nothing is done, if you can fix your post, thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob Rask</title>
		<link>http://haxbyjaku.com/haxs/posting-data-to-pastebin-with-curl/comment-page-1/#comment-67</link>
		<dc:creator>Jacob Rask</dc:creator>
		<pubDate>Fri, 08 Jan 2010 13:10:52 +0000</pubDate>
		<guid isPermaLink="false">http://haxbyjaku.com/?p=379#comment-67</guid>
		<description>I figured it out, and what you need to do is curl -i --data-urlencode &quot;code2=$CODE&quot; -d &quot;paste=Send&amp;expiry=$RETAIN&amp;poster=$USER&amp;format=$TEXT&quot;</description>
		<content:encoded><![CDATA[<p>I figured it out, and what you need to do is curl -i &#8211;data-urlencode &#8220;code2=$CODE&#8221; -d &#8220;paste=Send&amp;expiry=$RETAIN&amp;poster=$USER&amp;format=$TEXT&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob Rask</title>
		<link>http://haxbyjaku.com/haxs/posting-data-to-pastebin-with-curl/comment-page-1/#comment-66</link>
		<dc:creator>Jacob Rask</dc:creator>
		<pubDate>Fri, 08 Jan 2010 12:47:59 +0000</pubDate>
		<guid isPermaLink="false">http://haxbyjaku.com/?p=379#comment-66</guid>
		<description>I did have some problems with this, since there&#039;s not URI encoding. My code got cut off at &gt; &lt;</description>
		<content:encoded><![CDATA[<p>I did have some problems with this, since there&#8217;s not URI encoding. My code got cut off at &gt; &lt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://haxbyjaku.com/haxs/posting-data-to-pastebin-with-curl/comment-page-1/#comment-65</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Tue, 05 Jan 2010 20:01:49 +0000</pubDate>
		<guid isPermaLink="false">http://haxbyjaku.com/?p=379#comment-65</guid>
		<description>(My last post didn&#039;t seem to include the url...)

http://github.com/samba/dotfiles/blob/master/bin/pastebin</description>
		<content:encoded><![CDATA[<p>(My last post didn&#8217;t seem to include the url&#8230;)</p>
<p><a href="http://github.com/samba/dotfiles/blob/master/bin/pastebin" rel="nofollow">http://github.com/samba/dotfiles/blob/master/bin/pastebin</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://haxbyjaku.com/haxs/posting-data-to-pastebin-with-curl/comment-page-1/#comment-64</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Tue, 05 Jan 2010 20:01:26 +0000</pubDate>
		<guid isPermaLink="false">http://haxbyjaku.com/?p=379#comment-64</guid>
		<description>Thanks for posting this! A great start on something I&#039;ve needed for a while.

I overhauled it for my own purposes and incorporated it into my &#039;dotfiles&#039; collection as a utility script.

Mine will be available through github:
 </description>
		<content:encoded><![CDATA[<p>Thanks for posting this! A great start on something I&#8217;ve needed for a while.</p>
<p>I overhauled it for my own purposes and incorporated it into my &#8216;dotfiles&#8217; collection as a utility script.</p>
<p>Mine will be available through github:</p>
]]></content:encoded>
	</item>
</channel>
</rss>

