<?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"
	>
<channel>
	<title>Comments on: How to install a WordPress blog in cPanel</title>
	<atom:link href="http://www.metafluence.com/how-to-install-a-wordpress-blog-in-c-panel/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.metafluence.com/how-to-install-a-wordpress-blog-in-c-panel/</link>
	<description>This is beyond marketing, it is manipulation</description>
	<pubDate>Thu, 17 May 2012 20:10:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Justin</title>
		<link>http://www.metafluence.com/how-to-install-a-wordpress-blog-in-c-panel/#comment-13634</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Sun, 15 Jul 2007 19:47:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.metafluence.com/?p=22#comment-13634</guid>
		<description>&lt;strong&gt;rakesh&lt;/strong&gt;, yes. Under the main "Options" menu there is a category called "Membership". Check the box that says "Anyone can register". Just below that category is one called, "New User Default Role". That sets the permission level of a self registered user. If you want them to be able to write posts, but not edit anything else, then set the default role to "Contributor". I believe you'll still have to approve their posts at that permission level. If you want them to be able to post without needing approval, then make the level "Author". You'll need to play with the different user levels to determine which on best meets your needs. Good luck!</description>
		<content:encoded><![CDATA[<p><strong>rakesh</strong>, yes. Under the main &#8220;Options&#8221; menu there is a category called &#8220;Membership&#8221;. Check the box that says &#8220;Anyone can register&#8221;. Just below that category is one called, &#8220;New User Default Role&#8221;. That sets the permission level of a self registered user. If you want them to be able to write posts, but not edit anything else, then set the default role to &#8220;Contributor&#8221;. I believe you&#8217;ll still have to approve their posts at that permission level. If you want them to be able to post without needing approval, then make the level &#8220;Author&#8221;. You&#8217;ll need to play with the different user levels to determine which on best meets your needs. Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rakesh</title>
		<link>http://www.metafluence.com/how-to-install-a-wordpress-blog-in-c-panel/#comment-13630</link>
		<dc:creator>rakesh</dc:creator>
		<pubDate>Sun, 15 Jul 2007 18:32:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.metafluence.com/?p=22#comment-13630</guid>
		<description>hey one doubt... i installed and i am the admin of my opwn site..
now is there an option in this were ppl can register and creat there own own blogs from my site and use my url?

can u pls hel</description>
		<content:encoded><![CDATA[<p>hey one doubt&#8230; i installed and i am the admin of my opwn site..<br />
now is there an option in this were ppl can register and creat there own own blogs from my site and use my url?</p>
<p>can u pls hel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to install a blog? - Page 2 - Webmaster Forums - SEO SEM Web Hosting Web Design &#38; Development Discussions</title>
		<link>http://www.metafluence.com/how-to-install-a-wordpress-blog-in-c-panel/#comment-4173</link>
		<dc:creator>How to install a blog? - Page 2 - Webmaster Forums - SEO SEM Web Hosting Web Design &#38; Development Discussions</dc:creator>
		<pubDate>Sun, 15 Apr 2007 19:55:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.metafluence.com/?p=22#comment-4173</guid>
		<description>[...] Firstly you will need to gain access to your web space control panel, in my case it is a cpanel, it is straight forward to create a new database, you simply click on create new database, then create a new user and password, assign the user to the database you have just created allowing all privelages. Cpanel should tell you what the host is, mine is localhost. (write down or save the user name and password, my database added my domain name and a _ before the username etc).  Then you will need to download your blog files ready for editing, I used word press: WordPress › Blog Tool and Weblog Platform there are very good instructions here for instalation but it doesn't tell you everything: How to install a WordPress blog in cPanel at Meta&#xfb02;uence  You then unzip the file and open the php file that will drive the database, in word press that file is sample-wp-config.php DO NOT to open and edit in wordpad. Notepad was what I used.  For this example lets say my website is called www testwebsite.com You need to add three things.  OK the code in sample-wp-config.php looked exactly like this after I had edited the file:  &#60;?php // ** MySQL settings ** // define('DB_NAME', 'testwebsite_blog'); // The name of the database define('DB_USER', 'testwebsite_testuser'); // Your MySQL username define('DB_PASSWORD', 'mypasswordgoeshere'); // ...and password define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value  // You can have multiple installations in one database if you give each a unique prefix $table_prefix = 'wp_'; // Only numbers, letters, and underscores please!  // Change this to localize WordPress. A corresponding MO file for the // chosen language must be installed to wp-includes/languages. // For example, install de.mo to wp-includes/languages and set WPLANG to 'de' // to enable German language support. define ('WPLANG', '');  /* That's all, stop editing! Happy blogging. */  define('ABSPATH', dirname(__FILE__).'/'); require_once(ABSPATH.'wp-settings.php'); [...]</description>
		<content:encoded><![CDATA[<p>[...] Firstly you will need to gain access to your web space control panel, in my case it is a cpanel, it is straight forward to create a new database, you simply click on create new database, then create a new user and password, assign the user to the database you have just created allowing all privelages. Cpanel should tell you what the host is, mine is localhost. (write down or save the user name and password, my database added my domain name and a _ before the username etc).  Then you will need to download your blog files ready for editing, I used word press: WordPress › Blog Tool and Weblog Platform there are very good instructions here for instalation but it doesn&#8217;t tell you everything: How to install a WordPress blog in cPanel at Meta&#xfb02;uence  You then unzip the file and open the php file that will drive the database, in word press that file is sample-wp-config.php DO NOT to open and edit in wordpad. Notepad was what I used.  For this example lets say my website is called www testwebsite.com You need to add three things.  OK the code in sample-wp-config.php looked exactly like this after I had edited the file:  &lt;?php // ** MySQL settings ** // define(&#8217;DB_NAME&#8217;, &#8216;testwebsite_blog&#8217;); // The name of the database define(&#8217;DB_USER&#8217;, &#8216;testwebsite_testuser&#8217;); // Your MySQL username define(&#8217;DB_PASSWORD&#8217;, &#8216;mypasswordgoeshere&#8217;); // &#8230;and password define(&#8217;DB_HOST&#8217;, &#8216;localhost&#8217;); // 99% chance you won&#8217;t need to change this value  // You can have multiple installations in one database if you give each a unique prefix $table_prefix = &#8216;wp_&#8217;; // Only numbers, letters, and underscores please!  // Change this to localize WordPress. A corresponding MO file for the // chosen language must be installed to wp-includes/languages. // For example, install de.mo to wp-includes/languages and set WPLANG to &#8216;de&#8217; // to enable German language support. define (&#8217;WPLANG&#8217;, &#8221;);  /* That&#8217;s all, stop editing! Happy blogging. */  define(&#8217;ABSPATH&#8217;, dirname(__FILE__).&#8217;/'); require_once(ABSPATH.&#8217;wp-settings.php&#8217;); [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mr. diggles</title>
		<link>http://www.metafluence.com/how-to-install-a-wordpress-blog-in-c-panel/#comment-14</link>
		<dc:creator>mr. diggles</dc:creator>
		<pubDate>Thu, 05 Oct 2006 19:29:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.metafluence.com/?p=22#comment-14</guid>
		<description>i learned everything i know about word press from this junkie. i even stole his fucking template. yes i am known as "that guy" from time to time.</description>
		<content:encoded><![CDATA[<p>i learned everything i know about word press from this junkie. i even stole his fucking template. yes i am known as &#8220;that guy&#8221; from time to time.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

