<?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: QuoteEngine</title>
	<atom:link href="http://jamesoff.net/site/code/eggdrop-scripts/quoteengine/feed/" rel="self" type="application/rss+xml" />
	<link>http://jamesoff.net/site</link>
	<description>you heard</description>
	<lastBuildDate>Fri, 16 Jul 2010 16:37:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Demonicpagan</title>
		<link>http://jamesoff.net/site/code/eggdrop-scripts/quoteengine/comment-page-1/#comment-18451</link>
		<dc:creator>Demonicpagan</dc:creator>
		<pubDate>Mon, 26 Jan 2009 22:51:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesoff.net/site/?page_id=6#comment-18451</guid>
		<description>&lt;p&gt;Yeah, I would really like to see an update for the QE web page. I&#039;ve done a few mods to it as you could see in my link. But there were some things I haven&#039;t been able to figure out with preg_match and preg_replace.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Yeah, I would really like to see an update for the QE web page. I&#8217;ve done a few mods to it as you could see in my link. But there were some things I haven&#8217;t been able to figure out with preg_match and preg_replace.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: jamesoff</title>
		<link>http://jamesoff.net/site/code/eggdrop-scripts/quoteengine/comment-page-1/#comment-18062</link>
		<dc:creator>jamesoff</dc:creator>
		<pubDate>Sat, 17 Jan 2009 00:53:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesoff.net/site/?page_id=6#comment-18062</guid>
		<description>&lt;p&gt;Thanks for the note! The webpage for the QE is indeed in need of some Best Practices; I keep meaning to fix it properly but never seem to get round to it...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for the note! The webpage for the QE is indeed in need of some Best Practices; I keep meaning to fix it properly but never seem to get round to it&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Hibia</title>
		<link>http://jamesoff.net/site/code/eggdrop-scripts/quoteengine/comment-page-1/#comment-17732</link>
		<dc:creator>Hibia</dc:creator>
		<pubDate>Sun, 04 Jan 2009 08:51:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesoff.net/site/?page_id=6#comment-17732</guid>
		<description>&lt;p&gt;Thanks a lot for your script! I&#039;m already making good use of it, and just to note on kbc&#039;s note.&lt;/p&gt;

&lt;p&gt;$channel = $_GET[&#039;channel&#039;];
$filter = $_GET[&#039;filter&#039;];&lt;/p&gt;

&lt;p&gt;Need to be added to the first block of php code for filtering to work too.&lt;/p&gt;

&lt;p&gt;Also, make sure your php settings allow for &lt;? to be taken as &lt;?php, that is a requirement in this script.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks a lot for your script! I&#8217;m already making good use of it, and just to note on kbc&#8217;s note.</p>

<p>$channel = $_GET['channel'];
$filter = $_GET['filter'];</p>

<p>Need to be added to the first block of php code for filtering to work too.</p>

<p>Also, make sure your php settings allow for &lt;? to be taken as &lt;?php, that is a requirement in this script.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: silicon</title>
		<link>http://jamesoff.net/site/code/eggdrop-scripts/quoteengine/comment-page-1/#comment-16915</link>
		<dc:creator>silicon</dc:creator>
		<pubDate>Tue, 25 Nov 2008 06:56:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesoff.net/site/?page_id=6#comment-16915</guid>
		<description>&lt;p&gt;Your script is awesome, I hope you will continue it&#039;s development or at least support.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Your script is awesome, I hope you will continue it&#8217;s development or at least support.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: kbc</title>
		<link>http://jamesoff.net/site/code/eggdrop-scripts/quoteengine/comment-page-1/#comment-4103</link>
		<dc:creator>kbc</dc:creator>
		<pubDate>Sun, 24 Feb 2008 20:57:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesoff.net/site/?page_id=6#comment-4103</guid>
		<description>&lt;p&gt;Hi, i&#039;ve your tcl here on my system, i use it, but i found a bug or somthing like,
when i&#039;m try to change the channel over the php script, that i can see every other qoute from the other chans, it woun&#039;t work - so to get the php script to work i&#039;ve to add $channel = $_GET[&#039;channel&#039;]; to index.php and it works fine
sorry about my bad english ...&lt;/p&gt;

&lt;p&gt;have a nice day 
kbc ;)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi, i&#8217;ve your tcl here on my system, i use it, but i found a bug or somthing like,
when i&#8217;m try to change the channel over the php script, that i can see every other qoute from the other chans, it woun&#8217;t work &#8211; so to get the php script to work i&#8217;ve to add $channel = $_GET['channel']; to index.php and it works fine
sorry about my bad english &#8230;</p>

<p>have a nice day 
kbc ;)</p>]]></content:encoded>
	</item>
</channel>
</rss>
