<?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>Test Blog</title>
	<atom:link href="http://test.leserver.info/feed/" rel="self" type="application/rss+xml" />
	<link>http://test.leserver.info</link>
	<description>Just another Leserver.info Blogs weblog</description>
	<lastBuildDate>Mon, 30 Aug 2010 10:07:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Qlof on &quot;Merging multiple WPMS installs into one&quot;</title>
		<link>http://test.leserver.info/2010/08/30/qlof-on-merging-multiple-wpms-installs-into-one/</link>
		<comments>http://test.leserver.info/2010/08/30/qlof-on-merging-multiple-wpms-installs-into-one/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 10:07:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[test]]></category>

		<guid isPermaLink="false">http://test.leserver.info/2010/08/30/qlof-on-merging-multiple-wpms-installs-into-one/</guid>
		<description><![CDATA[Now that the multi domain plugin is in the works, I would like to merge 3 wpms sites into one and use the multiple domain plugin instead of using 3 separate installs. Is there a script for this? If not, it should be possible by extracting database tables, renaming them and inserting them creating a [...]]]></description>
			<content:encoded><![CDATA[<p>Now that the multi domain plugin is in the works, I would like to merge 3 wpms sites into one and use the multiple domain plugin instead of using 3 separate installs.</p>
<p>Is there a script for this? If not, it should be possible by extracting database tables, renaming them and inserting them creating a new blog-id for users. Anybody tried that?</p>
]]></content:encoded>
			<wfw:commentRss>http://test.leserver.info/2010/08/30/qlof-on-merging-multiple-wpms-installs-into-one/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ovidiu on &quot;feature suggestion for the follow up email plugin&quot;</title>
		<link>http://test.leserver.info/2010/08/30/ovidiu-on-feature-suggestion-for-the-follow-up-email-plugin-5/</link>
		<comments>http://test.leserver.info/2010/08/30/ovidiu-on-feature-suggestion-for-the-follow-up-email-plugin-5/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 09:33:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[test]]></category>

		<guid isPermaLink="false">http://test.leserver.info/2010/08/30/ovidiu-on-feature-suggestion-for-the-follow-up-email-plugin-5/</guid>
		<description><![CDATA[@drmike: can I schedule to run that script daily? does it keep track of those warnings it already sent out? Or will it keep nagging users till they update their blog or till it is time to delete their blogs?]]></description>
			<content:encoded><![CDATA[<p>@drmike:</p>
<p>can I schedule to run that script daily? does it keep track of those warnings it already sent out? Or will it keep nagging users till they update their blog or till it is time to delete their blogs?</p>
]]></content:encoded>
			<wfw:commentRss>http://test.leserver.info/2010/08/30/ovidiu-on-feature-suggestion-for-the-follow-up-email-plugin-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ovidiu on &quot;wordpress keeps nagging to  3.0.1 although I am running 3.0.1&quot;</title>
		<link>http://test.leserver.info/2010/08/30/ovidiu-on-wordpress-keeps-nagging-to-3-0-1-although-i-am-running-3-0-1-6/</link>
		<comments>http://test.leserver.info/2010/08/30/ovidiu-on-wordpress-keeps-nagging-to-3-0-1-although-i-am-running-3-0-1-6/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 09:24:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[test]]></category>

		<guid isPermaLink="false">http://test.leserver.info/2010/08/30/ovidiu-on-wordpress-keeps-nagging-to-3-0-1-although-i-am-running-3-0-1-6/</guid>
		<description><![CDATA[jepp. all done. changed the .htaccess file to point to the new ms-blogs.php &#8230; followed the upgrade instructions word-for-word. now that I went checking everything, one thing stands out to me though: in my wp-config.php I have these entries: define(&#039;LOGGED_IN_KEY&#039;, &#039;24chars&#039;);&#60;br /&#62; define(&#039;LOGGED_IN_SALT&#039;, &#039;24chars&#039;);&#60;br /&#62; define(&#039;AUTH_KEY&#039;, &#039;24chars&#039;);&#60;br /&#62; define(&#039;SECURE_AUTH_KEY&#039;, &#039;24chars&#039;);&#60;br /&#62; define(&#039;SECURE_AUTH_SALT&#039;, &#039;24chars&#039;);&#60;br /&#62; define( [...]]]></description>
			<content:encoded><![CDATA[<p>jepp. all done. changed the .htaccess file to point to the new ms-blogs.php &#8230;<br />
followed the upgrade instructions word-for-word.</p>
<p>now that I went checking everything, one thing stands out to me though:</p>
<p>in my wp-config.php I have these entries:</p>
<pre><code>define(&#039;LOGGED_IN_KEY&#039;, &#039;24chars&#039;);&lt;br /&gt;
define(&#039;LOGGED_IN_SALT&#039;, &#039;24chars&#039;);&lt;br /&gt;
define(&#039;AUTH_KEY&#039;, &#039;24chars&#039;);&lt;br /&gt;
define(&#039;SECURE_AUTH_KEY&#039;, &#039;24chars&#039;);&lt;br /&gt;
define(&#039;SECURE_AUTH_SALT&#039;, &#039;24chars&#039;);&lt;br /&gt;
define( &#039;NONCE_KEY&#039;, &#039;24chars&#039; );&lt;br /&gt;
define( &#039;AUTH_SALT&#039;, &#039;24chars&#039; );&lt;br /&gt;
define( &#039;NONCE_SALT&#039;, &#039;64chars&#039; );&lt;br /&gt;</code></pre>
<p>if I follow the link to generate new ones at: link <a href="http://api.wordpress.org/secret-key/1.1/" rel="nofollow">http://api.wordpress.org/secret-key/1.1/</a> it only generates 4 of those keys with a 64char length, i.e. </p>
<p><code></code><code>define(&#039;AUTH_KEY&#039;,        &#039;;wr^lK7fkgOlYE&amp;L}Nf5.+h?f#ZYD^or</code>.-bGyFZ&amp;F?9RHFv=-+1o]~85-OO/g52&#8242;);<br />
define(&#8216;SECURE_AUTH_KEY&#8217;, &#8216;o,r}CQN;Bh-s} ArLK!+:iEipe![/4Zxz$+2G&amp;,Xg+9XH-e&lt;+[;Xw4A/weg&gt;dH@%');<br />
define('LOGGED_IN_KEY',   '{LRe<code></code>)Y`)2~,8t[@  %VnW,:}fdEi&lt;a[p&amp;(qtw)/Wf+&lt;2jk@}Z]zw9Xzbk1Nc|R|&#8217;);<br />
define(&#8216;NONCE_KEY&#8217;,       &#8216;/;*CouN,QU;X9_R=u(_RPPdN-3/lY;^S;.wL]A% 8Ap.XaL)u?P&gt;T|K3 c]4!-GR&#8217;);</p>
<p>Now shall I generate a new set of those long ones and replace my short ones? And why would the others be short?<br />
Not sure if this is in any way related at all, I just stumbled upon it&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://test.leserver.info/2010/08/30/ovidiu-on-wordpress-keeps-nagging-to-3-0-1-although-i-am-running-3-0-1-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>acanjo on &quot;Create a members only print option with username on the print&quot;</title>
		<link>http://test.leserver.info/2010/08/30/acanjo-on-create-a-members-only-print-option-with-username-on-the-print-3/</link>
		<comments>http://test.leserver.info/2010/08/30/acanjo-on-create-a-members-only-print-option-with-username-on-the-print-3/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 07:45:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[test]]></category>

		<guid isPermaLink="false">http://test.leserver.info/2010/08/30/acanjo-on-create-a-members-only-print-option-with-username-on-the-print-3/</guid>
		<description><![CDATA[Can you give me a hint on how to use getcurrentuserinfo in the code above. I cant get it to work&#8230;]]></description>
			<content:encoded><![CDATA[<p>Can you give me a hint on how to use getcurrentuserinfo in the code above. I cant get it to work&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://test.leserver.info/2010/08/30/acanjo-on-create-a-members-only-print-option-with-username-on-the-print-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jayncali61 on &quot;Theme tab on easy admin mode&quot;</title>
		<link>http://test.leserver.info/2010/08/30/jayncali61-on-theme-tab-on-easy-admin-mode-2/</link>
		<comments>http://test.leserver.info/2010/08/30/jayncali61-on-theme-tab-on-easy-admin-mode-2/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 06:42:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[test]]></category>

		<guid isPermaLink="false">http://test.leserver.info/2010/08/30/jayncali61-on-theme-tab-on-easy-admin-mode-2/</guid>
		<description><![CDATA[Using the fix mentioned above, I now have the &#8220;Manage Themes&#8221; tab. But I still do not have the &#8220;Customize Design&#8221; tab when I log in as the test site admin. It&#8217;s there when I log in as super admin. Thanks!]]></description>
			<content:encoded><![CDATA[<p>Using the fix mentioned above, I now have the &#8220;Manage Themes&#8221; tab.  But I still do not have the &#8220;Customize Design&#8221; tab when I log in as the test site admin.  It&#8217;s there when I log in as super admin.</p>
<p>Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://test.leserver.info/2010/08/30/jayncali61-on-theme-tab-on-easy-admin-mode-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jayncali61 on &quot;Theme tab on easy admin mode&quot;</title>
		<link>http://test.leserver.info/2010/08/30/jayncali61-on-theme-tab-on-easy-admin-mode-3/</link>
		<comments>http://test.leserver.info/2010/08/30/jayncali61-on-theme-tab-on-easy-admin-mode-3/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 06:31:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[test]]></category>

		<guid isPermaLink="false">http://test.leserver.info/2010/08/30/jayncali61-on-theme-tab-on-easy-admin-mode-3/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p></p>
]]></content:encoded>
			<wfw:commentRss>http://test.leserver.info/2010/08/30/jayncali61-on-theme-tab-on-easy-admin-mode-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jayncali61 on &quot;User password not set&quot;</title>
		<link>http://test.leserver.info/2010/08/30/jayncali61-on-user-password-not-set-5/</link>
		<comments>http://test.leserver.info/2010/08/30/jayncali61-on-user-password-not-set-5/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 06:25:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[test]]></category>

		<guid isPermaLink="false">http://test.leserver.info/2010/08/30/jayncali61-on-user-password-not-set-5/</guid>
		<description><![CDATA[I created a mu-plugins folder and moved several plugins into it. When I refreshed the plugins page on my site, I got messages saying those particular plugins had been deactivated because they did not exist. Did I miss something in the process? Thanks]]></description>
			<content:encoded><![CDATA[<p>I created a mu-plugins folder and moved several plugins into it.  When I refreshed the plugins page on my site, I got messages saying those particular plugins had been deactivated because they did not exist.  Did I miss something in the process?</p>
<p>Thanks</p>
]]></content:encoded>
			<wfw:commentRss>http://test.leserver.info/2010/08/30/jayncali61-on-user-password-not-set-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jayncali61 on &quot;Easy Blogging v1.1&quot;</title>
		<link>http://test.leserver.info/2010/08/30/jayncali61-on-easy-blogging-v1-1/</link>
		<comments>http://test.leserver.info/2010/08/30/jayncali61-on-easy-blogging-v1-1/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 06:03:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[test]]></category>

		<guid isPermaLink="false">http://test.leserver.info/2010/08/30/jayncali61-on-easy-blogging-v1-1/</guid>
		<description><![CDATA[&#8220;After closing the easy blogging wizard, the admin page is opened in a frame below the easy blogging menu. The meny is displayed twice.&#8221; I&#8217;m having this same problem. Thank you for any advice on how to fix this.]]></description>
			<content:encoded><![CDATA[<p>&#8220;After closing the easy blogging wizard, the admin page is opened in a frame below the easy blogging menu. The meny is displayed twice.&#8221;</p>
<p>I&#8217;m having this same problem.  Thank you for any advice on how to fix this.</p>
]]></content:encoded>
			<wfw:commentRss>http://test.leserver.info/2010/08/30/jayncali61-on-easy-blogging-v1-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>teachforus on &quot;global posts feed defined as is_feed?&quot;</title>
		<link>http://test.leserver.info/2010/08/30/teachforus-on-global-posts-feed-defined-as-is_feed/</link>
		<comments>http://test.leserver.info/2010/08/30/teachforus-on-global-posts-feed-defined-as-is_feed/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 05:39:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[test]]></category>

		<guid isPermaLink="false">http://test.leserver.info/2010/08/30/teachforus-on-global-posts-feed-defined-as-is_feed/</guid>
		<description><![CDATA[I&#8217;m noticing that WP Supercache keeps caching the feed generated by this plugin. Is the plugin defining the resulting feed such that is_feed() would return true? If not, how can this change be made with a code insertion?]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m noticing that WP Supercache keeps caching the feed generated by this plugin. Is the plugin defining the resulting feed such that is_feed() would return true? If not, how can this change be made with a code insertion?</p>
]]></content:encoded>
			<wfw:commentRss>http://test.leserver.info/2010/08/30/teachforus-on-global-posts-feed-defined-as-is_feed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>danieldalonzo on &quot;Slideshow on Product theme does not always load the first slide&#8230;&quot;</title>
		<link>http://test.leserver.info/2010/08/30/danieldalonzo-on-slideshow-on-product-theme-does-not-always-load-the-first-slide-8/</link>
		<comments>http://test.leserver.info/2010/08/30/danieldalonzo-on-slideshow-on-product-theme-does-not-always-load-the-first-slide-8/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 05:35:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[test]]></category>

		<guid isPermaLink="false">http://test.leserver.info/2010/08/30/danieldalonzo-on-slideshow-on-product-theme-does-not-always-load-the-first-slide-8/</guid>
		<description><![CDATA[@mason &#8211; thank you. my hosting company has been jerking me around the last 72 hours. they instructed me to do move folders into another subdirectory and it messed up the database connections..i think that&#8217;s what they are saying. but the thing is, for the last 3 days I would call support and they would [...]]]></description>
			<content:encoded><![CDATA[<p>@mason &#8211; thank you. my hosting company has been jerking me around the last 72 hours. they instructed me to do move folders into another subdirectory and it messed up the database connections..i think that&#8217;s what they are saying. but the thing is, for the last 3 days I would call support and they would tell me the site is being worked on and it will be done in a few hours. so i have been sitting by the computer waiting for it to be fixed but its never working. then i call back again 48 hours later and they tell me nobody has looked at your problem yet. </p>
<p>my question is, do you or anyone know a good hosting company that offers wordpress support? i saw the wordpress VIP hosting and support but it is way out of my league at the moment. </p>
<p>thanks again, </p>
<p>dan</p>
]]></content:encoded>
			<wfw:commentRss>http://test.leserver.info/2010/08/30/danieldalonzo-on-slideshow-on-product-theme-does-not-always-load-the-first-slide-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

