<?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>New Blog Help &#187; CPanel</title>
	<atom:link href="http://www.newbloghelp.com/tag/cpanel/feed" rel="self" type="application/rss+xml" />
	<link>http://www.newbloghelp.com</link>
	<description>The Ideal Way To Learn Something New About Blogging</description>
	<lastBuildDate>Mon, 21 Dec 2009 15:40:40 +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>How To Install Your Wordpress Blogging Platform Manually Via FTP</title>
		<link>http://www.newbloghelp.com/wordpress/how-to-install-your-wordpress-blogging-platform-manually-via-ftp</link>
		<comments>http://www.newbloghelp.com/wordpress/how-to-install-your-wordpress-blogging-platform-manually-via-ftp#comments</comments>
		<pubDate>Tue, 27 Jan 2009 02:15:04 +0000</pubDate>
		<dc:creator>Jade</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[CPanel]]></category>
		<category><![CDATA[creating a wordpress database]]></category>
		<category><![CDATA[File Transfer Protocol]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[install wordpress manually]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[running the wordpress install script]]></category>
		<category><![CDATA[Uploading and downloading]]></category>
		<category><![CDATA[uploading wordpress using ftp]]></category>
		<category><![CDATA[Web hosting service]]></category>
		<category><![CDATA[Web server]]></category>

		<guid isPermaLink="false">http://newbloghelp.com/?p=143</guid>
		<description><![CDATA[



Image via Wikipedia



Setting your blog using Fantastico scripts is pretty quick and easy but what if you don’t have Fantastico scripts or cPanel hosting? Well then you will need to learn how to install Wordpress manually using FTP or File Transfer Protocol. In a previous post I outlined how FireFTP is by far the best [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl style="width: 138px;" class="wp-caption alignleft">
<dt class="wp-caption-dt"><a href="http://commons.wikipedia.org/wiki/Image:FireFTP_logo.png"><img src="http://upload.wikimedia.org/wikipedia/commons/9/93/FireFTP_logo.png" alt="FireFTP" title="FireFTP" width="128" height="128"></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a href="http://commons.wikipedia.org/wiki/Image:FireFTP_logo.png">Wikipedia</a></dd>
</dl>
</div>
</div>
<p>Setting your blog using <a class="zem_slink" href="http://en.wikipedia.org/wiki/Fantastico_%28web_hosting%29" title="Fantastico (web hosting)" rel="wikipedia">Fantastico</a> scripts is pretty quick and easy but what if you don’t have Fantastico scripts or <a class="zem_slink" href="http://www.cpanel.net" title="CPanel" rel="homepage">cPanel</a> <a class="zem_slink" href="http://en.wikipedia.org/wiki/Web_hosting_service" title="Web hosting service" rel="wikipedia">hosting</a>? Well then you will need to learn how to install Wordpress manually using FTP or <a class="zem_slink" href="http://en.wikipedia.org/wiki/File_Transfer_Protocol" title="File Transfer Protocol" rel="wikipedia">File Transfer Protocol</a>. In a previous post I outlined how <a class="zem_slink" href="http://fireftp.mozdev.org/" title="FireFTP" rel="homepage">FireFTP</a> is by far the best and easiest FTP to use to get the job done and the best part is that it works right inside your <a class="zem_slink" href="http://maps.google.com/maps?ll=45.1238,-123.1138&amp;spn=1.0,1.0&amp;q=45.1238,-123.1138%20%28Mozilla%20Firefox%29&amp;t=h" title="Mozilla Firefox" rel="geolocation">Firefox</a> or Flock browser. So before you get started installing Wordpress make sure you’ve downloaded, installed, and set up FireFTP and you can find complete instructions and a download link to FireFTP <a href="http://newbloghelp.com/ftp/setting-up-your-ftp-account-in-fireftp-for-firefox-and-flock/">here</a>.</p>
<h3><strong>To install Wordpress manually you will need the following:</strong></h3>
<p>- <a href="http://www.mozilla.com/firefox?from=sfx&amp;uid=254959&amp;t=306">Firefox</a> or <a href="http://spread.flock.com/buttons/?user=&amp;ref=getFlock-EN.gif">Flock</a><br />
- <a href="http://newbloghelp.com/ftp/setting-up-your-ftp-account-in-fireftp-for-firefox-and-flock/">FireFTP</a> all set up and ready to go<br />
- The latest version of <a href="http://wordpress.org/">Wordpress</a> (2.7 at time of writing)<br />
- A text editor like Notepad or Notepad++</p>
<p><strong>Step One</strong> &#8211; Unzip Wordpress once you&#8217;ve downloaded it to your computer<br />
<strong>Step Two</strong> &#8211; Open the unzipped Wordpress folder and locate a file named wp-config.sample<br />
<strong>Step Three</strong> &#8211; Open the file wp-config.sample in Notepad or Notepad++<br />
Step Four &#8211; Look for these lines inside the wp-config.sample file:</p>
<p><div class="note"><div class="dropshadow"><div class="noteimportant">// ** <a class="zem_slink" href="http://www.mysql.com" title="MySQL" rel="homepage">MySQL</a> settings &#8211; You can get this info from your web host ** //<br />
/** The name of the database for <a class="zem_slink" href="http://wordpress.org" title="WordPress" rel="homepage">WordPress</a> */<br />
define(&#8217;DB_NAME&#8217;, &#8216;putyourdbnamehere&#8217;);</p>
<p>/** MySQL database username */<br />
define(&#8217;DB_USER&#8217;, &#8216;usernamehere&#8217;);</p>
<p>/** MySQL database password */<br />
define(&#8217;DB_PASSWORD&#8217;, &#8216;yourpasswordhere&#8217;);</div></div></div></p>
<p><strong>Step Five</strong> &#8211; You will need to change the values listed here but first you need to create a database for your Wordpress installation inside your hosting account in order to obtain these values. So go ahead and log into your hosting account and let&#8217;s set up your database using MyPhp if you have cPanel hosting otherwise look for &#8220;Databases&#8221; in your hosting account.</p>
<p>- The first field you should see in MyPhp is your database name and here is where you can enter any name you want but you should make it relevant to your site name so you can remember it later on. Now click &#8220;Create Database&#8221;.</p>
<p>- Once your database has been created you will see a field marked &#8220;Database User&#8221; and you will need to enter a username of your choosing as well as a secure password (please note your username and password somewhere as we will need them for your Wordpress installation later). Now once you&#8217;ve filled out your database username and password click &#8220;Create User&#8221;.</p>
<p>- Now you will have to scroll down to the section that shows how many databases you currently have and it should be the one we just created, there should be a field next to it that allows you to choose a user to add to your database. Choose the username we just made together and click on &#8220;Add User To Database&#8221;.</p>
<p>- You should now see a screen asking what sort of privileges you would like the user to have and you should select &#8220;All Privileges&#8221; and save your changes.</p>
<p>Congratulations! Your Wordpress database is now set up!</p>
<p><strong>Step 6</strong> &#8211; Now we just need to go back to the wp-config.sample file we opened earlier and enter your database name, username, and password in the approriate fields. Where you see:</p>
<p>&#8216;<strong>putyourdbnamehere</strong>&#8216; replace everything between the single quotation marks with the database name we just made<br />
&#8216;<strong>usernamehere</strong>&#8216; replace everything between the single quotation marks with the username we just made<br />
&#8216;<strong>yourpasswordhere</strong>&#8216; replace everything between the single quotation marks with the password we just made</p>
<p><strong>Step 7</strong> &#8211; Once you&#8217;ve made the changes to wp-config.sample you will need to save the file but use &#8220;Save As&#8221; and change the file extension from .sample to .php</p>
<p><strong>Step 8</strong> &#8211; Now you&#8217;re almost done, it&#8217;s time to load everything up to your <a class="zem_slink" href="http://en.wikipedia.org/wiki/Web_server" title="Web server" rel="wikipedia">web server</a> using an FTP program. So go ahead and open the FTP program of your choice and log into your web server</p>
<p><strong>Step 9</strong> &#8211; You need to make sure that you are in the public_html directory before uploading any files and if you use Thinkhost it will be the docs directory</p>
<p><strong>Step 10</strong> &#8211; Locate your Wordpress folder and open it inside your FTP program&#8230;then <a class="zem_slink" href="http://en.wikipedia.org/wiki/Uploading_and_downloading" title="Uploading and downloading" rel="wikipedia">upload</a> all the folders and files inside the Wordpress folder into your web space (this should take a few minutes as there are quite a few Wordpress files to load)</p>
<p>* Once you are finished uploading your Wordpress files to your web space you will need to run the install script so Wordpress can set itself up inside your web space. Here&#8217;s what it should look like:</p>
<p>http://yournewdomain.com/wp-admin/install.php (of course you need to replace yournewdomain with your actual domain name) and if everything went well the install script will run. All you need to do is follow the onscreen prompts regarding your blog&#8217;s name, and email address.</p>
<p>You will be given a username (admin) and a password <strong>PLEASE WRITE IT DOWN</strong> as this will be your Wordpress Admin login until you change it.</p>
<p>If you have any trouble you can check out the Wordpress Installation guide <a href="http://codex.wordpress.org/Installing_WordPress">here</a>.<br />
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://larryaronson.com/2008/fantastico-deluxe/">Fantastico De Luxe</a> (larryaronson.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.azrealestateblogs.com/wordpress-101-installation-and-setup/">Wordpress 101: Installation and setup</a> (azrealestateblogs.com)</li>
</ul>
<div style="margin-top: 10px; height: 15px;" class="zemanta-pixie"><a class="zemanta-pixie-a" href="http://reblog.zemanta.com/zemified/e0efe125-6001-47f0-b437-791d397aa62d/" title="Zemified by Zemanta"><img style="border: medium none ; float: right;" class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=e0efe125-6001-47f0-b437-791d397aa62d" alt="Reblog this post [with Zemanta]"></a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.newbloghelp.com/wordpress/how-to-install-your-wordpress-blogging-platform-manually-via-ftp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Install Your Wordpress Blogging Platform Using Fantastico Scripts</title>
		<link>http://www.newbloghelp.com/wordpress/how-to-install-your-wordpress-blogging-platform-using-fantastico-scripts</link>
		<comments>http://www.newbloghelp.com/wordpress/how-to-install-your-wordpress-blogging-platform-using-fantastico-scripts#comments</comments>
		<pubDate>Thu, 22 Jan 2009 05:40:09 +0000</pubDate>
		<dc:creator>Jade</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[CPanel]]></category>
		<category><![CDATA[Fantastico]]></category>
		<category><![CDATA[fantastico scripts to install]]></category>
		<category><![CDATA[Hosts]]></category>
		<category><![CDATA[install wordpress]]></category>
		<category><![CDATA[install your blogging platform]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[On the Web]]></category>
		<category><![CDATA[setting up wordpress]]></category>
		<category><![CDATA[Weblogs]]></category>

		<guid isPermaLink="false">http://newbloghelp.com/?p=116</guid>
		<description><![CDATA[



Image via Wikipedia



Hopefully now that you&#8217;ve made the decision to start your own self hosted blog you&#8217;ve registered a domain name, bought your blog&#8217;s hosting, and changed your name servers so that your domain name points to your hosting account. If all of the above went smoothly then your site should be visible when you [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl style="width: 212px;" class="wp-caption alignleft">
<dt class="wp-caption-dt"><a href="http://en.wikipedia.org/wiki/Image:MySQL.svg"><img src="http://upload.wikimedia.org/wikipedia/en/thumb/6/62/MySQL.svg/202px-MySQL.svg.png" alt="MySQL" title="MySQL" width="202" height="105"></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a href="http://en.wikipedia.org/wiki/Image:MySQL.svg">Wikipedia</a></dd>
</dl>
</div>
</div>
<p>Hopefully now that you&#8217;ve made the decision to start your own self hosted blog you&#8217;ve registered a <a class="zem_slink" href="http://en.wikipedia.org/wiki/Domain_name" title="Domain name" rel="wikipedia">domain name</a>, bought your blog&#8217;s hosting, and changed your name servers so that your domain name points to your hosting account. If all of the above went smoothly then your site should be visible when you type it in the address bar even if it is just a hosting company placeholder page. Now it&#8217;s time to get your blogging software into your web space so that you can get to the serious business of blogging everything and anything that is on your mind.</p>
<p>In this post I will show you how to use <a class="zem_slink" href="http://en.wikipedia.org/wiki/Fantastico_%28web_hosting%29" title="Fantastico (web hosting)" rel="wikipedia">Fantastico</a> scripts to install your blogging platform and in a separate post I will also show you how to manually install your blogging platform without using scripts as it&#8217;s worth knowing how to do it that way too.</p>
<p>The benefits of using Fantastico scripts to install your blog are that it&#8217;s fast and simple enough to have your blog online and ready for you in less than five minutes. So if you&#8217;re ready, let&#8217;s get started!</p>
<p><strong>Step 1 &#8211; Consult the Welcome Email Your Hosting Company Sent You</strong></p>
<p>When you signed up for your <a class="zem_slink" href="http://en.wikipedia.org/wiki/Weblog_software" title="Weblog software" rel="wikipedia">blog hosting</a> account you would have received a welcome email that contained details about your <a class="zem_slink" href="http://www.cpanel.net" title="CPanel" rel="homepage">cPanel</a> and how to access it. It will have a <a class="zem_slink" href="http://en.wikipedia.org/wiki/Uniform_Resource_Locator" title="Uniform Resource Locator" rel="wikipedia">URL</a> in it that looks something like:</p>
<p><div class="note"><div class="dropshadow"><div class="notetip">http://55.100.85.0.3/cpanel</div></div></div></p>
<p>This area of your hosting account is username and <a class="zem_slink" href="http://en.wikipedia.org/wiki/Password" title="Password" rel="wikipedia">password</a> protected so make sure you&#8217;ve located that information in your welcome email and enter it when you access your cPanel.</p>
<p><strong>Step 2 &#8211; Accessing the Fantastico scripts</strong></p>
<p>Once you&#8217;ve gotten to the cPanel interface you will see a lot of information and it can be a bit confusing and overwhelming. The information on the left side of the screen is a running log of your account activity like how much web space and bandwidth you&#8217;ve used. The right side of the screen is what we&#8217;re interested in and it is separated into rows and by category with names like Preferences, Mail, Files, Logs, Security, Domains, Databases, Software, and Advanced. While each section has its use which we will cover at a later time, for the purposes of this post we want to set up your blogging platform so scroll down to the section marked &#8220;Software&#8221; and you will see a blue happy face and that is your Fantastico scripts section so go ahead and click on it.</p>
<p><strong>Step 3 &#8211; Choose Your Blogging Platform in Fantastico Scripts</strong></p>
<p>Congratulations! You&#8217;re ready to pick your blogging platform from one of the many scripts available to you by your blog host. &nbsp;There will be many options to choose from such as content management platforms and ecommerce, but this tutorial covers setting up <a class="zem_slink" href="http://wordpress.org" title="WordPress" rel="homepage">Wordpress</a> only. Once you&#8217;ve installed Wordpress you will have learned how to use the scripts in this section and you can experiment with the other choices available if you like. Locate Wordpress from the list of scripts in the section marked &#8220;<a class="zem_slink" href="http://en.wikipedia.org/wiki/Blog" title="Blog" rel="wikipedia">Blogs</a>&#8221; and click on it.</p>
<p><strong>Step 4 &#8211; Setting Up Wordpress In Fantastico Scripts</strong></p>
<p>Once you&#8217;ve clicked on Wordpress you will see a short description, the support forum and a link marked <strong><em>New Installation</em></strong> so click on it. The next screen is the first of three steps in your Wordpress installation.</p>
<p><div class="note"><div class="dropshadow"><div class="notetip">1) The field marked <strong><em>Installation Location</em></strong> should already have your domain name listed so there&#8217;s no need to change this</p>
<p>2) Leave <strong><em>Install in Directory</em></strong> blank to have Wordpress installed in your root directory</p>
<p>3) Enter a username and password of your own choosing in the <strong><em>Admin Access Data</em></strong> fields</p>
<p>4) Fill out the <strong><em>Base Configuration</em></strong> section with a nickname for yourself, an <a class="zem_slink" href="http://en.wikipedia.org/wiki/E-mail_address" title="E-mail address" rel="wikipedia">email address</a> for your blog, your blog&#8217;s name and a description or tagline about your blog</p>
<p>5) Click on <strong><em>Install Wordpress</em></strong></p>
<p>6) The second screen of the Wordpress setup advises that you will be using one of your <a class="zem_slink" href="http://www.mysql.com" title="MySQL" rel="homepage">MySql</a> databases to install Wordpress</p>
<p>7) Click on <strong><em>Finish Installation</em></strong></p>
<p>Your Wordpress blogging software is now installed and you need to enter an email address so that Fantastico can send you the details of your installation for your records</div></div></div></p>
<p>You will now be able to view your Wordpress blog by typing in your domain name in the address bar and to log into your Wordpress administration dashboard you must add wp-admin to your domain name like this:</p>
<p><div class="note"><div class="dropshadow"><div class="notetip">http://yourdomainname.com/wp-admin</div></div></div></p>
<p>That&#8217;s it&#8230;you&#8217;re done! Now you can start blogging it up! Good luck!<br />
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://www.articlesbase.com/article.php?aid=657997&amp;pid=6775764102">How to Set Up Your Wordpress Blog</a> (articlesbase.com)</li>
</ul>
<div style="margin-top: 10px; height: 15px;" class="zemanta-pixie"><a class="zemanta-pixie-a" href="http://reblog.zemanta.com/zemified/22ac2d95-70ca-4533-a6b3-5be2cd3acd2a/" title="Zemified by Zemanta"><img style="border: medium none ; float: right;" class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=22ac2d95-70ca-4533-a6b3-5be2cd3acd2a" alt="Reblog this post [with Zemanta]"></a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.newbloghelp.com/wordpress/how-to-install-your-wordpress-blogging-platform-using-fantastico-scripts/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

