Tag Archives | Domain Hosting

How to Set Up a Purchased WordPress Website on Your Hosting Server – Part 1 of 2

How to Set Up a Purchased WordPress Website on Your Hosting Server – Part 1 of 2

This is a two part article describing how to move and set up a purchased WordPress website on your hosting server. The first part explains why you may want to purchased a WordPress site, how to transfer the domain and setting up the domain on your hosting server. Part two will take a closer look on how to install the websites database and configure some important WordPress settings.

Have you ever tried moving and setting up a purchased WordPress Website on Your Hosting Server. In case you purchased an existing WordPress website and domain and has no clue on how to move and set up WordPress website on my Hostgator hosting account, read on…

The reason you may not want to setup your own WordPress website from scratch may be because you want to speed up implementation time and take advantage of the fact that the domain has already some age and AdSense monetization working. So you would only have to use your SEO experience to improve Search Engine ranking for the niche keywords.

Lets take a real example but change the names. Bob is the guy who purchased the domain and blog and the lady, lets name her Maria, that had sold Bob the domain and corresponding WordPress website told him she would send him all the information needed, but what Bob received were two zipped backup files, one with the database sql import file and the other was the WordPress domain directory. The only indications regarding setting up the WordPress website Bob got were that he had to upload the files to his server. Was this all he needed to do? What do you think?

Even though WordPress is very easy to install and manage, moving an existing WordPress Website to your hosting server should be a little more complex than that. So Bob thought that there must be more to it, especially as the MySQL database file had another database prefix, which is usually your hosting account ID. The format is something like MYHOSTID_MYDBNAME; so let’s name Maria’s database file maria89_wpbd123.sql. Bob’s Database prefix is bob58.

I know that when you restore a MySQL database in cpanel that it takes the sql file name to import the tables it into the same-named database, or creates a new one. Bob tried it out and as a result a MySQL database named bob58_maria89wpbd123 was created. The database restore had stripped out the underscore and added Bob’s database prefix. Not very nice:-(

Bob then wrote Maria back asking for more details, and whether there were any specifics that he needed to take into account for moving, setting up or configuring her specific the WordPress website. She apologized and replied that she did not know how to handle this and suggested having a live chat with my hosting support provider. Maria probably thought that moving a WordPress website from one hosting server to another would be as easy as she initially said, so Bob could not count on her and did not insist futher. Bob’s hosting provider has an outstanding support, so this was not a too bad idea, but then he decided that he would first have a go on his own.

So here comes how Bob proceeded for moving, setting up and configuring her WordPress website on his hosting server…There may be a quicker way, but it worked great for him and, in the end, if you know some simple but important details, the set up is pretty straight forward. Let’s first outline the basic steps required to transfer the domain to and set up the WordPress website on your hosting server.

Transfer the domain to your domain service provider
Set up the domain on your hosting server
Upload the WordPress database files
Configure your WordPress website

What do you need before you start?

WordPress Database MySQL restore file, DBprefix_DBname.sql
The complete WordPress website directory
The current WordPress admin userid and password

So let’s go a little more into detail on each step of the set up process…

1. Transferring the domain to my domain service provider

If you have also purchased the corresponding domain, the very first step is to get the domain transferred to your domain service provider. This will be done by the owner. If you have the same domain service provider, this is usually very simple; it’s called “”pushing””.

Unfortunately Maria had another domain service provider than Bob is using. So to make things easy he created a free account with her domain service provider and would take care of transferring the domain to his provider later on. Maria then “”pushed the domain into his account, Bob accepted it, and then pointed the domain to his DNS server. That was the easy part.

2. Setting up the domain on your hosting server

Bob has a hosting plan, which includes unlimited add-on domains. He logged into his cpanel and created the new add-on domain. This is pretty simple, so I won’t go into more details here. Bob did NOT need to create a WordPress Blog Website installation. This is done by restoring the WordPress database and uploading the WordPress website directory files he got to the domain’s root directory.

Bob then entered my new domain name in the internet browser’s address bar and saw that all was working so far, because he could see the empty cgi-bin directory that is created by default.

Now Bob could upload the WordPress website directory content to the domain directory, located below the root directory; in his case KingKoilMattresse.net. You can either do this via FTP or use the cpanel > Files > Backups wizard.

Bob reentered the domain name in the internet browser address bar and got the expected database connection error. First of all he did not have the DB installed yet and the connection information would be incorrect anyway. We will see how this part of our WordPress website setup can be achieved.

In the final part of the article we will have a closer look on how to Upload the WordPress Database files and Configuring your WordPress Website.

0

How to Set Up a Purchased WordPress Website on Your Hosting Server – Part 2 of 2

How to Set Up a Purchased WordPress Website on Your Hosting Server – Part 2 of 2

In the fist part of the article I described why Bob purchased the WordPress website, how to transfer the domain and the setting up of the domain on his hosting server. Part two will take a closer look on how to install the WordPress websites database and configure some important WordPress Website settings.

1. Upload the WordPress Database files

Let’s break this part down into 3 simple steps:

a) Create the WordPress Database and access information

