<?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>bloggingIT &#187; Scripting</title>
	<atom:link href="http://ccgi.maxpower.plus.com/tag/scripting/feed/" rel="self" type="application/rss+xml" />
	<link>http://ccgi.maxpower.plus.com</link>
	<description>a tecchy&#039;s blog</description>
	<lastBuildDate>Tue, 24 Nov 2009 16:35:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>A Quick Shutdown Command</title>
		<link>http://ccgi.maxpower.plus.com/2009/11/24/a-quick-shutdown-command/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://ccgi.maxpower.plus.com/2009/11/24/a-quick-shutdown-command/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 16:35:34 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[Command]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://ccgi.maxpower.plus.com/?p=516</guid>
		<description><![CDATA[For shutting down multiple computers on a network:
for /L %C in (1,1,30) do shutdown -f -s -t 0 -m \\ict-%C
This shuts down all Windows computers named ict-X where X is a number from 1 to 30.
Share this on RedditStumble upon something good? Share it on StumbleUponShare this on FacebookPost this to MySpaceShare this on LinkedinShare [...]


Related posts:<ol><li><a href='http://ccgi.maxpower.plus.com/2009/08/21/deleting-files-older-than-a-specific-date-or-age/' rel='bookmark' title='Permanent Link: Deleting files older than a specific date or age'>Deleting files older than a specific date or age</a> <small>I needed to delete a chunk of cookies today &#8211;...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://ccgi.maxpower.plus.com/2009/11/24/a-quick-shutdown-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove Network Printers from Users Before they Log On</title>
		<link>http://ccgi.maxpower.plus.com/2009/11/10/remove-netowork-printers-from-users-before-they-log-on/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://ccgi.maxpower.plus.com/2009/11/10/remove-netowork-printers-from-users-before-they-log-on/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 16:26:07 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Roaming Profiles]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[User profiles]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://ccgi.maxpower.plus.com/?p=487</guid>
		<description><![CDATA[I had a little trouble with an HP Printer driver that was causing the Vista PCs to hang at logon.
Without going into the specifics of the problem (which comes down to poor HP drivers), I needed a way to ensure that the driver wouldn&#8217;t be active the next time that a user logged onto a [...]


Related posts:<ol><li><a href='http://ccgi.maxpower.plus.com/2009/09/05/adding-printers-will-hang-a-vista-logon-to-a-domain/' rel='bookmark' title='Permanent Link: Adding Printers will Hang a Vista Logon to a Domain'>Adding Printers will Hang a Vista Logon to a Domain</a> <small>Vista's UAC prevents standard users from installing printer drivers by...</small></li><li><a href='http://ccgi.maxpower.plus.com/2009/08/21/deleting-files-older-than-a-specific-date-or-age/' rel='bookmark' title='Permanent Link: Deleting files older than a specific date or age'>Deleting files older than a specific date or age</a> <small>I needed to delete a chunk of cookies today &#8211;...</small></li><li><a href='http://ccgi.maxpower.plus.com/2009/09/05/set-the-default-organisational-unit-for-new-computers-in-windows-server/' rel='bookmark' title='Permanent Link: Set the default Organisational Unit for New Computers in Windows Server'>Set the default Organisational Unit for New Computers in Windows Server</a> <small>Once you have your domain and group policies set up,...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://ccgi.maxpower.plus.com/2009/11/10/remove-netowork-printers-from-users-before-they-log-on/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install a Ranger Package Without Ranger</title>
		<link>http://ccgi.maxpower.plus.com/2009/11/09/install-a-ranger-package-without-ranger/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://ccgi.maxpower.plus.com/2009/11/09/install-a-ranger-package-without-ranger/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 23:27:53 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[Ranger]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[VBScript]]></category>

		<guid isPermaLink="false">http://ccgi.maxpower.plus.com/?p=484</guid>
		<description><![CDATA[Following on from my remove ranger script, here is a VBScript that will automatically install Ranger packages without the need for the Ranger software on the network.

It's a little rough around the edges but it gets the job done. Just drag a package folder onto the script to install onto your PC.


Related posts:<ol><li><a href='http://ccgi.maxpower.plus.com/2009/10/27/uninstall-ranger-from-a-computer-without-the-rangerremove-user/' rel='bookmark' title='Permanent Link: Uninstall Ranger from a Computer without the RangerRemove User'>Uninstall Ranger from a Computer without the RangerRemove User</a> <small>Sometimes it might be necessary to remove Sentinel&#8217;s Ranger software...</small></li><li><a href='http://ccgi.maxpower.plus.com/2009/06/12/praise-be-for-regular-expressions/' rel='bookmark' title='Permanent Link: Praise Be for Regular Expressions'>Praise Be for Regular Expressions</a> <small>I used a regular expression in VB for the first...</small></li><li><a href='http://ccgi.maxpower.plus.com/2009/08/21/deleting-files-older-than-a-specific-date-or-age/' rel='bookmark' title='Permanent Link: Deleting files older than a specific date or age'>Deleting files older than a specific date or age</a> <small>I needed to delete a chunk of cookies today &#8211;...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://ccgi.maxpower.plus.com/2009/11/09/install-a-ranger-package-without-ranger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Uninstall Ranger from a Computer without the RangerRemove User</title>
		<link>http://ccgi.maxpower.plus.com/2009/10/27/uninstall-ranger-from-a-computer-without-the-rangerremove-user/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://ccgi.maxpower.plus.com/2009/10/27/uninstall-ranger-from-a-computer-without-the-rangerremove-user/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 12:32:21 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Ranger]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Sentinel]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.maxpower.plus.com/?p=478</guid>
		<description><![CDATA[Sometimes it might be necessary to remove Sentinel&#8217;s Ranger software from a computer with the minimum of fuss. Even though there is a removal user account. For instance, this may not work.
So here&#8217;s a handy script to automitcally disable Ranger on a workstation. This returns some Windows settings back to normal and backs up the [...]


Related posts:<ol><li><a href='http://ccgi.maxpower.plus.com/2009/11/09/install-a-ranger-package-without-ranger/' rel='bookmark' title='Permanent Link: Install a Ranger Package Without Ranger'>Install a Ranger Package Without Ranger</a> <small>Following on from my remove ranger script, here is a...</small></li><li><a href='http://ccgi.maxpower.plus.com/2009/06/13/iis-and-those-pesky-flash-files/' rel='bookmark' title='Permanent Link: IIS and those pesky Flash files'>IIS and those pesky Flash files</a> <small>Doesn&#8217;t it drive you mad when you set up an...</small></li><li><a href='http://ccgi.maxpower.plus.com/2009/06/12/bt-test-user-account/' rel='bookmark' title='Permanent Link: BT Test User Account'>BT Test User Account</a> <small>Test your ADSL line using the BT test user account...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://ccgi.maxpower.plus.com/2009/10/27/uninstall-ranger-from-a-computer-without-the-rangerremove-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding Printers will Hang a Vista Logon to a Domain</title>
		<link>http://ccgi.maxpower.plus.com/2009/09/05/adding-printers-will-hang-a-vista-logon-to-a-domain/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://ccgi.maxpower.plus.com/2009/09/05/adding-printers-will-hang-a-vista-logon-to-a-domain/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 19:43:57 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[Printers]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[UAC]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://ccgi.maxpower.plus.com/?p=378</guid>
		<description><![CDATA[Vista's UAC prevents standard users from installing printer drivers by default. This can cause a problem, especially if you use a logon script or group policy preferences to add shared printers to the user profile.

Luckily there's a quick group policy fix that will allow users to add printers without any prompt. Once configured, you should be able to log on with a user account that automatically adds the printer without a hitch.


Related posts:<ol><li><a href='http://ccgi.maxpower.plus.com/2009/07/29/edit-files-with-notepad-from-anywhere-on-your-network/' rel='bookmark' title='Permanent Link: Edit files with Notepad++ From Anywhere on your Network'>Edit files with Notepad++ From Anywhere on your Network</a> <small>Notepad++ is a very handy tool. It rocks. What is...</small></li><li><a href='http://ccgi.maxpower.plus.com/2009/11/10/remove-netowork-printers-from-users-before-they-log-on/' rel='bookmark' title='Permanent Link: Remove Network Printers from Users Before they Log On'>Remove Network Printers from Users Before they Log On</a> <small>I had a little trouble with an HP Printer driver...</small></li><li><a href='http://ccgi.maxpower.plus.com/2009/08/21/deleting-files-older-than-a-specific-date-or-age/' rel='bookmark' title='Permanent Link: Deleting files older than a specific date or age'>Deleting files older than a specific date or age</a> <small>I needed to delete a chunk of cookies today &#8211;...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://ccgi.maxpower.plus.com/2009/09/05/adding-printers-will-hang-a-vista-logon-to-a-domain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deleting files older than a specific date or age</title>
		<link>http://ccgi.maxpower.plus.com/2009/08/21/deleting-files-older-than-a-specific-date-or-age/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://ccgi.maxpower.plus.com/2009/08/21/deleting-files-older-than-a-specific-date-or-age/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 11:01:18 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[2003]]></category>
		<category><![CDATA[Command]]></category>
		<category><![CDATA[Cookies]]></category>
		<category><![CDATA[forfiles]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[User profiles]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://ccgi.maxpower.plus.com/?p=407</guid>
		<description><![CDATA[I needed to delete a chunk of cookies today &#8211; but I didn&#8217;t want to delete them all.
Thankfully there is a handy command that is within Windows versions after XP such as Server 2003 and Vista that will enable to clean up without too many problems.
The forfiles command will allow you to set a specific [...]


Related posts:<ol><li><a href='http://ccgi.maxpower.plus.com/2009/07/29/edit-files-with-notepad-from-anywhere-on-your-network/' rel='bookmark' title='Permanent Link: Edit files with Notepad++ From Anywhere on your Network'>Edit files with Notepad++ From Anywhere on your Network</a> <small>Notepad++ is a very handy tool. It rocks. What is...</small></li><li><a href='http://ccgi.maxpower.plus.com/2009/11/10/remove-netowork-printers-from-users-before-they-log-on/' rel='bookmark' title='Permanent Link: Remove Network Printers from Users Before they Log On'>Remove Network Printers from Users Before they Log On</a> <small>I had a little trouble with an HP Printer driver...</small></li><li><a href='http://ccgi.maxpower.plus.com/2009/09/05/adding-printers-will-hang-a-vista-logon-to-a-domain/' rel='bookmark' title='Permanent Link: Adding Printers will Hang a Vista Logon to a Domain'>Adding Printers will Hang a Vista Logon to a Domain</a> <small>Vista's UAC prevents standard users from installing printer drivers by...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://ccgi.maxpower.plus.com/2009/08/21/deleting-files-older-than-a-specific-date-or-age/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Praise Be for Regular Expressions</title>
		<link>http://ccgi.maxpower.plus.com/2009/06/12/praise-be-for-regular-expressions/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://ccgi.maxpower.plus.com/2009/06/12/praise-be-for-regular-expressions/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 23:23:54 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[ASP]]></category>
		<category><![CDATA[Regular Expression]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[VBScript]]></category>

		<guid isPermaLink="false">http://ccgi.maxpower.plus.com/?p=344</guid>
		<description><![CDATA[I used a regular expression in VB for the first time ever (I think) today!
The reason is that I cached some generated ASP and realised that when I needed to use it on different pages, the id lookup for certain elements would change. So, no problem (except for the fact that I&#8217;m coding in ASP):
Dim [...]


Related posts:<ol><li><a href='http://ccgi.maxpower.plus.com/2009/11/09/install-a-ranger-package-without-ranger/' rel='bookmark' title='Permanent Link: Install a Ranger Package Without Ranger'>Install a Ranger Package Without Ranger</a> <small>Following on from my remove ranger script, here is a...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://ccgi.maxpower.plus.com/2009/06/12/praise-be-for-regular-expressions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Toggle Variable</title>
		<link>http://ccgi.maxpower.plus.com/2009/01/04/php-toggle-variable/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://ccgi.maxpower.plus.com/2009/01/04/php-toggle-variable/#comments</comments>
		<pubDate>Sun, 04 Jan 2009 10:51:56 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://ccgi.maxpower.plus.com/2009/01/04/php-toggle-variable/</guid>
		<description><![CDATA[A neat trick I use in PHP is a toggle variable, usually when I&#8217;m creating tables and want to alternate the styles.
To use a toggle variable:
#Create the variable
$toggle=true;
#Switch it
$toggle=(!$toggle);
Simple!
Share this on RedditStumble upon something good? Share it on StumbleUponShare this on FacebookPost this to MySpaceShare this on LinkedinShare this on del.icio.usTweet This!

Related posts:Install a Ranger [...]


Related posts:<ol><li><a href='http://ccgi.maxpower.plus.com/2009/11/09/install-a-ranger-package-without-ranger/' rel='bookmark' title='Permanent Link: Install a Ranger Package Without Ranger'>Install a Ranger Package Without Ranger</a> <small>Following on from my remove ranger script, here is a...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://ccgi.maxpower.plus.com/2009/01/04/php-toggle-variable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TrueCrypt Autorun Script for USB</title>
		<link>http://ccgi.maxpower.plus.com/2009/01/03/truecrypt-autorun-script-for-usb/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://ccgi.maxpower.plus.com/2009/01/03/truecrypt-autorun-script-for-usb/#comments</comments>
		<pubDate>Sat, 03 Jan 2009 23:17:08 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Encryption]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[TrueCrypt]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://ccgi.maxpower.plus.com/?p=304</guid>
		<description><![CDATA[You can easily create an Autorun file on a USB pen drive to mount and dismount the encrypted file systems. This is very useful for carry portable TrueCrypt USB drives.
The only downside is that using TrueCrypt on the move means that you need administrator rights to access the disk.
Once you plug in the USB stick, [...]


Related posts:<ol><li><a href='http://ccgi.maxpower.plus.com/2009/01/02/mounting-a-remote-system-with-ssh/' rel='bookmark' title='Permanent Link: Mounting a remote system with SSH'>Mounting a remote system with SSH</a> <small>One of the cool things I&#8217;ve been doing lately is...</small></li><li><a href='http://ccgi.maxpower.plus.com/2009/10/27/uninstall-ranger-from-a-computer-without-the-rangerremove-user/' rel='bookmark' title='Permanent Link: Uninstall Ranger from a Computer without the RangerRemove User'>Uninstall Ranger from a Computer without the RangerRemove User</a> <small>Sometimes it might be necessary to remove Sentinel&#8217;s Ranger software...</small></li><li><a href='http://ccgi.maxpower.plus.com/2009/07/29/edit-files-with-notepad-from-anywhere-on-your-network/' rel='bookmark' title='Permanent Link: Edit files with Notepad++ From Anywhere on your Network'>Edit files with Notepad++ From Anywhere on your Network</a> <small>Notepad++ is a very handy tool. It rocks. What is...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://ccgi.maxpower.plus.com/2009/01/03/truecrypt-autorun-script-for-usb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress 2.5</title>
		<link>http://ccgi.maxpower.plus.com/2008/04/04/wordpress-25/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://ccgi.maxpower.plus.com/2008/04/04/wordpress-25/#comments</comments>
		<pubDate>Fri, 04 Apr 2008 09:46:16 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://ccgi.maxpower.plus.com/?p=242</guid>
		<description><![CDATA[I upgraded to Wordpress 2.5 today.
It&#8217;s great. Installation was a breeze, and the new admin interface is sleek and simple to use. It works much better than the onl one as an added bonus.
I&#8217;m not going to go on and on about it, when so many of its neat features are already on the Wordpress [...]


Related posts:<ol><li><a href='http://ccgi.maxpower.plus.com/2009/08/26/prevent-wordpress-from-hanging-when-you-log-on/' rel='bookmark' title='Permanent Link: Prevent Wordpress from Hanging when You Log on'>Prevent Wordpress from Hanging when You Log on</a> <small>I&#8217;ve set up a Wordpress site for a client and...</small></li><li><a href='http://ccgi.maxpower.plus.com/2009/07/18/from-the-blackberry/' rel='bookmark' title='Permanent Link: From the BlackBerry!'>From the BlackBerry!</a> <small>Just putting in my first post using the official Wordpress...</small></li><li><a href='http://ccgi.maxpower.plus.com/2009/08/10/reset-your-mediawiki-sysop-password/' rel='bookmark' title='Permanent Link: Reset your MediaWiki Sysop Password'>Reset your MediaWiki Sysop Password</a> <small>When you&#8217;re stuck without sysop access to MediaWiki because you...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://ccgi.maxpower.plus.com/2008/04/04/wordpress-25/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
