<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: WP CPanel Login Plugin</title>
	<atom:link href="http://www.matrich.net/programming/wp-cpanel-login-plugin.htm/feed" rel="self" type="application/rss+xml" />
	<link>http://www.matrich.net/blog/programming/wp-cpanel-login-plugin.htm</link>
	<description>Matovu Richard, a Ugandan Christian Software Engineer</description>
	<lastBuildDate>Mon, 02 Jan 2012 04:54:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Matrich</title>
		<link>http://www.matrich.net/blog/programming/wp-cpanel-login-plugin.htm/comment-page-1#comment-22891</link>
		<dc:creator>Matrich</dc:creator>
		<pubDate>Fri, 30 Sep 2011 19:43:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.matrich.net/wordpress-plugins/wp-cpanel-login-plugin.htm#comment-22891</guid>
		<description>Thanks Santi for your contribution. I will add that to the plugin code so that other people can benefit.</description>
		<content:encoded><![CDATA[<p>Thanks Santi for your contribution. I will add that to the plugin code so that other people can benefit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Santi Azpilicueta</title>
		<link>http://www.matrich.net/blog/programming/wp-cpanel-login-plugin.htm/comment-page-1#comment-22890</link>
		<dc:creator>Santi Azpilicueta</dc:creator>
		<pubDate>Fri, 30 Sep 2011 18:52:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.matrich.net/wordpress-plugins/wp-cpanel-login-plugin.htm#comment-22890</guid>
		<description>Great Plugin! Works great!I missed having the cPanel in the dashboard, so I simply added this few lines of code at the end of the plugin file:

&lt;code&gt;
add_action(&#039;wp_dashboard_setup&#039;, &#039;custom_dashboard_widget&#039;);

function custom_dashboard_widget() {
global $wp_meta_boxes;
if (function_exists(&#039;wp_cpanel_login&#039;))
	wp_add_dashboard_widget(&#039;custom_help_widget&#039;, &#039;cPanel Login&#039;, &#039;wp_cpanel_login&#039;);
}
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Great Plugin! Works great!I missed having the cPanel in the dashboard, so I simply added this few lines of code at the end of the plugin file:</p>
<p><code><br />
add_action('wp_dashboard_setup', 'custom_dashboard_widget');</p>
<p>function custom_dashboard_widget() {<br />
global $wp_meta_boxes;<br />
if (function_exists('wp_cpanel_login'))<br />
	wp_add_dashboard_widget('custom_help_widget', 'cPanel Login', 'wp_cpanel_login');<br />
}<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saeful Ulum</title>
		<link>http://www.matrich.net/blog/programming/wp-cpanel-login-plugin.htm/comment-page-1#comment-22785</link>
		<dc:creator>Saeful Ulum</dc:creator>
		<pubDate>Sat, 20 Aug 2011 17:02:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.matrich.net/wordpress-plugins/wp-cpanel-login-plugin.htm#comment-22785</guid>
		<description>Matovu, Thank you so much for this plugin, and this plugin works.
Little problem, how about a webmail user registration via wordpress, maybe &quot; WP Cpanel Registration Plugin&quot;  
thanks before

Regards,
Saeful Ulum</description>
		<content:encoded><![CDATA[<p>Matovu, Thank you so much for this plugin, and this plugin works.<br />
Little problem, how about a webmail user registration via wordpress, maybe &#8221; WP Cpanel Registration Plugin&#8221;<br />
thanks before</p>
<p>Regards,<br />
Saeful Ulum</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jak</title>
		<link>http://www.matrich.net/blog/programming/wp-cpanel-login-plugin.htm/comment-page-1#comment-22585</link>
		<dc:creator>Jak</dc:creator>
		<pubDate>Mon, 14 Mar 2011 14:46:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.matrich.net/wordpress-plugins/wp-cpanel-login-plugin.htm#comment-22585</guid>
		<description>Bonjour,
Je souhaiterais mettre votre plugin sur une page wordpress que j&#039;ai crée mais ne fonctionne pas, pourriez vous m&#039;aider svp:)
Merci</description>
		<content:encoded><![CDATA[<p>Bonjour,<br />
Je souhaiterais mettre votre plugin sur une page wordpress que j&#8217;ai crée mais ne fonctionne pas, pourriez vous m&#8217;aider svp:)<br />
Merci</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: raghib suleman</title>
		<link>http://www.matrich.net/blog/programming/wp-cpanel-login-plugin.htm/comment-page-1#comment-19701</link>
		<dc:creator>raghib suleman</dc:creator>
		<pubDate>Wed, 07 Apr 2010 15:23:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.matrich.net/wordpress-plugins/wp-cpanel-login-plugin.htm#comment-19701</guid>
		<description>Thanks for great help...</description>
		<content:encoded><![CDATA[<p>Thanks for great help&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronkas</title>
		<link>http://www.matrich.net/blog/programming/wp-cpanel-login-plugin.htm/comment-page-1#comment-7530</link>
		<dc:creator>Ronkas</dc:creator>
		<pubDate>Fri, 03 Apr 2009 12:14:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.matrich.net/wordpress-plugins/wp-cpanel-login-plugin.htm#comment-7530</guid>
		<description>Thanks a lot for this plugin</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this plugin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Operation Bobbibear</title>
		<link>http://www.matrich.net/blog/programming/wp-cpanel-login-plugin.htm/comment-page-1#comment-4480</link>
		<dc:creator>Operation Bobbibear</dc:creator>
		<pubDate>Tue, 09 Dec 2008 15:14:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.matrich.net/wordpress-plugins/wp-cpanel-login-plugin.htm#comment-4480</guid>
		<description>Hey there, all download links dont seem to be working.

Regards,
Byron</description>
		<content:encoded><![CDATA[<p>Hey there, all download links dont seem to be working.</p>
<p>Regards,<br />
Byron</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WordPress Plugins Database &#187; Plugin Details &#187; WP CPanel Login</title>
		<link>http://www.matrich.net/blog/programming/wp-cpanel-login-plugin.htm/comment-page-1#comment-467</link>
		<dc:creator>WordPress Plugins Database &#187; Plugin Details &#187; WP CPanel Login</dc:creator>
		<pubDate>Mon, 17 Sep 2007 12:21:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.matrich.net/wordpress-plugins/wp-cpanel-login-plugin.htm#comment-467</guid>
		<description>[...] Visit [...]</description>
		<content:encoded><![CDATA[<p>[...] Visit [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