b) Modify the WordPress Database content

b) Upload the WordPress Database (cpanel)

a) Create the WordPress Database and access information (cpanel)

You could restore the database directly, but for this exercise Bob will also explain why he created the WordPress database himself. So here comes the tricky part. When you want to access the WordPress website, it will first try to connect to the WordPress database. The corresponding access information is stored in the wp-config.php file, located in the root directory of the new domain. You can look it up in the WordPress directory files you got. Therefore, you will need to change the following three variables inside the wp-config.php file:

/** The name of the database for WordPress */

define(‘DB_NAME’, ‘bob55_ akkingb’);

/** database username */

define(‘DB_USER’, ‘bob55_ akdbadm’);

/** database password */

define(‘DB_PASSWORD’, ‘xxxxxxxxxx’);

The DB_PASSWORD parameter I got is encrypted and of no use to me, therefore the connection will fail. To get around this problem bob will show you a little trick; Bob reused an existing user (and password) already assigned to another WordPress Database.

First he created the WordPress database, akkingb (in cpanel > Databases > MySql Databases) and added the EXISTING user to the new database(Scroll down to MySQL Users and add the user bob55_ akdbadm to the database he just created, bob55_ akkingb, and assign ALL PRIVILEGES.

Now you only needed modify DB_NAME parameter, copy the values for DB_USER and ‘DB_PASSWORD from the wp-config.php file of your EXISTING WordPress Blog, and the connection will work perfectly;-)

So, download or extract the wp-config.php file for your new WordPress blog, change the parameters and upload it again.

b) Modify the WordPress Database content

There is some information in the WordPress Website that you can either modify later on, when you have managed to access your new WordPress blog or change it directly in the WordPress Database file. I prefer to do the latter, as it is quite simple and a nice time saver when configuring the WordPress Website.

There are a few generic values that are used in diverse places so if you do a find/replace (all) it’s a matter of minutes to get this done. I will tell you what tables are affected, so you know where to look and change it manually, but you can simply do a global change too:

wp_options table – Change values of:

– ‘admin_email’, –> your email.)

– Path prefixes: home/uuuuuuuu/public_html –> home/bob55/public_html

wp_users table: Change value of user_email field for the admin user so you will be able to have the password reset send to your email

That’s it!:-) The user_email is especially helpful if you do not know the WordPress website’s admin password. Simply request the password to be reset and you will get the password send to the email you chose;-)

c) Upload the WordPress Database (cpanel)

The important point here is to name the WordPress database sql file correctly. When restoring via the cpanel it will use the database according to the WordPress database sql file name. Do NOT add a database prefix, as this will be assigned automatically, and should be your hosting server ID; in Bob’s case, bob55. Hence, Bob named his file akkingb.sql, and the resulting complete database name will be bog55_ akkingb.

Bob had problems with WordPress Database restores when the file was not zipped in the correct format. The restore either did not run at all or broke at any point. Therefore it’s a good idea to get the free Gzip file compression utility. For more information go to gzip.org. The syntax is “”C:Program FilesGnuWin32bingzip.exe”” DBname.sql”” and this will convert the DBname.sql into a DBname.sql.gz file.

To restore the WordPress Database, in cpanel, go the Files > Backup Wizard, select “”Restore”” > MySQL Databases, locate your local restore file, akkingb.sql.gz and click “”Restore””. Now a new browser window will open up and the DB restore should start within seconds.

You know that the restore should have terminated correctly if you see the whole WordPress Database file on this page. You can verify the DB creation also through the cpanel > Databases > Php Admin panel. All your databases are listed on the left hand side.

We are almost done!:-). You should now be able to see your new blog and enter the admin panel yourdomain/wp-admin.

2. Configuring your WordPress Website

Any WordPress Blog configuration is different, but following letsl name just some of the WordPress Website settings..

* WordPress SETTINGS*

General:

Membership: Anyone can register
Timezone
Writing:

