<?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>Non quis, sed quid. &#187; Pastebin</title>
	<atom:link href="http://my.malloc.us/evilseph/category/pastebin/feed/" rel="self" type="application/rss+xml" />
	<link>http://my.malloc.us/evilseph</link>
	<description></description>
	<lastBuildDate>Thu, 19 Feb 2009 07:43:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>You paste it, you manage it. Why not?</title>
		<link>http://my.malloc.us/evilseph/2007/10/07/you-paste-it-you-manage-it-why-not/</link>
		<comments>http://my.malloc.us/evilseph/2007/10/07/you-paste-it-you-manage-it-why-not/#comments</comments>
		<pubDate>Sun, 07 Oct 2007 13:00:22 +0000</pubDate>
		<dc:creator>EvilSeph</dc:creator>
				<category><![CDATA[Pastebin]]></category>
		<category><![CDATA[manage]]></category>
		<category><![CDATA[paste]]></category>
		<category><![CDATA[scripting]]></category>

		<guid isPermaLink="false">http://my.malloc.us/evilseph/2007/10/07/you-paste-it-you-mange-it-why-not/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>Another weird thing that happens when you switch the storage systems you use on the pastebin script is that, for some reason, you lose the ability to flag pastes as yours (through the usage of the remember me checkbox) and as such are unable to delete pastes that you made. I admit, I completely overlooked this built in feature &#8211; somehow &#8211; and decided to add my own <a href="http://my.malloc.us/evilseph/tag/paste/" class="st_tag internal_tag" rel="tag" title="Posts tagged with paste">paste</a> flagging mechanism.</p>
