<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="2.0">
<channel>
	<title>DevFuse Forums - Tutorials: IP.Board 2.3.x</title>
	<link>http://www.devfuse.com/forums/tutorials/category/2-ip-board-2-3-x/?s=2fc14a80f5d24324cd3bd3a561a51877</link>
	<pubDate>Wed, 08 Sep 2010 17:54:44 +0000</pubDate>
	<ttl>1800</ttl>
	<description>IP.Board (IPB) 2.3.x tutorials and articles.</description>
	<item>
		<title>Deleting emoticons via FTP</title>
		<link>http://www.devfuse.com/forums/tutorials/article/12-deleting-emoticons-via-ftp/?s=2fc14a80f5d24324cd3bd3a561a51877</link>
		<description><![CDATA[This simple tutorial will learn you how to delete emoticons with FTP  <img src='http://www.devfuse.com/forums/public/style_emoticons/default/unsure.gif' class='bbc_emoticon' alt=':unsure:' />.<br />
<br />
<ul class='bbcol decimal'><strong class='bbc'><br /></li><li></strong>You need a FTP-Program. (I reccomend <a href='http://filezilla-project.org/' class='bbc_url' title='External link' rel='nofollow'>Filezilla</a>)<br />
<strong class='bbc'><br /></li><li></strong>Log in to your server with own settings.<br />
<strong class='bbc'><br /></li><li></strong>Go to the path of your forums.<br />
<strong class='bbc'><br /></li><li></strong>Go to <em class='bbc'>style_emoticons</em><br />
<strong class='bbc'><br /></li><li></strong>Choose the set you want. Mostly it is '<em class='bbc'>default</em>'<br />
<strong class='bbc'><br /></li><li></strong>Delete the emoticons that you don't want anymore.<br />
<strong class='bbc'><br /></li><li></strong><em class='bbc'>Your Done!</em></li></ul><br />
<br />
<em class='bbc'>Greetz,<br />
DragonFly</em><br />
<br />
<span class='bbc_right'><span style='font-size: 9px;'><em class='bbc'>© Zamg0d1 / DragonFly - Rip = R.I.P</em></span></span>]]></description>
		<pubDate>Sat, 09 May 2009 21:19:50 +0000</pubDate>
		<guid isPermaLink="false">12</guid>
		<creator>DragonFly</creator>
		<category>2</category>
	</item>
	<item>
		<title><![CDATA[[IPB 2.3.x] HighSlide Intergation]]></title>
		<link>http://www.devfuse.com/forums/tutorials/article/31-ipb-23x-highslide-intergation/?s=2fc14a80f5d24324cd3bd3a561a51877</link>
		<description><![CDATA[<span style='font-size: 17px;'><em class='bbc'>With the following edits to your current forum skin, you will have highslide intergation into your forum. </em></span><br />
<br />
<br />
<br />
First, download <a href='http://highslide.com' class='bbc_url' title='External link' rel='nofollow'>highslide</a>, extract the zip file, and upload the 'highslide' folder to your forum's jscripts folder. The directory structure should look like this:<br />
<br />
ROOT/jscripts/highslide/graphics/<br />
ROOT/jscripts/highslide/highslide.css<br />
ROOT/jscripts/highslide/highslide.js<br />
Etc.<br />
<br />
Next, edit your skin's wrapper, find:<br />
<br />
<pre class='prettyprint'>&#60;/head&#62;</pre><br />
<br />
Add above:<br />
<br />
<pre class='prettyprint'>&lt;script type=&#34;text/javascript&#34; src=&#34;jscripts/highslide/highslide.js&#34;&#62;&#60;/script&#62;
&#60;link rel=&#34;stylesheet&#34; type=&#34;text/css&#34; href=&#34;jscripts/highslide/highslide.css&#34; /&#62;
&lt;script type=&#34;text/javascript&#34;&#62;
	// override Highslide settings here
	// instead of editing the highslide.js file
	hs.graphicsDir = 'jscripts/highslide/graphics/';
&#60;/script&#62;</pre><br />
<br />
Save the wrapper, repeat for each skin. Next, edit your Topic View -&gt; Show_attachments_img_thumb template, find this :<br />
<br />
<pre class='prettyprint'>	&#60;div id='ipb-attach-div-{$data&#91;'_attach_id'&#93;}'&#62;
		&#60;div id='ipb-attach-ct-{$data&#91;'_attach_id'&#93;}'&#62;&#60;/div&#62;
		&#60;a id='ipb-attach-url-{$data&#91;'_attach_id'&#93;}' href=&#34;{$this-&#62;ipsclass-&#62;base_url}act=attach&amp;type={$data&#91;'type'&#93;}&amp;id={$data&#91;'attach_id'&#93;}&#34; title=&#34;{$data&#91;'location'&#93;} - {$this-&#62;ipsclass-&#62;lang&#91;'attach_size'&#93;} {$data&#91;'file_size'&#93;}, {$this-&#62;ipsclass-&#62;lang&#91;'attach_ahits'&#93;} {$data&#91;'attach_hits'&#93;}&#34; target=&#34;_blank&#34;&#62;&#60;img src=&#34;{$this-&#62;ipsclass-&#62;vars&#91;'upload_url'&#93;}/{$data&#91;'t_location'&#93;}&#34; id='ipb-attach-img-{$data&#91;'_attach_id'&#93;}' style='width&#58;{$data&#91;'t_width'&#93;};height&#58;{$data&#91;'t_height'&#93;}' class='attach' width=&#34;{$data&#91;'t_width'&#93;}&#34; height=&#34;{$data&#91;'t_height'&#93;}&#34; alt=&#34;{$this-&#62;ipsclass-&#62;lang&#91;'pic_attach'&#93;}&#34; /&#62;&#60;/a&#62;
		&#60;div id='ipb-attach-cb-{$data&#91;'_attach_id'&#93;}' style='margin&#58;0px'&#62;&#60;/div&#62;
	&#60;/div&#62;</pre><br />
<br />
Change it to:<br />
<br />
<pre class='prettyprint'>&#60;a href=&#34;{$this-&#62;ipsclass-&#62;vars&#91;'upload_url'&#93;}/{$data&#91;'_location'&#93;}&#34; class=&#34;highslide&#34; onclick=&#34;return hs.expand&#40;this&#41;&#34;&#62;
  &#60;img src=&#34;{$this-&#62;ipsclass-&#62;vars&#91;'upload_url'&#93;}/{$data&#91;'t_location'&#93;}&#34; style='width&#58;{$data&#91;'t_width'&#93;};height&#58;{$data&#91;'t_height'&#93;}' width=&#34;{$data&#91;'t_width'&#93;}&#34; height=&#34;{$data&#91;'t_height'&#93;}&#34; alt=&#34;{$this-&#62;ipsclass-&#62;lang&#91;'pic_attach'&#93;}&#34; /&#62;
&#60;/a&#62;</pre><br />
<br />
In the same template, find and remove this:<br />
<br />
<pre class='prettyprint'>&lt;script type='text/javascript'&#62;
//&#60;!&#91;CDATA&#91;
	fix_linked_image_sizes_attach_thumb&#40; &#34;{$data&#91;'_attach_id'&#93;}&#34;, parseInt&#40;&#34;{$data&#91;'o_width'&#93;}&#34;&#41;, parseInt&#40;&#34;{$data&#91;'o_height'&#93;}&#34;&#41;, &#34;{$data&#91;'file_size'&#93;}&#34; &#41;;
//&#93;&#93;&#62;
&#60;/script&#62;</pre><br />
<br />
Save the template, repeat for each skin. Finally, edit your sources/classes/attach/class_attach.php file, find this  (on about line 475):<br />
<br />
<pre class='prettyprint'>'notinline'   =&#62; $not_inline,</pre><br />
<br />
Add below:<br />
<br />
<pre class='prettyprint'>'_location'   =&#62; $row&#91;'attach_location'&#93;,</pre><br />
<br />
Save and upload. Let me know if you have any problems. <img src='http://www.devfuse.com/forums/public/style_emoticons/default/smile.gif' class='bbc_emoticon' alt=':)' /><br />
<br />
<em class='bbc'>Please do not release to the public. Thank you in advance. <img src='http://www.devfuse.com/forums/public/style_emoticons/default/smile.gif' class='bbc_emoticon' alt=':)' /></em>]]></description>
		<pubDate>Tue, 24 Feb 2009 09:37:54 +0000</pubDate>
		<guid isPermaLink="false">31</guid>
		<creator>Lindsey</creator>
		<category>2</category>
	</item>
	<item>
		<title>Add a link to useful links area</title>
		<link>http://www.devfuse.com/forums/tutorials/article/34-add-a-link-to-useful-links-area/?s=2fc14a80f5d24324cd3bd3a561a51877</link>
		<description><![CDATA[This tutorial will show you how to add a new link to the errors page useful links area.<br />
<br />
Navigate to Admin CP &gt; Look & feel Tab &gt; select a skin &gt; Edit Template HTML &gt; All Global HTML &gt; error<br />
<br />
Find:<br />
<pre class='prettyprint'>		&#60;li&#62;&#60;a href=&#34;java script&#58;contact_admin&#40;&#41;;&#34;&#62;{$this-&#62;ipsclass-&#62;lang&#91;'er_contact_admin'&#93;}&#60;/a&#62;&#60;/li&#62;</pre><br />
<br />
Add Below:<br />
<pre class='prettyprint'>		&#60;li&#62;&#60;a href=&#34;link&#34;&#62;link name&#60;/a&#62;&#60;/li&#62;</pre><br />
<br />
Click Save Template Bit and your done: <img src='http://www.devfuse.com/forums/public/style_emoticons/default/smile.gif' class='bbc_emoticon' alt=':)' />]]></description>
		<pubDate>Sun, 18 Jan 2009 11:56:38 +0000</pubDate>
		<guid isPermaLink="false">34</guid>
		<creator>Michael</creator>
		<category>2</category>
	</item>
	<item>
		<title>How to install an IP.Board 2.3.x skin</title>
		<link>http://www.devfuse.com/forums/tutorials/article/11-how-to-install-an-ip-board-2-3-x-skin/?s=2fc14a80f5d24324cd3bd3a561a51877</link>
		<description><![CDATA[This tutorial will how you how to install an Invision Power Board 2.3.x skin, this tutorial will also work with IPB 2.2.x<br />
<br />
Step 1. Once you have downloaded your skin and extracted the zip contents onto your desktop, open your Admin CP and navigate to the Look & Feel Tab.<br />
<br />
Step 2. On the left hand side is a menu, navigate to the <strong class='bbc'>Skins & Templates</strong> box then click the S<strong class='bbc'>kin Import/Export</strong> link.<br />
<br />
<a class='resized_img' rel='lightbox[11]' id='ipb-attach-url-144-0-61083300 1283968484' href="http://www.devfuse.com/forums/index.php?app=core&module=attach&section=attach&attach_rel_module=tutorials&attach_id=144&s=2fc14a80f5d24324cd3bd3a561a51877" title="pic1.png - Size: 41.97K, Downloads: 9943"><img src="http://www.devfuse.com/forums/uploads/monthly_01_2009/post-1-1231468203_thumb.png" id='ipb-attach-img-144-0-61083300 1283968484' style='width:100;height:35' class='attach' width="100" height="35" alt="Attached Image: pic1.png" /></a><br />
<br />
Step 3. Scroll down to the <strong class='bbc'>Importing...</strong> area. Look for the <strong class='bbc'>Upload XML Template set</strong> row, next to that is a browse box. Click Browse then find the skin file, which should be named something like this <strong class='bbc'>ipb_skin-rooq.xml</strong>, once found click the <strong class='bbc'>IMPORT SKIN XML</strong> button. If successful you should have a yellow message box, detailing the imported skin files and that it was rebuilt<br />
<br />
<a class='resized_img' rel='lightbox[11]' id='ipb-attach-url-145-0-62636700 1283968484' href="http://www.devfuse.com/forums/index.php?app=core&module=attach&section=attach&attach_rel_module=tutorials&attach_id=145&s=2fc14a80f5d24324cd3bd3a561a51877" title="pic2.png - Size: 10.76K, Downloads: 9910"><img src="http://www.devfuse.com/forums/uploads/monthly_01_2009/post-1-1231468469_thumb.png" id='ipb-attach-img-145-0-62636700 1283968484' style='width:100;height:31' class='attach' width="100" height="31" alt="Attached Image: pic2.png" /></a><br />
<br />
Step 4. Scroll down to the <strong class='bbc'>Importing...</strong> area again. Look for <strong class='bbc'>Upload XMLarchive Image set</strong> row, next to that is a browse box, Click Browse then find the skin image file, which should be named something like this this <strong class='bbc'>ipb_images-rooq.xml</strong>, once found click the <strong class='bbc'>IMPORT SKIN IMAGES</strong> button. A few rows down is a field called <strong class='bbc'>Use with which skin set?</strong>, click the dropdown next to it and find the skin name, in this example ours is called <strong class='bbc'>Rooq (Import)</strong>. If successful you should see a yellow message box saying <strong class='bbc'>Image set imported!</strong><br />
<br />
<a class='resized_img' rel='lightbox[11]' id='ipb-attach-url-146-0-62654100 1283968484' href="http://www.devfuse.com/forums/index.php?app=core&module=attach&section=attach&attach_rel_module=tutorials&attach_id=146&s=2fc14a80f5d24324cd3bd3a561a51877" title="pic3.png - Size: 10.68K, Downloads: 9891"><img src="http://www.devfuse.com/forums/uploads/monthly_01_2009/post-1-1231468866_thumb.png" id='ipb-attach-img-146-0-62654100 1283968484' style='width:100;height:30' class='attach' width="100" height="30" alt="Attached Image: pic3.png" /></a><br />
<br />
Your done, you can now browse to your forum home page and select the skin from the dropdown located at the far bottom left.<br />
<br />
<strong class='bbc'>You can also view the video tutorial of these instructions here:</strong> <a href='http://www.devfuse.com/forums/index.php?autocom=videos&CODE=view&id=4' class='bbc_url' title='External link' rel='nofollow'>http://www.devfuse.com/forums/index.php?au...E=view&id=4</a>]]></description>
		<pubDate>Fri, 09 Jan 2009 02:41:52 +0000</pubDate>
		<guid isPermaLink="false">11</guid>
		<creator>Michael</creator>
		<category>2</category>
	</item>
	<item>
		<title>Add / Remove Links from submenu</title>
		<link>http://www.devfuse.com/forums/tutorials/article/35-add-remove-links-from-submenu/?s=2fc14a80f5d24324cd3bd3a561a51877</link>
		<description><![CDATA[This tutorial will show you how to add and remove links from the submenu.<br />
e.g. calendar, members, help area.<br />
<br />
<strong class='bbc'>Step 1.</strong> Go to Admin CP / Look & Feel Tab / Skins & Templates / Skin Manager / "select your skin" / Edit Root Skin Template HTML / All Global HTML / global_board_header<br />
<br />
Find:<br />
<br />
<pre class='prettyprint'>&#60;div class='ipb-top-right-link'&#62;&#60;a href=&#34;{$this-&#62;ipsclass-&#62;base_url}act=Help&#34;&#62;{$this-&#62;ipsclass-&#62;lang&#91;'tb_help'&#93;}&#60;/a&#62;&#60;/div&#62;</pre><br />
<br />
  Before Add:<br />
<br />
<pre class='prettyprint'>&#60;div class='ipb-top-right-link'&#62;&#60;a href='http&#58;//www.yourlink.com'&#62;Your Link Name&#60;/a&#62;&#60;/div&#62;</pre><br />
<br />
<strong class='bbc'>Step 2.</strong> Click 'Save Template Bit'<br />
<br />
Your Done.]]></description>
		<pubDate>Fri, 09 Jan 2009 00:41:30 +0000</pubDate>
		<guid isPermaLink="false">35</guid>
		<creator>Michael</creator>
		<category>2</category>
	</item>
	<item>
		<title>Remove Language Chooser</title>
		<link>http://www.devfuse.com/forums/tutorials/article/36-remove-language-chooser/?s=2fc14a80f5d24324cd3bd3a561a51877</link>
		<description><![CDATA[Here are two easy ways to remove the language chooser.<br />
<br />
1.) Remove Language Chooser from a specific skin.<br />
In your Admin CP select Look & Feel / Select your skin / Edit Template HTML / All Global HTML<br />
Click the global_board_footer link.<br />
<br />
Find and delete<br />
<br />
<pre class='prettyprint'>&#60;% LANGCHOOSER %&#62;</pre><br />
<br />
Save and your done<br />
<br />
2.) Remove Langauge Chooser from all skins.<br />
Open your FTP client and find and edit the file sources/classes/class_display.php<br />
<br />
Find:<br />
<br />
<pre class='prettyprint'>$this-&#62;ipsclass-&#62;skin&#91;'_wrapper'&#93; = str_replace&#40; &#34;&#60;% LANGCHOOSER %&#62;&#34;	, $lang_jump						  , $this-&#62;ipsclass-&#62;skin&#91;'_wrapper'&#93;&#41;;</pre><br />
<br />
Replace with:<br />
<br />
<pre class='prettyprint'>$this-&#62;ipsclass-&#62;skin&#91;'_wrapper'&#93; = str_replace&#40; &#34;&#60;% LANGCHOOSER %&#62;&#34;	, &#34;&#34;								  , $this-&#62;ipsclass-&#62;skin&#91;'_wrapper'&#93;&#41;;</pre><br />
<br />
Save and upload sources/classes/class_display.php<br />
<br />
And your done!]]></description>
		<pubDate>Fri, 09 Jan 2009 00:40:57 +0000</pubDate>
		<guid isPermaLink="false">36</guid>
		<creator>Michael</creator>
		<category>2</category>
	</item>
	<item>
		<title>Staff Message</title>
		<link>http://www.devfuse.com/forums/tutorials/article/32-staff-message/?s=2fc14a80f5d24324cd3bd3a561a51877</link>
		<description><![CDATA[Want to leave a message for all your staff to see. But don't want to pm or email all of them?<br />
<br />
Well this tutorial will show you how to do this.<br />
<br />
Step 1. Go to your AdminCP / LOOK & FEEL Tab / Skins & Templates / Skin Manager<br />
select your skin you wish to display the staff message. / Edit Template HTML / All Global HTML / member_bar<br />
<br />
scroll down the bottom and add:<br />
<br />
<pre class='prettyprint'>&#60;if=&#34;$this-&#62;ipsclass-&#62;member&#91;'mgroup'&#93; == $this-&#62;ipsclass-&#62;vars&#91;'admin_group'&#93; || $this-&#62;ipsclass-&#62;member&#91;'is_mod'&#93; || $this-&#62;ipsclass-&#62;member&#91;'g_is_supmod'&#93; == 1&#34;&#62;
Staff Message&#58; Staff Message!
&#60;/if&#62;</pre><br />
<br />
Now the admin group, moderator and supermod will see your staff message.<br />
Click 'Save Template Bit(s)' and your done.<br />
<br />
Note: The <a href='http://www.devfuse.com/products/global-messages/' class='bbc_url' title='External link' rel='nofollow'>Global Messages</a> modification will archive this as well, plus won't require the level of skins edits necessary as this tutorial.]]></description>
		<pubDate>Fri, 09 Jan 2009 00:40:10 +0000</pubDate>
		<guid isPermaLink="false">32</guid>
		<creator>Michael</creator>
		<category>2</category>
	</item>
	<item>
		<title>Force Guest to use Default Skin</title>
		<link>http://www.devfuse.com/forums/tutorials/article/37-force-guest-to-use-default-skin/?s=2fc14a80f5d24324cd3bd3a561a51877</link>
		<description><![CDATA[Although the skin selector is usually disabled for guests, you can still manually enter the url to select a skin id from the database and view it. This simple tutorial will disable that so only members can select skins.<br />
<br />
With an ftp client find and open file sources/ipsclass.php.<br />
Find the following code<br />
<br />
<pre class='prettyprint'>if &#40; $this-&#62;input&#91;'skinid'&#93; &#41;
{
	$id		= $this-&#62;input&#91;'skinid'&#93;;
	$skin_set  = 1;
}</pre><br />
<br />
Replace the above with the following code<br />
<br />
<pre class='prettyprint'>//------------------------------------------------------
// &#91;START&#93; Stop guests from manually inputting Skinid
// Author&#58; Michael John &#40;DevFuse www.devfuse.com&#41;
//------------------------------------------------------

if &#40; $this-&#62;input&#91;'skinid'&#93; AND $this-&#62;member&#91;'id'&#93;&#41;
{
	$id		= $this-&#62;input&#91;'skinid'&#93;;
	$skin_set  = 1;
}

//------------------------------------------------------
// &#91;END&#93; Stop guests from manually inputing Skinid
//------------------------------------------------------</pre><br />
<br />
Save and upload sources/ipsclass.php Please Note: Only minor testing done with this tutorial, please always create a backup of file in question!]]></description>
		<pubDate>Fri, 09 Jan 2009 00:38:32 +0000</pubDate>
		<guid isPermaLink="false">37</guid>
		<creator>Michael</creator>
		<category>2</category>
	</item>
	<item>
		<title>User Legend in Board Stats</title>
		<link>http://www.devfuse.com/forums/tutorials/article/38-user-legend-in-board-stats/?s=2fc14a80f5d24324cd3bd3a561a51877</link>
		<description><![CDATA[Adds a User Legend down the bottom near "active members".<br />
<br />
Step 1. Go to Admin CP / LOOK & FEEL Tab / Skin Manager / Choose your skin / Edit Template HTML / Board Index / active_user_links<br />
<br />
Step 2. Paste the following code, up the top of the of the box.<br />
<br />
<pre class='prettyprint'>&#60;b&#62;User Legend&#58; &#60;/b&#62; &#60;a href=&#34;link to user legend&#34;&#62;&#60;font color=&#34;red&#34;&#62;&#60;b&#62;Group Name&#60;/b&#62;&#60;/font&#62;&#60;/a&#62; | &#60;a href=&#34;link to user legend&#34;&#62;&#60;font color=&#34;blue&#34;&#62;&#60;b&#62;Group Name&#60;/b&#62;&#60;/font&#62;&#60;/a&#62; | &#60;a href=&#34;link to user legend&#34;&#62;Group Name&#60;/font&#62;&#60;/a&#62; &#60;br /&#62;&#60;br /&#62;</pre><br />
<br />
Step 3. Edit the above code to your own needs.<br />
<br />
Step 4. Save Template Bit and your done.<br />
<br />
Note. You can find the link to your user group, by going to Admin CP / MANAGEMENT Tab / Users and Groups / Manage User Groups / and clicking the group links.<br />
<br />
Note: This tutorial is made into a mod, that is easy to install and doesn't require you to setup the html yourself, you can find this mod here: <a href='http://www.invisionmodding.com/index.php?automodule=downloads&showfile=498' class='bbc_url' title='External link' rel='nofollow'>http://www.invisionmodding.com/index.php?a...mp;showfile=498</a>]]></description>
		<pubDate>Fri, 09 Jan 2009 00:37:10 +0000</pubDate>
		<guid isPermaLink="false">38</guid>
		<creator>Michael</creator>
		<category>2</category>
	</item>
	<item>
		<title>Transferring forum to another directory</title>
		<link>http://www.devfuse.com/forums/tutorials/article/29-transferring-forum-to-another-directory/?s=2fc14a80f5d24324cd3bd3a561a51877</link>
		<description><![CDATA[This tutorial will show you how to transfer your forum to another directory.<br />
e.g. yoursite.com/forums to yoursite.com/bbs<br />
<br />
Step 1. First backup your forum directory and database! I take no responsibly for this tutorial being followed incorrectly.<br />
<br />
Step 2. Go to Admin CP / TOOLS & SETTINGS / System Settings / General Configuration<br />
<br />
Find Upload URL and Path to 'upload' directory<br />
In my example we would change<br />
<br />
Upload URL: <a href='http://www.yoursite.com/forums/uploads' class='bbc_url' title='External link' rel='nofollow'>http://www.yoursite.com/forums/uploads</a> to <a href='http://www.yoursite.com/bbs/uploads' class='bbc_url' title='External link' rel='nofollow'>http://www.yoursite.com/bbs/uploads</a><br />
Path to 'upload' directory: /home/username/public_html/forums/uploads to /home/username/public_html/bbs/uploads<br />
<br />
Now click 'Update Settings'<br />
<br />
Step 3. Open a ftp client, edit conf_global.php<br />
Find:<br />
<br />
<pre class='prettyprint'>$INFO&#91;'board_url'&#93; = 'http&#58;//www.yoursite.com/forums';</pre><br />
<br />
In my example we would change it to<br />
<br />
<pre class='prettyprint'>$INFO&#91;'board_url'&#93; = 'http&#58;//www.yoursite.com/bbs';</pre><br />
<br />
Remember never to put a '/' at the end of the url.<br />
Save and your done]]></description>
		<pubDate>Fri, 09 Jan 2009 00:35:16 +0000</pubDate>
		<guid isPermaLink="false">29</guid>
		<creator>Michael</creator>
		<category>2</category>
	</item>
</channel>
</rss>