Remote Publishing: set both values active if you want to use external publishing tools
Privacy: I would like my blog to be visible to everyone, including search engines (like Google, Bing, Technorati)
Permalinks: you may want to change to i.e. /%category%/%postname%/ OR /%postname%.html, or any other values you use in your other blogs
All In One SEO Plugin

Use noindex for Categories: false
Use noindex for Archives: true
* WordPress PLUGINS*

Akismet Configuration: Enter YOUR Akismet API Key
Remove or add any other Plugins
*OTHER setting and configurations*

Copy your robots.txt to root folder or install the KB Robots.txt plugin
Monetizeation like AdSense, Amazon, will require even editing he corresponding theme files or configuration through plugins,…
That’s it, your WordPress Website has been moved and setup on your hosting server:-). To see the life example, go to kingkoilmattresses.net.

0

Free Hosting vs Paid Hosting

Free Hosting vs. Paid Hosting

If you’re just starting out in the webmaster arena then you’ll probably either already be debating between a free host or paid host or you will be soon. A lot of new webmasters aren’t too confident with what there doing and feel that they may not know how to do anything which is one of the reasons why people choose using a free host. There are tons of free blog hosts out there which allow you too create your very own blog on their servers for no charge at all. This means you could potentially make money without ever spending a dime of your own money, but there are downsides to using a free host.

Sure most people talk about how new webmasters should use a free host because it will allow them to test out how to run a blog and will give them valuable experience. Now this is correct in the fact that the person would learn what it takes too run a blog, but then once they do feel confident with blogging they’ll want too move on to their own domain. Now the problem with this is that you won’t be able too take your blog with you and therefore you’ll need to start from scratch from again which isn’t always fun. This is why I recommend starting out with your own paid hosting right from the beginning. For the price that it costs for a domain and a small blog hosting package nowadays there is no reason too be using free hosts.

It will cost you no more then $20 too get your first domain and first months of hosting paid for and from there you can begin making your blog and you actually will own it. On a free blog host you don’t really ever own your blog, but with your own domain and hosting you’re the complete owner to your blog and nobody will be able too take that from you. Free blog hosts have the possibilities of closing down in the future and then all of your hard work would also be lost.

I tend to not enjoy leaving my blogs in the hands of someone else and I personally have never used a free blog host and never will. When you have a successful blog on a free host not many people really care and your monetization methods are slimmer for private advertisements. Private ads are a huge part of blogging monetization and without the option you’re cutting yourself short. When you have a blog on its own domain then you’ll easily be able too sell links, banners and more once you get traffic.

The benefits of coughing up $20 to own your blog is well worth it and can save you from lots of headaches down the road. You never want too leave your web properties in the hand of someone else and by using a free blog host you’re doing exactly this. Now for children and teenagers I understand using a free blog host, but if you’re an adult and serious about giving the online world a chance then you shouldn’t be scared about paying $20 for a domain and hosting as this will be the least of your investments.

0

What Do I Need to Start Building a WordPress Website- WordPress Website Builder

What Do I Need to Start Building a WordPress Website? WordPress Website Builder

Building a WordPress website seems easy for some people, however I have showed various students how to do this and it takes everyone at least 3 lessons to get it down pat. That’s not bad either. We are talking about creating a website, much like building a house, it can become a cyber property with true value.

When you start using WordPress you will be amazed at how fast you can have a website (or blog) up and running. After learning a few simple tricks you could probably get a WordPress website built in less than five minutes. The thing is, I believe that anyone can do this and that practice makes perfect.

What do I need to be a WordPress Website Builder?

1. Web hosting that has Cpanel and Fantastico so it is easy for you to install websites. I use HostGator but there are heaps of website hosting companies that compete with each other. They all are trying to give good service to their customers so they can stay in this highly competitive field.

2. You will also need to buy a domain name. There are plenty of places to buy a domain name. I use Namecheap but you can use any name reseller or if you have a spare domain name lying around you can use that. LOL Am I the only person who has 37 spare domain names lying around?

3. You will need self discipline and determination. You also have to be an action taker!

Please note if you are not willing to pay for hosting and a domain name then you are not serious about building websites. I suggest you start a blog at blogger.com until you prove to yourself that this is for you.

Steps to building a WordPress website:

1. Buy WordPress website hosting if you do not have it.2. Do keyword research and find a niche.3. Buy a domain name with your niche keywords in it.4. Point your domain name to your hosting account.5. Go to your cpanel to add on a domain. See how to add a domain in your hosting.6. Go to the Fantastico icon in Cpanel and press on the WordPress link.7. Install a WordPress website/blog.

