<?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>quirm.net &#187; tool</title>
	<atom:link href="http://quirm.net/tag/tool/feed/" rel="self" type="application/rss+xml" />
	<link>http://quirm.net</link>
	<description>wordpress &#38; web design</description>
	<lastBuildDate>Wed, 01 Feb 2012 17:39:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>.htpasswd Creator</title>
		<link>http://quirm.net/2008/10/02/htpasswd-creator/</link>
		<comments>http://quirm.net/2008/10/02/htpasswd-creator/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 09:56:46 +0000</pubDate>
		<dc:creator>rich</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[tool]]></category>

		<guid isPermaLink="false">http://quirm.net/?p=166</guid>
		<description><![CDATA[This scriptlet creates an encrypted password suitable for use in an .htpasswd file as part of Apache&#8217;s password protection and outputs content for a basic .htaccess and .htpasswd file. Requirments PHP4+ Apache web server (for password protecting directories via .htaccess/.htpasswd) Downloads Online Version Online .htpasswd Creator Support Available via the Quirm.net forum.]]></description>
			<content:encoded><![CDATA[<p>This scriptlet creates an encrypted password suitable for use in an .htpasswd file as part of Apache&#8217;s password protection and outputs content for a basic .htaccess and .htpasswd file.</p>
<dl>
<dt>Requirments</dt>
<dd>PHP4+</dd>
<dd>Apache web server (for password protecting directories via .htaccess/.htpasswd)</dd>
</dl>
<h3>Downloads</h3>
<ul>
<li>Note: There is a file embedded within this post, please visit this post to download the file.</li>
</ul>
<h3>Online Version</h3>
<ul>
<li><a href="http://www.quirm.net/tools/htpasswdCreator.php">Online .htpasswd Creator</a></li>
</ul>
<h3>Support</h3>
<p>Available via the Quirm.net <a href="http://forum.quirm.net/">forum</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://quirm.net/2008/10/02/htpasswd-creator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fake Cron</title>
		<link>http://quirm.net/2008/10/02/fake-cron/</link>
		<comments>http://quirm.net/2008/10/02/fake-cron/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 09:05:06 +0000</pubDate>
		<dc:creator>rich</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[tool]]></category>

		<guid isPermaLink="false">http://quirm.net/?p=161</guid>
		<description><![CDATA[A simple method for running .php scripts once per day when you don't have access to cron.

The script can be called using a single 'include statement' within any standard .php page on your site (eg. your Home page). However, your cron jobs will only run once per day - on the first request after midnight.]]></description>
			<content:encoded><![CDATA[<p><img src="http://quirm.net/wp-content/uploads/2008/10/clock.jpg" alt="" title="clock" width="150" height="149" class="alignright size-full wp-image-162" />A simple method for running .php scripts once per day when you don&#8217;t have access to cron.</p>
<p>The script can be called using a single &#8216;include statement&#8217; within any standard .php page on your site (eg. your Home page). However, your cron jobs will only run once per day &#8211; on the first request after midnight.</p>
<dl>
<dt>Requirements</dt>
<dd>PHP4+</dd>
</dl>
<h3>Downloads</h3>
<ul>
<li>Note: There is a file embedded within this post, please visit this post to download the file.</li>
</ul>
<h3>Support</h3>
<p>Available via the Quirm.net <a href="http://forum.quirm.net/">forum</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://quirm.net/2008/10/02/fake-cron/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHP Error System</title>
		<link>http://quirm.net/2008/10/02/php-error-system/</link>
		<comments>http://quirm.net/2008/10/02/php-error-system/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 08:54:56 +0000</pubDate>
		<dc:creator>rich</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[tool]]></category>

		<guid isPermaLink="false">http://quirm.net/?p=151</guid>
		<description><![CDATA[This set of scriptlets allows you to have both customised Apache error pages and the opportunity to be notified, by email, when an error occurs on your site.]]></description>
			<content:encoded><![CDATA[<p><img src="http://quirm.net/wp-content/uploads/2008/10/error.jpg" alt="" title="error" width="150" height="99" class="alignright size-full wp-image-152" />This set of scriptlets allows you to have both customised Apache error pages and the opportunity to be notified, by email, when an error occurs on your site.</p>
<p>Since I had no desire to be swamped with Error 404 emails every time<br />
someone made typing error in the address bar of their browser, I opted to place control of exactly <strong>when</strong> a notification email is sent in the hands of the site visitors.</p>
<p>When they hit an error page, they have the option of notifying you via a &#8216;Send Error Report&#8217; button on the generated error page. The system then sends you an automatically generated email with, hopefully, all of the relevant information you need to start tracking down any real errors &#8211; such as broken links etc.</p>
<p>If you would prefer customised error pages without the email option, simply switch it off via the appropriate variable in the system&#8217;s configuration file.</p>
<p>Version 3 includes basic anti-spam protection as well as options to display the page requested and suggest an alternative page. The latter can come in very handy if you&#8217;ve just switched a batch of pages from <code>htm</code> to <code>html</code>.</p>
<dl>
<dt>Requirments:</dt>
<dd>PHP 4+</dd>
<dd>Apache</dd>
</dl>
<h3>Downloads</h3>
Note: There is a file embedded within this post, please visit this post to download the file.
<h3>Support</h3>
<p>Available via the Quirm.net <a href="http://forum.quirm.net/">forum</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://quirm.net/2008/10/02/php-error-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

