<?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>MantraUANG.tk &#187; WordPress</title>
	<atom:link href="http://www.mantrauang.tk/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mantrauang.tk</link>
	<description>Stop Browsing, Make Your Money Machine Right Now!</description>
	<lastBuildDate>Mon, 05 Apr 2010 06:00:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.2</generator>
		<item>
		<title>How to Move Your WordPress Blog and Database</title>
		<link>http://www.mantrauang.tk/how-to-move-your-wordpress-blog-and-database/</link>
		<comments>http://www.mantrauang.tk/how-to-move-your-wordpress-blog-and-database/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 06:00:46 +0000</pubDate>
		<dc:creator>Adhi</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[change web host]]></category>
		<category><![CDATA[moving website]]></category>
		<category><![CDATA[wordpress blog]]></category>
		<category><![CDATA[wordpress plug-ins]]></category>
		<category><![CDATA[wordpress site]]></category>
		<category><![CDATA[wp-dbmanager]]></category>

		<guid isPermaLink="false">http://www.mantrauang.tk/?p=59</guid>
		<description><![CDATA[There comes a time you may have to leave one web host for another one. No matter the reason, the idea of relocating an entire website – especially one that has been online for sometime – can seem very daunting. With a WordPress based site – I found it easier than expected – way easier. [...]]]></description>
			<content:encoded><![CDATA[<p>There comes a time you may have to leave one web host for another one. No  matter the reason, the idea of relocating an entire website – especially  one that has been online for sometime – can seem very daunting. With a  WordPress based site – I found it easier than expected – way easier.</p>
<p>Think about this case: your  website has 1,200  posts, 11 pages, 15categories, 2,500 comments, uses 15  widgets, and has 30 active plug-ins. On top of all those elements, you use  Windows Live Writer to create all of my content and also use a good bit of  screenshots and graphics in your   posts. As a result you have over 35 MB of  images (1,000 files) to go along with your 1,200 postings.</p>
<p>Now for the purposes of this story I am not going to get into a  comparison of hosting services or the like.<br />
<span id="more-59"></span><br />
The landscape is massive out  there and confusing enough. You do not need me adding to it here <img src="http://weblogtoolscollection.com/wp-includes/images/smilies/icon_smile.gif" alt=":-)" /></p>
<p>I will also make a few other assumptions:</p>
<ul>
<li>This is also based on a self-hosted WordPress site. I am not sure if  this works on WordPress.com. If anyone has tried it please comment.</li>
<li>That you know the basic workings of a WordPress site such as  plug-ins, directory structure, etc.</li>
<li>That you have FTP access to your host and therefore your WordPress  files.</li>
<li>That you have access to your host to create the database and user  account details for it. I will talk about phpMyAdmin because that is  what my host uses. You may have a different way to access/create your  database.</li>
<li>That you know how to update your websites DNS info with your new  host so that people can find it at its new location.</li>
<li>I will only talk about one WordPress backup plug-in and that is <a href="http://wordpress.org/extend/plugins/wp-dbmanager/" target="_blank">WP-DBManager</a> by Lester Chan. I know and understand there are others out there but  this is what I used.</li>
</ul>
<h2>WP-DBManager</h2>
<p>This smart plugin allows you to optimize database, repair database, backup database,  restore database, delete backup database , drop/empty tables and run  selected queries. Supports automatic scheduling of backing up and  optimizing of database.</p>
<p>All the information (general, changelog, installation, upgrade,  usage) you need about this plugin can be found here: <a title="WP-DBManager Readme" href="http://lesterchan.net/wordpress/readme/wp-dbmanager.html/" target="_blank">WP-DBManager Readme</a>. It is the exact same readme.html is included in the zip package.</p>
<p>So with all that said here is how I dealt with a move between hosts:</p>
<ol>
<li>I backed up my current sites database using the <a href="http://wordpress.org/extend/plugins/wp-dbmanager/">WP-DBManager</a> plug-in. If you use the defaults for the plug-in the backup will be  stored in a sub-directory of the /wp-content/ directory called  backup-db.</li>
<li>I then launched my FTP software and downloaded the entire site to a  temporary folder on my hard drive.  You need to make sure you grab the  entire structure of your WordPress site.</li>
<li>While the download was happening I went to my new host and created a  new MySQL database and user. You could always use the same details as  your old host but sometime the prefix for the database name can not be  changed. I recommend a fresh database name and password just for good  security practices. Make sure you also get the name of the database  server. You will need all of this data to get your WordPress site  working on the new host.</li>
<li>I then created my domain at the new host using their control panel.  At this point I did not do anything with DNS. Don’t worry though –  creating your domain at the new hosts will do nothing more but prep a  directory for you to access and upload your files to.</li>
<li>After the files were downloaded from my old host I placed an  index.html file in the old sites main directory with a simple message  that the site was being relocated. You can be as fancy or in depth as  you want.  I then named my WordPress index.php to index.bak so there are  no conflicts between the two. This also comes in handy as the DNS shift  happens because people will see your site in its new location or the  moving page. Once they no longer see the moving page then they will be  good to go on the new location/host. It is a great tool for seeing the  DNS shift in action.</li>
<li>I then updated my wp-config.php file on my local hard drive to  reflect the database information for the new host. if you have set up a  WordPress site before you know how to do this already.</li>
<li>Now it was time to upload all the files to my new host from the  local hard drive keeping the exact same directory structure.</li>
<li>Once the files were uploaded I updated my registrar’s DNS info for  the new host and location of my site.</li>
</ol>
<p>They say a DNS shift can take up to 48 hours to propagate around the  Internet and your mileage may vary for how quick you see the update  yourself.  About 30 minutes after I entered the new DNS info at my  registrar I flushed my local machines DNS info and was able to see the  site at the new address at that point.</p>
<p>To flush your DNS you need to open a <em>command.com</em> window and  type in “ipconfig /flushdns” without the quotes. If you then ping your  websites URL and see it reply back with the new hosts IP address then  you will be able to browse your site at its new location once everything  is setup there. If it comes up with the old hosts IP address then there  is nothing you can do but wait for the DNS update to get around.</p>
<p>Now for the database move/restoral.  Some hosts restrict the size of  files you can upload so you need to be aware of that for your host in  these next steps. However, I am going to provide two options for  restoring your database. One takes a working knowledge of phpMyAdmin or a  similar MySQL database interface – the other makes use of the <a href="http://wordpress.org/extend/plugins/wp-dbmanager/" target="_blank">WP-DBManager</a> plug-in to restore the database and site.  The plug-in method can be  used for small size databases as well as large ones.</p>
<p>Restore your database using phpMyAdmin or similar MySQL database  interface:</p>
<ol>
<li>I logged into my host and from the control panel I accessed  phpMyAdmin logging into the interface using the credentials I created  for the sites database.</li>
<li>I then went to the Import tab, browsed to the temporary directory on  the hard drive where my WordPress site files were stored and went into  the /wp-content/backup-db/ directory to find the backup copy of my  latest version of the database. Once selected I then left everything at  its default settings and clicked the Go button to import the database  structure.</li>
<li>That is it – the database is now present on your new host in the new  database. If your DNS is updated and everything is uploaded you should  be able to type your websites address in a browser and it will come up  just like it did before the move.</li>
</ol>
<p>Restore your database using the <a href="http://wordpress.org/extend/plugins/wp-dbmanager/" target="_blank">WP-DBManager</a> Plug-in:</p>
<p>In order to use this method your DNS has to be moved so you can  access your site at the new host.</p>
<ol>
<li>Browse to your websites address and you should be prompted to create  your new site just like when you do a fresh install of WordPress. Type  in your sites title and your email address and then go the the next  step. You will be provided the temporary password for the admin account.</li>
<li>Log into this WordPress install and then activate the <a href="http://wordpress.org/extend/plugins/wp-dbmanager/" target="_blank">WP-DBManager</a> plug-in. Do not worry about activating other ones. Then use this  plug-in to restore the copy of your database that should have been  uploaded to your new host with all the other files. It will be in that  /wp-content/backup-db/ directory.</li>
<li>Once that database restores your site will be up and running with  plug-ins activated, the same theme, etc.</li>
</ol>
<p>You will likely still need to tweak a few things like file and folder  permissions but if you got the entire directory structure uploaded and  restored the entire database your site will be there just like on the  old host.</p>
<p>As always, your comments about your own experience in this process  and the certain tools you used are always welcome – in fact we look forward to  them and the community sharing your unique experience. There is always  someone else out there looking for similar info.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mantrauang.tk/how-to-move-your-wordpress-blog-and-database/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Kehebatan Blog WordPress</title>
		<link>http://www.mantrauang.tk/kehebatan-blog-wordpress/</link>
		<comments>http://www.mantrauang.tk/kehebatan-blog-wordpress/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 09:10:28 +0000</pubDate>
		<dc:creator>Adhi Hartono</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[10 mantra uang]]></category>
		<category><![CDATA[backup otomatis]]></category>
		<category><![CDATA[blog wordpress]]></category>
		<category><![CDATA[blogger]]></category>
		<category><![CDATA[multiply]]></category>
		<category><![CDATA[ranking atas google]]></category>
		<category><![CDATA[toko online profesional]]></category>

		<guid isPermaLink="false">http://mantrauang.tk/?p=7</guid>
		<description><![CDATA[Kenapa Anda Harus Gunakan Blog WordPress? Anda mungkin sudah sering dengar bahwa anda harus punya blog untuk mulai bisnis online dengan cepat dan mudah. Apalagi sekarang blog yang gratis juga banyak. Misalnya WordPress, Blogger, dan Multiply. Namun jika anda serius ingin berbisnis online, blog WordPress adalah pilihan yang bijaksana. Kenapa? Karena WordPress: 1. Dapat menghasilkan [...]]]></description>
			<content:encoded><![CDATA[<div>
<h3>Kenapa Anda Harus Gunakan Blog WordPress?</h3>
<p>Anda mungkin sudah sering dengar bahwa anda harus punya blog untuk mulai bisnis online dengan cepat dan mudah. Apalagi sekarang blog yang gratis juga banyak. Misalnya WordPress, Blogger, dan Multiply.</p>
<p>Namun jika anda serius ingin berbisnis online, blog WordPress adalah pilihan yang bijaksana.</p>
<p><strong><a href="http://www.mantrauang.net/affiliate/jrox.php?id=186_1_aaid_1%3C/p%3E%20%3Cp%3E%3Cimg%20src=">Kenapa?</a></strong></p>
<p><span id="more-11"></span><br />
Karena WordPress:</p>
<p>1. Dapat menghasilkan uang dengan cepat dengan menggunakan <strong>10 MantraUANG</strong> Dari WordPress Blog.</p>
<p>2. Mudah terdaftar dan mendapatkan <strong>ranking atas di Google</strong>, sedangkan Google adalah mesin pencari yang digunakan oleh lebih dari 70% pengguna Internet.</p>
<p>3. Dapat <strong>di-backup secara otomatis</strong> sehingga data-data terjaga keamanannya.</p>
<p>4. Mudah digunakan. Jika anda bisa memakai Word, anda pasti bisa memakai  WordPress.</p>
<p>5. Bisa dipakai untuk membuat toko online profesional dalam waktu 37  menit.</p>
<p>Selain 5 alasan di atas, masih banyak lagi alasan-alasan lainnya kenapa anda harus menggunakan WordPress untuk berbisnis online yang bisa anda baca sendiri secara tuntas di:</p>
<p><a href="http://www.mantrauang.net/affiliate/jrox.php?id=186_1_aaid_1%3C/p%3E%20%3Cp%3E%3Cimg%20src=">Simak  keunggulan blog WordPress di sini</a></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.mantrauang.tk/kehebatan-blog-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