0

How to Make Money by Blogging

How to Make Money byBlogging Millions

 

of people around the world have started blogging, most of them unsuccessful but there are still tons of people who have been successful in making money through blogging. Some bloggers have earned millions of dollars already and we’re only getting into the beginning of blogging which is the scary part. If you want to earn money online then you should take up blogging immediately, it’s not difficult at all and you can earn tons of sustainable income. Blogging is simply writing about a topic you have interests or expertise in and can write on it daily. Typically you need to write daily so the topic should be broad enough to write content on it for years, but then again not to broad that it doesn’t fit into a niche market. With millions of blogs on the internet you need to make sure you niche your blog enough that it fits into a niche market and not a general market. There are already enough authority blogs in the general market and if you plan on making money

 

then you’ll need to do something better then anyone else has done to date. Now with millions of dollars being spent on blogging by some companies you can expect that some niches aren’t going to make you any money at all because they’ve already been owned by a big company. You should look for something you have expertise in and that fits into a niche, meaning if you like sports don’t make a general sports blog because it won’t make any serious money for you. Instead choose the sport you like the most and then become an authority for that sport, or better yet narrow it down to your favourite sports team and keep the world updated on how they do. If you can narrow your blog range down like we have just down above with sports then you’ll have a much better chance of making money through blogging. Once you have your topic you should then get the domain and hosting to set-up your blog and then begin setting it up. There isn’t much to do in set-up except for choosing plug-ins and a theme basically. Once you have done your set-up process and are happy with the looks of your blog then you should begin posting once a day. If you’ve narrowed your blog down for instance to the Toronto Blue Jays then you’d write a game recap on the days they play and on the days they don’t you’d write about a player or something going on with the team. It’s simple to think up topics for a niche such as your favourite sports team and you shouldn’t face problem with the content as it’s the least of your worries. Once you’ve been adding content for about a month and traffic is starting to become steady then you can start implementing the techniques to earn money. The first thing you should do is sign-up for

Google Adsense

and then implement some of there ads onto your blog. They pay on a cost-per-click basis which means you get paid generally $.XX amount per click. Depending on your blogs topic you might get paid as little as $.0X per click or as much as $XX.XX per click, this number is strictly based on the topic of your blog. For instance a celebrity blog receives low amount per click but a lot of people click the ads whereas a medical blog will receive higher amount per click but a lot less amount of clicks generally. You should focus more on what you expertise in though and less on the amount per click, because without good content you won’t have traffic, and without traffic you won’t make any money. Once you’ve added your Adsense ads you can begin looking at the other possible monetization methods of your blog. Usually the second step to making money on your blog is to implement some affiliate leads or products. Generally if you write a review for the product and post your affiliate link it can earn some sales for you depending on how targeted your traffic is. You can also sell banners and links on your blogs, either through the sidebar or in your blog posts. If you sell the links in blog posts it’d better for the SEO of your blog because you don’t want many outgoing links on your homepage. You can also join review sites which pay you to write a review on your blog. You can earn quite bit money by adding reviews to your blogs from sites like Payu2Blog. There are literally tons of methods you can utilize to monetize your blog and the more you use the better chance you have of making money. You need to ensure that you don’t overdo the ads and affiliate links though because many visitors are turned off by excessive monetizing. People understand you need to make an income, but when you make it obvious they aren’t usually impressed, so you should try camouflaging your ads into your blog posts. The most important to making money through blogging is through good content and promotion. If you don’t have content that makes people stick around then you don’t stand a chance, but if you take the time to write good content then you’ll stand a good chance. Blogging takes months before it begins earning substantial income and you should make sure you allow your blog time to earn you money before giving up on it. It doesn’t take long to write a post each day and if you can do this then the money will come.

0

How to Set Up a Sub-Domain In CPanel

www.gfydmember.com What is a Sub-Domain? A sub-domain is a domain that is part of a larger domain; a prefix before the main domain name. For example: demo.gfydmember.com videos.gfydmember.com The words demo and videos are the sub-domain of the main domain, gfydmember.com. You can actually set up a sub-domain in cpanel with any hosting company such as Bluehost or Host Monster that uses the cpanel interface. For More Video Tips Like this visit… www.GFYDMember.com ~Kimberly Bohannon & Ben Cope Co-Founders GFYDMember.com [how to set up a sub-domain in cpanel] [sub-domain in bluehost] [sub-domain in host monster] [ wordpress training] [wordpress videos] [help with wordpress] [gfyd member]

0