<?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"
	>

<channel>
	<title>scripts: useful and otherwise</title>
	<atom:link href="http://scripts.ishallnotcare.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://scripts.ishallnotcare.org</link>
	<description>Just another Ishallnotcare.org weblog</description>
	<pubDate>Fri, 22 Aug 2008 07:40:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>phpFan 3.3.4 Released and Addons update Released</title>
		<link>http://ishallnotcare.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fscripts.ishallnotcare.org%2F2008%2F08%2F22%2Fphpfan-334-released-and-addons-update-released%2F&amp;seed_title=phpFan+3.3.4+Released+and+Addons+update+Released</link>
		<comments>http://ishallnotcare.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fscripts.ishallnotcare.org%2F2008%2F08%2F22%2Fphpfan-334-released-and-addons-update-released%2F&amp;seed_title=phpFan+3.3.4+Released+and+Addons+update+Released#comments</comments>
		<pubDate>Fri, 22 Aug 2008 07:40:44 +0000</pubDate>
		<dc:creator>Gabrielle</dc:creator>
		
		<category><![CDATA[Script Releases]]></category>

		<category><![CDATA[phpfan]]></category>

		<category><![CDATA[phpfan - addons]]></category>

		<category><![CDATA[phpfan addon - joined]]></category>

		<category><![CDATA[phpfan addon - listing]]></category>

		<category><![CDATA[phpfan addon- keep-in-mind]]></category>

		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://scripts.ishallnotcare.org/?p=83</guid>
		<description><![CDATA[phpFan 3.3.4 has been released with several changes, including bugfixes. phpMailer was upgraded to version 2.0.2 in the script.
phpFan Addons - Listing 1.1.3 was released, as was phpFan Addons - Keep-In-Mind 1.1.4 was released, as was phpFan Joined 1.0.4 (the bugfix from the previous mini-upgrade was included in this).
Full details of the changes are detailed [...]]]></description>
			<content:encoded><![CDATA[<p>phpFan 3.3.4 has been released with several changes, including bugfixes. phpMailer was upgraded to version 2.0.2 in the script.</p>
<p>phpFan Addons - Listing 1.1.3 was released, as was phpFan Addons - Keep-In-Mind 1.1.4 was released, as was phpFan Joined 1.0.4 (the bugfix from the previous mini-upgrade was included in this).</p>
<p>Full details of the changes are detailed in the <a href="http://scripts.ishallnotcare.org/phpfan/version-changes/">Version Changes</a> log.</p>
<p>The core phpFan can be <a href="http://scripts.ishallnotcare.org/phpfan/download/">downloaded</a> and phpFan Addon - Keep-In-Mind/phpFan Addon - Joined/phpFan Addon - Listing can be <a href="http://scripts.ishallnotcare.org/phpfan-add-ons/download/">downloaded</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://ishallnotcare.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fscripts.ishallnotcare.org%2F2008%2F08%2F22%2Fphpfan-334-released-and-addons-update-released%2F&amp;seed_title=phpFan+3.3.4+Released+and+Addons+update+Released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>phpFan Addon - Joined 1.0.3 Mini-Bugfix</title>
		<link>http://ishallnotcare.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fscripts.ishallnotcare.org%2F2008%2F08%2F10%2Fphpfan-addon-joined-103-mini-bugfix%2F&amp;seed_title=phpFan+Addon+-+Joined+1.0.3+Mini-Bugfix</link>
		<comments>http://ishallnotcare.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fscripts.ishallnotcare.org%2F2008%2F08%2F10%2Fphpfan-addon-joined-103-mini-bugfix%2F&amp;seed_title=phpFan+Addon+-+Joined+1.0.3+Mini-Bugfix#comments</comments>
		<pubDate>Sun, 10 Aug 2008 23:22:53 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[Script Releases]]></category>

		<category><![CDATA[bugfix]]></category>

		<category><![CDATA[phpfan addon - joined]]></category>

		<guid isPermaLink="false">http://scripts.ishallnotcare.org/?p=82</guid>
		<description><![CDATA[phpFan Addon - Joined has a mini bugfix. Since it&#8217;s one line changed I decided to release the fix for those who don&#8217;t want to download a new zip and update the old zips.  
Around line 354 in /includes/phpfanmore.php change:

				$getnum	= &#40;$this-&#62;wherenum &#62; 1 ? intval&#40;$this-&#62;ruri&#91;$this-&#62;wherenum&#93;&#41; : ''&#41;;

to:

				$getnum	= &#40;$this-&#62;wherenum &#62; 1 ? intval&#40;$this-&#62;ruri&#91;$this-&#62;wherenum&#93;&#41; : 0&#41;;

phpFan [...]]]></description>
			<content:encoded><![CDATA[<p>phpFan Addon - Joined has a mini bugfix. Since it&#8217;s one line changed I decided to release the fix for those who don&#8217;t want to download a new zip and update the old zips. <img src='http://scripts.ishallnotcare.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Around line 354 in /includes/phpfanmore.php change:</p>

<div class="wp_syntax"><div class="code"><pre class="php">				<span style="color: #ff0000">$getnum</span>	<span style="color: #66cc66;">=</span> <span style="color: #66cc66;">&#40;</span><span style="color: #ff0000">$this</span><span style="color: #66cc66;">-&gt;</span><span style="color: #006600;">wherenum</span> <span style="color: #66cc66;">&gt;</span> <span style="color: #cc66cc;">1</span> ? <span style="color: #000066;">intval</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000">$this</span><span style="color: #66cc66;">-&gt;</span><span style="color: #006600;">ruri</span><span style="color: #66cc66;">&#91;</span><span style="color: #ff0000">$this</span><span style="color: #66cc66;">-&gt;</span><span style="color: #006600;">wherenum</span><span style="color: #66cc66;">&#93;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">:</span> <span style="color: #ff0000;">''</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">;</span></pre></div></div>

<p>to:</p>

<div class="wp_syntax"><div class="code"><pre class="php">				<span style="color: #ff0000">$getnum</span>	<span style="color: #66cc66;">=</span> <span style="color: #66cc66;">&#40;</span><span style="color: #ff0000">$this</span><span style="color: #66cc66;">-&gt;</span><span style="color: #006600;">wherenum</span> <span style="color: #66cc66;">&gt;</span> <span style="color: #cc66cc;">1</span> ? <span style="color: #000066;">intval</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000">$this</span><span style="color: #66cc66;">-&gt;</span><span style="color: #006600;">ruri</span><span style="color: #66cc66;">&#91;</span><span style="color: #ff0000">$this</span><span style="color: #66cc66;">-&gt;</span><span style="color: #006600;">wherenum</span><span style="color: #66cc66;">&#93;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">;</span></pre></div></div>

<p>phpFan Addon - Joined 1.0.3 is available for <a href="http://scripts.ishallnotcare.org/phpfan-add-ons/download/">download</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://ishallnotcare.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fscripts.ishallnotcare.org%2F2008%2F08%2F10%2Fphpfan-addon-joined-103-mini-bugfix%2F&amp;seed_title=phpFan+Addon+-+Joined+1.0.3+Mini-Bugfix/feed/</wfw:commentRss>
		</item>
		<item>
		<title>phpFan Addon - Joined 1.0.3 Released</title>
		<link>http://ishallnotcare.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fscripts.ishallnotcare.org%2F2008%2F07%2F30%2Fphpfan-addon-joined-103-released%2F&amp;seed_title=phpFan+Addon+-+Joined+1.0.3+Released</link>
		<comments>http://ishallnotcare.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fscripts.ishallnotcare.org%2F2008%2F07%2F30%2Fphpfan-addon-joined-103-released%2F&amp;seed_title=phpFan+Addon+-+Joined+1.0.3+Released#comments</comments>
		<pubDate>Thu, 31 Jul 2008 02:05:18 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[Script Releases]]></category>

		<category><![CDATA[bugfix]]></category>

		<category><![CDATA[phpfan addon - joined]]></category>

		<guid isPermaLink="false">http://scripts.ishallnotcare.org/?p=81</guid>
		<description><![CDATA[A tiny bugfix release of phpFan Addon - Joined has been made. It fixes the bug that made sub-categories show up in the sub-categories as well as the main category. Now sub-categories will only show in the right categories instead of all of them.
phpFan Addon - Joined 1.0.3 is available for download.
]]></description>
			<content:encoded><![CDATA[<p>A tiny bugfix release of phpFan Addon - Joined has been made. It fixes the bug that made sub-categories show up in the sub-categories as well as the main category. Now sub-categories will only show in the right categories instead of all of them.</p>
<p>phpFan Addon - Joined 1.0.3 is available for <a href="http://scripts.ishallnotcare.org/phpfan-add-ons/download/">download</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://ishallnotcare.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fscripts.ishallnotcare.org%2F2008%2F07%2F30%2Fphpfan-addon-joined-103-released%2F&amp;seed_title=phpFan+Addon+-+Joined+1.0.3+Released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Downloads Working Again</title>
		<link>http://ishallnotcare.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fscripts.ishallnotcare.org%2F2008%2F07%2F07%2Fdownloads-working-again%2F&amp;seed_title=Downloads+Working+Again</link>
		<comments>http://ishallnotcare.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fscripts.ishallnotcare.org%2F2008%2F07%2F07%2Fdownloads-working-again%2F&amp;seed_title=Downloads+Working+Again#comments</comments>
		<pubDate>Tue, 08 Jul 2008 00:42:57 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[Site News]]></category>

		<category><![CDATA[download problems]]></category>

		<guid isPermaLink="false">http://scripts.ishallnotcare.org/?p=79</guid>
		<description><![CDATA[A bug with the Mint-based download tracking system I used made all downloads result in an error. I have just fixed this and downloads should be working as intended. Sorry for the inconvenience!
]]></description>
			<content:encoded><![CDATA[<p>A bug with the Mint-based download tracking system I used made all downloads result in an error. I have just fixed this and downloads should be working as intended. Sorry for the inconvenience!</p>
]]></content:encoded>
			<wfw:commentRss>http://ishallnotcare.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fscripts.ishallnotcare.org%2F2008%2F07%2F07%2Fdownloads-working-again%2F&amp;seed_title=Downloads+Working+Again/feed/</wfw:commentRss>
		</item>
		<item>
		<title>phpFan 3.3.3 Released, phpFan Addon - Keep-In-Mind 1.1.3 Released</title>
		<link>http://ishallnotcare.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fscripts.ishallnotcare.org%2F2008%2F05%2F25%2Fphpfan-333-released-phpfan-addon-keep-in-mind-113-released%2F&amp;seed_title=phpFan+3.3.3+Released%2C+phpFan+Addon+-+Keep-In-Mind+1.1.3+Released</link>
		<comments>http://ishallnotcare.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fscripts.ishallnotcare.org%2F2008%2F05%2F25%2Fphpfan-333-released-phpfan-addon-keep-in-mind-113-released%2F&amp;seed_title=phpFan+3.3.3+Released%2C+phpFan+Addon+-+Keep-In-Mind+1.1.3+Released#comments</comments>
		<pubDate>Sun, 25 May 2008 05:57:53 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[phpfan]]></category>

		<category><![CDATA[phpfan - addons]]></category>

		<category><![CDATA[phpfan addon- keep-in-mind]]></category>

		<guid isPermaLink="false">http://scripts.ishallnotcare.org/?p=78</guid>
		<description><![CDATA[This is mainly a bugfix release. There was one improvement made. Now you can choose to not cache your headers/footers  if you have page caching on. It will cache/save the rest of the page into a temporary file instead of having to make calls to the database and running the script. Cache files are [...]]]></description>
			<content:encoded><![CDATA[<p>This is mainly a bugfix release. There was one improvement made. Now you can choose to not cache your headers/footers  if you have page caching on. It will cache/save the rest of the page into a temporary file instead of having to make calls to the database and running the script. Cache files are automatically deleted after the amount of days you set or if you update.</p>
<p>phpFan - Keep-In-Mind got a minor update, fixing a stray bit of code that was not converted (it didn&#8217;t break anything).</p>
<p>The core phpFan can be <a href="http://scripts.ishallnotcare.org/phpfan/download/">downloaded</a> and phpFan Addon - Keep-In-Mind can be <a href="http://scripts.ishallnotcare.org/phpfan-add-ons/download/">downloaded</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://ishallnotcare.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fscripts.ishallnotcare.org%2F2008%2F05%2F25%2Fphpfan-333-released-phpfan-addon-keep-in-mind-113-released%2F&amp;seed_title=phpFan+3.3.3+Released%2C+phpFan+Addon+-+Keep-In-Mind+1.1.3+Released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Enthusiast Anti-Spam Addon - Install Fix</title>
		<link>http://ishallnotcare.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fscripts.ishallnotcare.org%2F2008%2F05%2F17%2Fenthusiast-anti-spam-addon-install-fix%2F&amp;seed_title=Enthusiast+Anti-Spam+Addon+-+Install+Fix</link>
		<comments>http://ishallnotcare.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fscripts.ishallnotcare.org%2F2008%2F05%2F17%2Fenthusiast-anti-spam-addon-install-fix%2F&amp;seed_title=Enthusiast+Anti-Spam+Addon+-+Install+Fix#comments</comments>
		<pubDate>Sat, 17 May 2008 22:43:14 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[Script Releases]]></category>

		<category><![CDATA[bugfix]]></category>

		<category><![CDATA[enthusiast]]></category>

		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://scripts.ishallnotcare.org/?p=77</guid>
		<description><![CDATA[It seems I uploaded the old install_antispam.php *facepalm*. That doesn&#8217;t take into account the antispamconfig.php file. Added the include to that file and it should be working.
The updated zip is available for download on the Install page.
]]></description>
			<content:encoded><![CDATA[<p>It seems I uploaded the <em>old</em> install_antispam.php *facepalm*. That doesn&#8217;t take into account the antispamconfig.php file. Added the include to that file and it should be working.</p>
<p>The updated zip is available for <a href="http://scripts.ishallnotcare.org/sniplets-components/enthusiast-anti-spam-addo/install/">download</a> on the Install page.</p>
]]></content:encoded>
			<wfw:commentRss>http://ishallnotcare.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fscripts.ishallnotcare.org%2F2008%2F05%2F17%2Fenthusiast-anti-spam-addon-install-fix%2F&amp;seed_title=Enthusiast+Anti-Spam+Addon+-+Install+Fix/feed/</wfw:commentRss>
		</item>
		<item>
		<title>phpFan 3.3.2 Mini-Upgrade, Site Changes</title>
		<link>http://ishallnotcare.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fscripts.ishallnotcare.org%2F2008%2F05%2F15%2Fphpfan-332-mini-upgrade-site-changes%2F&amp;seed_title=phpFan+3.3.2+Mini-Upgrade%2C+Site+Changes</link>
		<comments>http://ishallnotcare.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fscripts.ishallnotcare.org%2F2008%2F05%2F15%2Fphpfan-332-mini-upgrade-site-changes%2F&amp;seed_title=phpFan+3.3.2+Mini-Upgrade%2C+Site+Changes#comments</comments>
		<pubDate>Fri, 16 May 2008 04:26:32 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[Script Releases]]></category>

		<category><![CDATA[Site News]]></category>

		<category><![CDATA[phpfan upgrade]]></category>

		<category><![CDATA[site]]></category>

		<category><![CDATA[wordpress integration]]></category>

		<guid isPermaLink="false">http://scripts.ishallnotcare.org/?p=76</guid>
		<description><![CDATA[The version number is not going to go up. This is for you Wordpress users out there. With file-based headers/footers now being possible you might want to integrate Wordpress through the header/footer files instead of the templates section. To make that possible I&#8217;ve slightly updated phpFan&#8217;s config.inc.php. It&#8217;s just one file change for those with the [...]]]></description>
			<content:encoded><![CDATA[<p>The version number is not going to go up. This is for you Wordpress users out there. With file-based headers/footers now being possible you might want to integrate Wordpress through the header/footer files instead of the templates section. To make that possible I&#8217;ve slightly updated phpFan&#8217;s config.inc.php. It&#8217;s just one file change for those with the latest version (phpFan 3.3.2) so there&#8217;s a separate .zip file in <a href="http://scripts.ishallnotcare.org/phpfan/download/">Downloads</a>.</p>
<p>Remember if you&#8217;re using page caching to go to &#8216;Maintenance&#8217; and reset your cache!</p>
<p>In other news, the site has the content of the pages more organized. The FAQ and Wordpress Integration pages have been updated for phpFan and phpFan Addons, as has the Version Changes page for phpFan.</p>
]]></content:encoded>
			<wfw:commentRss>http://ishallnotcare.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fscripts.ishallnotcare.org%2F2008%2F05%2F15%2Fphpfan-332-mini-upgrade-site-changes%2F&amp;seed_title=phpFan+3.3.2+Mini-Upgrade%2C+Site+Changes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Enthusiast Anti-Spam Addon - Update</title>
		<link>http://ishallnotcare.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fscripts.ishallnotcare.org%2F2008%2F05%2F13%2Fenthusiast-anti-spam-addon-update%2F&amp;seed_title=Enthusiast+Anti-Spam+Addon+-+Update</link>
		<comments>http://ishallnotcare.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fscripts.ishallnotcare.org%2F2008%2F05%2F13%2Fenthusiast-anti-spam-addon-update%2F&amp;seed_title=Enthusiast+Anti-Spam+Addon+-+Update#comments</comments>
		<pubDate>Wed, 14 May 2008 03:38:16 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[Script Releases]]></category>

		<category><![CDATA[enthusiast]]></category>

		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://scripts.ishallnotcare.org/?p=75</guid>
		<description><![CDATA[A bit of an update. In addition to the change yesterday of being able to add your own footer file now subtraction problems are never lower than zero. That should make it easier for younger fans.
The updated files are now available on the Installation page.
]]></description>
			<content:encoded><![CDATA[<p>A bit of an update. In addition to the change yesterday of being able to add your own footer file now subtraction problems are never lower than zero. That should make it easier for younger fans.</p>
<p>The updated files are now available on the <a href="http://scripts.ishallnotcare.org/sniplets-components/enthusiast-anti-spam-addo/install/">Installation</a> page.</p>
]]></content:encoded>
			<wfw:commentRss>http://ishallnotcare.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fscripts.ishallnotcare.org%2F2008%2F05%2F13%2Fenthusiast-anti-spam-addon-update%2F&amp;seed_title=Enthusiast+Anti-Spam+Addon+-+Update/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Enthusiast Anti-Spam Addon</title>
		<link>http://ishallnotcare.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fscripts.ishallnotcare.org%2F2008%2F05%2F12%2Fenthusiast-anti-spam-addon%2F&amp;seed_title=Enthusiast+Anti-Spam+Addon</link>
		<comments>http://ishallnotcare.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fscripts.ishallnotcare.org%2F2008%2F05%2F12%2Fenthusiast-anti-spam-addon%2F&amp;seed_title=Enthusiast+Anti-Spam+Addon#comments</comments>
		<pubDate>Tue, 13 May 2008 02:05:24 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[Script Releases]]></category>

		<category><![CDATA[enthusiast]]></category>

		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://scripts.ishallnotcare.org/?p=74</guid>
		<description><![CDATA[I&#8217;ve releasted an Enthusast anti-spam addon with Angela&#8217;s permission.
There are installation instructions and then instructions to implement into join.php (or a greater index.php or other file if using join.php as in include).
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve releasted an Enthusast anti-spam addon with Angela&#8217;s permission.</p>
<p>There are <a href="http://scripts.ishallnotcare.org/sniplets-components/enthusiast-anti-spam-addo/install/">installation</a> instructions and then instructions to implement into <a href="http://scripts.ishallnotcare.org/sniplets-components/enthusiast-anti-spam-addo/integrate-into-joinphp/">join.php</a> (<a href="http://scripts.ishallnotcare.org/sniplets-components/enthusiast-anti-spam-addo/nl-converttophp-dynamic-includes-skinning/">or a greater index.php or other file if using join.php as in include</a>).</p>
]]></content:encoded>
			<wfw:commentRss>http://ishallnotcare.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fscripts.ishallnotcare.org%2F2008%2F05%2F12%2Fenthusiast-anti-spam-addon%2F&amp;seed_title=Enthusiast+Anti-Spam+Addon/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PHP4 Compatibility (phpFan)</title>
		<link>http://ishallnotcare.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fscripts.ishallnotcare.org%2F2008%2F05%2F07%2Fphp4-compatibility-phpfan%2F&amp;seed_title=PHP4+Compatibility+%28phpFan%29</link>
		<comments>http://ishallnotcare.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fscripts.ishallnotcare.org%2F2008%2F05%2F07%2Fphp4-compatibility-phpfan%2F&amp;seed_title=PHP4+Compatibility+%28phpFan%29#comments</comments>
		<pubDate>Thu, 08 May 2008 04:00:00 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[bugfix]]></category>

		<category><![CDATA[minor upgrade]]></category>

		<category><![CDATA[php4 compatibility]]></category>

		<guid isPermaLink="false">http://scripts.ishallnotcare.org/?p=66</guid>
		<description><![CDATA[I recently learned that a script used in phpFan is not compatible with PHP4. This has been changed.
Download the PHP4 comptatible version in Downloads, either the upgrade or the full version.
]]></description>
			<content:encoded><![CDATA[<p>I recently learned that a script used in phpFan is not compatible with PHP4. This has been changed.</p>
<p>Download the PHP4 comptatible version in <a href="http://scripts.ishallnotcare.org/phpfan/download/">Downloads</a>, either the upgrade or the full version.</p>
]]></content:encoded>
			<wfw:commentRss>http://ishallnotcare.org/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fscripts.ishallnotcare.org%2F2008%2F05%2F07%2Fphp4-compatibility-phpfan%2F&amp;seed_title=PHP4+Compatibility+%28phpFan%29/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.923 seconds -->