<p>I decided to not use cookies and instead to associate your IP to your pastes so that you may delete ANY <a href="http://my.malloc.us/evilseph/tag/paste/" class="st_tag internal_tag" rel="tag" title="Posts tagged with paste">paste</a> you make, provided your IP is the same as when you made that <a href="http://my.malloc.us/evilseph/tag/paste/" class="st_tag internal_tag" rel="tag" title="Posts tagged with paste">paste</a>. Still, for those people who are cursed by damned dynamic IPs, this implementation obviously does not work and I&#8217;ll probably make my other features work with the cookies pastebin sets (if you check the remember be checkbox) or implement another way of flagging pastes as yours.</p>
]]></content:encoded>
			<wfw:commentRss>http://my.malloc.us/evilseph/2007/10/07/you-paste-it-you-manage-it-why-not/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Predictable to completely random.</title>
		<link>http://my.malloc.us/evilseph/2007/10/07/predictable-to-completely-random/</link>
		<comments>http://my.malloc.us/evilseph/2007/10/07/predictable-to-completely-random/#comments</comments>
		<pubDate>Sun, 07 Oct 2007 12:00:01 +0000</pubDate>
		<dc:creator>EvilSeph</dc:creator>
				<category><![CDATA[Pastebin]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[random]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://my.malloc.us/evilseph/2007/10/07/predictable-to-completely-random/</guid>
		<description><![CDATA[pastebin.com&#8217;s script has two storage methods: sql and flat-file based storage. Though I prefer SQL for ease of use and easier interaction with code, I did not like the &#8220;public&#8221; way the script  handled pastes (the paste ID was associated with a primary key in the SQL database which was how paste IDs were assigned [...]]]></description>
			<content:encoded><![CDATA[<p>pastebin.com&#8217;s script has two storage methods: <a href="http://my.malloc.us/evilseph/tag/sql/" class="st_tag internal_tag" rel="tag" title="Posts tagged with SQL">sql</a> and flat-file based storage.</p>
<p>Though I prefer <a href="http://my.malloc.us/evilseph/tag/sql/" class="st_tag internal_tag" rel="tag" title="Posts tagged with SQL">SQL</a> for ease of use and easier interaction with code, I did not like the &#8220;public&#8221; way the script  handled pastes (the <a href="http://my.malloc.us/evilseph/tag/paste/" class="st_tag internal_tag" rel="tag" title="Posts tagged with paste">paste</a> ID was associated with a primary key in the <a href="http://my.malloc.us/evilseph/tag/sql/" class="st_tag internal_tag" rel="tag" title="Posts tagged with SQL">SQL</a> database which was how <a href="http://my.malloc.us/evilseph/tag/paste/" class="st_tag internal_tag" rel="tag" title="Posts tagged with paste">paste</a> IDs were assigned too &#8211; a clever way to not have to worry about IDs getting re-used) as anyone could just guess URLs to find pastes: http://pb.malloc.us/1, http://pb.malloc.us/2 etc. I really preferred the way pastebin.com currently handles it &#8211; which is also the way the flat-file storage method handles it.</p>
<p>Since Malloc&#8217;s pastebin was meant to be more tuned to the needs of developers, it needed to be less public than the stock pastebin script was. As such, I modified pb.malloc.us to use a more <a href="http://my.malloc.us/evilseph/tag/random/" class="st_tag internal_tag" rel="tag" title="Posts tagged with random">random</a> ID assignment system and I think it works out just fine.</p>
]]></content:encoded>
			<wfw:commentRss>http://my.malloc.us/evilseph/2007/10/07/predictable-to-completely-random/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ripping, tearing to shreds.</title>
		<link>http://my.malloc.us/evilseph/2007/10/06/ripping-tearing-to-shreds/</link>
		<comments>http://my.malloc.us/evilseph/2007/10/06/ripping-tearing-to-shreds/#comments</comments>
		<pubDate>Sat, 06 Oct 2007 23:36:10 +0000</pubDate>
		<dc:creator>EvilSeph</dc:creator>
				<category><![CDATA[Pastebin]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[recaptcha]]></category>
		<category><![CDATA[scripting]]></category>

		<guid isPermaLink="false">http://my.malloc.us/evilseph/2007/10/06/ripping-tearing-to-shreds/</guid>
		<description><![CDATA[So now that I have pastebin installed and working on http://pb.malloc.us. I&#8217;ve been looking at the code and decided I don&#8217;t really like the way things currently are. So, for starters I have made a few changes: I don&#8217;t really agree with how &#8220;public&#8221; pastebin currently is, so I&#8217;ve removed the Recent posts section on [...]]]></description>
			<content:encoded><![CDATA[<p>So now that I have pastebin installed and working on http://pb.malloc.us. I&#8217;ve been looking at the code and decided I don&#8217;t really like the way things currently are.</p>
<p>So, for starters I have made a few changes:</p>
<ul>
<li>I don&#8217;t really agree with how &#8220;public&#8221; pastebin currently is, so I&#8217;ve removed the Recent posts section on the side.</li>
<li>There used to be a feedback form on the side too. I&#8217;ve removed that since anyone who&#8217;d want to give me feedback knows where to find me.</li>
<li>We all know how annoying spammers are and for that reason I have added a CAPTCHA to pastebin using <a href="http://my.malloc.us/evilseph/tag/recaptcha/" class="st_tag internal_tag" rel="tag" title="Posts tagged with recaptcha">Recaptcha</a> and its wonderful API.</li>
<li>Having looked at the code&#8230; I&#8217;m considering just making my own pastebin instead of modifying pastebin.com&#8217;s source.</li>
</ul>
<p>I know, I know. You&#8217;re all probably saying: &#8220;but it is a pastebin, all people need it for is to <a href="http://my.malloc.us/evilseph/tag/paste/" class="st_tag internal_tag" rel="tag" title="Posts tagged with paste">paste</a> things in&#8221; which is true and from that perspective the pastebin.com script does it justice but I&#8217;m still not satisfied.</p>
]]></content:encoded>
			<wfw:commentRss>http://my.malloc.us/evilseph/2007/10/06/ripping-tearing-to-shreds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Good news.</title>
		<link>http://my.malloc.us/evilseph/2007/10/06/good-news/</link>
		<comments>http://my.malloc.us/evilseph/2007/10/06/good-news/#comments</comments>
		<pubDate>Sat, 06 Oct 2007 10:52:06 +0000</pubDate>
		<dc:creator>EvilSeph</dc:creator>
				<category><![CDATA[Pastebin]]></category>
		<category><![CDATA[fixing]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://my.malloc.us/evilseph/2007/10/06/good-news/</guid>
		<description><![CDATA[I've fixed the SQL statements we were told to use in the INSTALL file. For anyone who encounters this problem, here's the solution. The problem: The SQL statements in the INSTALL file that come with pastebin's source aren't following the correct syntax and as such, we encounter this error when we try to run the [...]]]></description>
			<content:encoded><![CDATA[<p>I've fixed the <a href="http://my.malloc.us/evilseph/tag/sql/" class="st_tag internal_tag" rel="tag" title="Posts tagged with SQL">SQL</a> statements we were told to use in the <a href="http://my.malloc.us/evilseph/tag/install/" class="st_tag internal_tag" rel="tag" title="Posts tagged with install">INSTALL</a> file.</p>
<p>For anyone who encounters this problem, here's the solution.</p>
<p><strong>The problem: </strong></p>
<p>The <a href="http://my.malloc.us/evilseph/tag/sql/" class="st_tag internal_tag" rel="tag" title="Posts tagged with SQL">SQL</a> statements in the <a href="http://my.malloc.us/evilseph/tag/install/" class="st_tag internal_tag" rel="tag" title="Posts tagged with install">INSTALL</a> file that come with pastebin's source aren't following the correct syntax and as such, we encounter this error when we try to run the provided <a href="http://my.malloc.us/evilseph/tag/sql/" class="st_tag internal_tag" rel="tag" title="Posts tagged with SQL">SQL</a> statements.</p>
<div class="igBar"><span id="lsql-3"><a href="#" onclick="javascript:showPlainTxt('sql-3'); return false;">view plain</a></span></div>
<div class="syntax_hilite"><span class="langName"><a href="http://my.malloc.us/evilseph/tag/sql/" class="st_tag internal_tag" rel="tag" title="Posts tagged with SQL">SQL</a>:</span>
<div id="sql-3">
<div class="sql" style="font-family: monospace;">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #808080; font-style: italic;">#1064 - You have an error in your <a href="http://my.malloc.us/evilseph/tag/sql/" class="st_tag internal_tag" rel="tag" title="Posts tagged with SQL">SQL</a> syntax; check the manual that corresponds to your MySQL server version</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #993333; font-weight: bold;">FOR</span> the <span style="color: #993333; font-weight: bold;">RIGHT</span> syntax <span style="color: #993333; font-weight: bold;">TO</span> <span style="color: #993333; font-weight: bold;">USE</span> near <span style="color: #ff0000;">'KEY `expires`'</span> at line <span style="color: #cc66cc;color:#800000;">16</span></div>
</li>
</ol>
</div>
</div>
</div>
<p>
<strong>The solution:</strong></p>
<p>Not sure how it previously eluded me...but the fix was quite obvious.</p>
<div class="igBar"><span id="lsql-4"><a href="#" onclick="javascript:showPlainTxt('sql-4'); return false;">view plain</a></span></div>
<div class="syntax_hilite"><span class="langName"><a href="http://my.malloc.us/evilseph/tag/sql/" class="st_tag internal_tag" rel="tag" title="Posts tagged with SQL">SQL</a>:</span>
<div id="sql-4">
<div class="sql" style="font-family: monospace;">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #993333; font-weight: bold;">CREATE</span> <span style="color: #993333; font-weight: bold;">TABLE</span> <span style="color: #ff0000;">`pastebin`</span> <span style="color: #66cc66;">&#40;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #ff0000;">`pid`</span> int<span style="color: #66cc66;">&#40;</span> <span style="color: #cc66cc;color:#800000;">11</span> <span style="color: #66cc66;">&#41;</span> <span style="color: #993333; font-weight: bold;">NOT</span> <span style="color: #993333; font-weight: bold;">NULL</span> <span style="color: #993333; font-weight: bold;">AUTO_INCREMENT</span> ,</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #ff0000;">`poster`</span> varchar<span style="color: #66cc66;">&#40;</span> <span style="color: #cc66cc;color:#800000;">16</span> <span style="color: #66cc66;">&#41;</span> <span style="color: #993333; font-weight: bold;">DEFAULT</span> <span style="color: #993333; font-weight: bold;">NULL</span> ,</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #ff0000;">`posted`</span> datetime <span style="color: #993333; font-weight: bold;">DEFAULT</span> <span style="color: #993333; font-weight: bold;">NULL</span> ,</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #ff0000;">`code`</span> text,</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #ff0000;">`parent_pid`</span> int<span style="color: #66cc66;">&#40;</span> <span style="color: #cc66cc;color:#800000;">11</span> <span style="color: #66cc66;">&#41;</span> <span style="color: #993333; font-weight: bold;">DEFAULT</span> <span style="color: #ff0000;">'0'</span>,</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #ff0000;">`format`</span> varchar<span style="color: #66cc66;">&#40;</span> <span style="color: #cc66cc;color:#800000;">16</span> <span style="color: #66cc66;">&#41;</span> <span style="color: #993333; font-weight: bold;">DEFAULT</span> <span style="color: #993333; font-weight: bold;">NULL</span> ,</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #ff0000;">`codefmt`</span> mediumtext,</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #ff0000;">`codecss`</span> text,</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #ff0000;">`domain`</span> varchar<span style="color: #66cc66;">&#40;</span> <span style="color: #cc66cc;color:#800000;">255</span> <span style="color: #66cc66;">&#41;</span> <span style="color: #993333; font-weight: bold;">DEFAULT</span> <span style="color: #ff0000;">''</span>,</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #ff0000;">`expires`</span> DATETIME,</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #ff0000;">`expiry_flag`</span> ENUM<span style="color: #66cc66;">&#40;</span> <span style="color: #ff0000;">'d'</span>, <span style="color: #ff0000;">'m'</span>, <span style="color: #ff0000;">'f'</span> <span style="color: #66cc66;">&#41;</span> <span style="color: #993333; font-weight: bold;">NOT</span> <span style="color: #993333; font-weight: bold;">NULL</span> <span style="color: #993333; font-weight: bold;">DEFAULT</span> <span style="color: #ff0000;">'m'</span>,</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #993333; font-weight: bold;">PRIMARY</span> <span style="color: #993333; font-weight: bold;">KEY</span> <span style="color: #66cc66;">&#40;</span> <span style="color: #ff0000;">`pid`</span> <span style="color: #66cc66;">&#41;</span> ,</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #993333; font-weight: bold;">KEY</span> <span style="color: #ff0000;">`domain`</span> <span style="color: #66cc66;">&#40;</span> <span style="color: #ff0000;">`domain`</span> <span style="color: #66cc66;">&#41;</span> ,</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #993333; font-weight: bold;">KEY</span> <span style="color: #ff0000;">`parent_id`</span> <span style="color: #66cc66;">&#40;</span> <span style="color: #ff0000;">`parent_pid`</span> <span style="color: #66cc66;">&#41;</span> ,</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #993333; font-weight: bold;">KEY</span> <span style="color: #ff0000;">`expires`</span> <span style="color: #66cc66;">&#40;</span> <span style="color: #ff0000;">`expires`</span> <span style="color: #66cc66;">&#41;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #993333; font-weight: bold;">CREATE</span> <span style="color: #993333; font-weight: bold;">TABLE</span> recent</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#40;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">domain varchar<span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;color:#800000;">255</span><span style="color: #66cc66;">&#41;</span>,</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">pid int <span style="color: #993333; font-weight: bold;">NOT</span> <span style="color: #993333; font-weight: bold;">NULL</span>,</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">seq_no int <span style="color: #993333; font-weight: bold;">NOT</span> <span style="color: #993333; font-weight: bold;">NULL</span>,</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #993333; font-weight: bold;">PRIMARY</span> <span style="color: #993333; font-weight: bold;">KEY</span><span style="color: #66cc66;">&#40;</span>domain,seq_no<span style="color: #66cc66;">&#41;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#41;</span>;</div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://my.malloc.us/evilseph/2007/10/06/good-news/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Not good news.</title>
		<link>http://my.malloc.us/evilseph/2007/10/06/not-good-news/</link>
		<comments>http://my.malloc.us/evilseph/2007/10/06/not-good-news/#comments</comments>
		<pubDate>Sat, 06 Oct 2007 10:17:30 +0000</pubDate>
		<dc:creator>EvilSeph</dc:creator>
				<category><![CDATA[Pastebin]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://my.malloc.us/evilseph/2007/10/06/not-good-news/</guid>
		<description><![CDATA[Well, I lied. I haven't installed/setup a pastebin yet but I have tried and...failed. I keep running into this error when trying to create the appropriate tables in my database. view plain SQL: #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version FOR the [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I lied. I haven't installed/<a href="http://my.malloc.us/evilseph/tag/setup/" class="st_tag internal_tag" rel="tag" title="Posts tagged with setup">setup</a> a pastebin yet but I have tried and...failed.</p>
<p>I keep running into this error when trying to create the appropriate tables in my database.</p>
<div class="igBar"><span id="lsql-6"><a href="#" onclick="javascript:showPlainTxt('sql-6'); return false;">view plain</a></span></div>
<div class="syntax_hilite"><span class="langName"><a href="http://my.malloc.us/evilseph/tag/sql/" class="st_tag internal_tag" rel="tag" title="Posts tagged with SQL">SQL</a>:</span>
<div id="sql-6">
<div class="sql" style="font-family: monospace;">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #808080; font-style: italic;">#1064 - You have an error in your <a href="http://my.malloc.us/evilseph/tag/sql/" class="st_tag internal_tag" rel="tag" title="Posts tagged with SQL">SQL</a> syntax; check the manual that corresponds to your MySQL server version</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #993333; font-weight: bold;">FOR</span> the <span style="color: #993333; font-weight: bold;">RIGHT</span> syntax <span style="color: #993333; font-weight: bold;">TO</span> <span style="color: #993333; font-weight: bold;">USE</span> near <span style="color: #ff0000;">'KEY `expires`'</span> at line <span style="color: #cc66cc;color:#800000;">16</span></div>
</li>
</ol>
</div>
</div>
</div>
<p>
So for now, I am sticking with the flat-file DB <a href="http://my.malloc.us/evilseph/tag/setup/" class="st_tag internal_tag" rel="tag" title="Posts tagged with setup">setup</a>. Well at least we have something to work with for the time being.</p>
]]></content:encoded>
			<wfw:commentRss>http://my.malloc.us/evilseph/2007/10/06/not-good-news/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>So now we have a pastebin.</title>
		<link>http://my.malloc.us/evilseph/2007/10/06/so-now-we-have-a-pastebin/</link>
		<comments>http://my.malloc.us/evilseph/2007/10/06/so-now-we-have-a-pastebin/#comments</comments>
		<pubDate>Sat, 06 Oct 2007 10:12:25 +0000</pubDate>
		<dc:creator>EvilSeph</dc:creator>
				<category><![CDATA[Pastebin]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[malloc.us]]></category>
		<category><![CDATA[scripting]]></category>

		<guid isPermaLink="false">http://my.malloc.us/evilseph/2007/10/06/so-now-we-have-a-pastebin/</guid>
		<description><![CDATA[So I've been a busy busy person and installed a pastebin for Malloc.us. But one must be wondering why on earth I would have a WHOLE category dedicated to, what may seem to some, a short discussion of pastebin(s) and to that I answer thus: Although there are..., what? 3 different pastebin scripts out there [...]]]></description>
			<content:encoded><![CDATA[<p>So I've been a busy busy person and installed a pastebin for Malloc.us. But one must be wondering why on earth I would have a WHOLE category dedicated to, what may seem to some, a short discussion of pastebin(s) and to that I answer thus:</p>
<p>Although there are..., what? 3 different pastebin scripts out there now? Maybe 4? I'm not really satisfied with what features they offer out of the box and so I'll probably be working on or hacking at the script(s) to get them just how I like them.</p>
<p>Stay tuned for more... <img src='http://my.malloc.us/evilseph/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://my.malloc.us/evilseph/2007/10/06/so-now-we-have-a-pastebin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
