The following is a guide for installing the PLR Websites and Amazon Turnkey Websites we sell. Since hosting services vary this is a generic guide. What follows may not match your hosting set up exactly.  Before requestinmg support, we do ask that you re-read the installation instructions carefully. Also double check everything is uploaded and uploaded to the correct location. The only support issues we see with these sites is when they are not install correctly,
when the instructions are not followed.

Support Notice – We only provide support for those who purchase directly from our site. If you’ve purchased one of our products from some one else, you will need to contact the seller for support.

BIG TIP: Before we get started I want to give you a big tip that could eliminate some frustration or a blog or web site that does not work and you don’t know why.

Whenever your naming files and directories (folders) always use lower case and never use spaces. Reason being, if you use upper case or spaces, you’ll likely run into problems such as your blog not working, because of the difference in file or folder names.

Many web servers are also case sensitive, so often something like “Bodybuilding” is not the same as “bodybuilding”. Using the prior will likely cause your blog to not work or not work properly. As I’ve said, I know because I’ve done it myself, more times than I care to count.

The main key is to be consistent. Computers and web servers are only machines; they only do what you tell them. They do not break things on their own, nor are they usually responsible when your web site doesn’t want to work after you’ve uploaded it.

*** IMPORTANT*** All the blogs and niche stores we produce work properly, as shown by the demo’s for each product. The demo files are the same ones included with the package you receive,
except for a few different settings.

The only support issues we receive are when the blogs are not installed properly. It is very important to remember that these blogs and niche stores are not installed like a normal install of WordPress. The reason they are not installed the same as you do when you install WordPress, is because they come pre-loaded with content and settings. There fore they must be installed a little differently, so that the content and settings are automatically available on the blog after installation.

Don’t worry, there are no more steps for these packages than there are for a normal blog. Actually the real beauty of these packages are the major times savings you get because they do not have to add the content, install plug-ins or change any settings.

Once installed, they are loaded and ready to go! Once installed, everything is included and set up for you. We know you have better things to do with your time, like make more money.

If you are new to blogs or WordPress, or you do not have much experience, you might want to check out a nice video training set we have for WordPress. Not only could you learn from it, but you could turn around and sell it as well and keep all the money. Learn and earn. Not a bad deal huh?

Okay, with that out of the way, we are really going to get started now…

It might be best to print this out so that you can refer to it later if need be.

Let’s get to it…

Installing the Blog:

I will first give a general overview for those that have experience with installing blogs, so I don’t boar you, and then I will go into more detail, if you’re not quite as experienced.

This package might be a little different than most people are use to. This package comes with the complete WordPress blogging system, there is no need to install WordPress, it’s included. Along with WordPress, it also comes with the theme, images, plug-ins and content, all pre-loaded. A very simple install and set up process.

IMPORTANT: You cannot install WordPress from your Cpanel, and then try to make these work, it will not. I see many people do just that.

Quick Install Steps

1. Create a Database

2. Import SQL File

3. Edit wp-config.php file with your database settings

4. Upload all files within the Upload Folder

5. You’re done. Type in your blog website address and you should see it.

Was that easy or what?

Let’s Get a Little More Detailed…

This is not as difficult or as complicated as it might seem. While it might seem like a lot below, there are only a few steps and once you’ve done it a couple times, it will be a breeze. So don’t get all nervous before you’ve started, it’s not that bad.

Also, the following instructions use Cpanel and the phpMyAdmin program, which are included with most hosting packages. Your hosting services may be different, in such case, contact your hosting service if you need further assistance.

 

1. First you’ll need to create a database to hold your blogs information, content and settings. This can usually be done through your control panel (cpanel) with your hosting service. From within the cpanel, locate the database management section. There should be a way to add or create a new database. Follow the steps and create a new database. It is very important to keep a note of the new databases, database name, user name and password, as these will be used in another step.

 

2. Next you will need to create the structure for the new database. This is very easily done with the included, install.sql file, located with in the “Install” folder. The best way to complete this step is to use phpMyAdmin, which is a database management program and available with most hosting packages.

Once logged into the phpMyAdmin system, make sure you choose your new blog database, do this by clicking on its name in the drop down menu to the left. Once selected you should see the database structure on your screen. From there click the “Import” tab at the top.

You should come to a screen that shows “File to Import” with a “Browse” button.

Click that browse button and locate the install.sql file for the blog package, again, in the install folder. Either double click that file or click on it and click okay.

Scroll down to the “Go” button and click it. This should now read the sql file into your database and create the structure for the database.

Basically you are importing or reading the SQL file into your new empty database. This is important because the SQL file contains all the content and settings for your blog.

That’s all you really need to do with the database. Remember, if you mess up, you can always delete the database and start over, it’s no big deal and you’re not going to break anything.

 

3. Next step is to edit the config file so you can enter the database details you obtained in step 1. Your blog needs to know where to find the database and the user details for the database, so the blog can access the database. Using your favorite php editor (Windows Notepad will work as well, just don’t use a word processor program), open the “wp-config.php” file that is in the Blogs Upload folder.

First you’ll need to edit the following lines:

define(‘DB_NAME’, ‘dbname’); // The name of the database
define(‘DB_USER’, ‘dbuser’); // Your MySQL username
define(‘DB_PASSWORD’, ‘123456’); // …and password

The above is just an examples, your file may differ. In the above example you will need to replace the dbname with the database name from step 1. Next you will need to change the dbuser text to the database user name you obtained in step 1 as well. Next, change the 123456 in the third line to the database password, again from step 1.

Next, find the following lines:

define(‘WP_SITEURL’, ‘http://www.yourdomainname.com’); //!!!!!!!!!!!!!!!!
Change this to your own…!!!!!!!!!!!!!!!!!
define(‘WP_HOME’, ‘http://www.yourdomainname.com’); //!!!!!!!!!!!!!!! Change this to your own…!!!!!!!!!!!!!!!

On these two lines you will of course need to change http://www.yourdomainname.com to your own web site address, the web address where the blog will be located on your website.

It is VERY important that you enter the correct information for the above, if you do not, your blog will not work properly or it may not work at all.

 

4. The last step is to upload the blog files. Using your favorite ftp program, upload all the files within the “Upload” folder, do not upload the folder itself, only the files inside it.

That’s it; you have now installed the blog. As you see, once you’ve done it, you’ll find it’s pretty easy the next time.

Next type in the url to your new blog, if all goes well, you should see your brand new niche blog! If it does not work correctly, please read this installation guide over again to make sure you’ve done the setup properly.

 

Some trouble shooting thoughts. If you receive any database errors, such as, “Cannot connect to database” or similar, here are a few possible reasons:

1. install.sql file was not imported into the database or not imported properly

2. Database was not created

3. Database information was not added correctly to the wp-config.php file.

 

If any part of the blog does not work properly:

1. All the files were not uploaded completely

2. The url was not added to the wp-config.php file correctly

3. A folder was named improperly, such as upper case

4. Database information was not adding to the wp-config.php file, was not entered correctly or the file was not upload, or not uploaded the properly place on your domain. (Usually this issue will give you a connection to Database error message)

 

Hopefully those trouble shooting tips will get you through any problems. We’ve installed every one of our niche blogs, so we know they work.

We are happy to help our customers in any way we can, but we ask that you please read these instructions carefully and double check your work.

While we really enjoy communicating with our customers and do everything we can to aid them, we are not responsible for editing blogs, files, theme’s, plugins or related files. And we can only assist with what comes with the original website.

As a last reminder, we can only support those who purchase directly from our store.

If your a customer and your stuck, don’t hesitate to get in touch through our Support Ticket System.

Next step is to set your site up and we have it covered here: PLR Website Setup.

Thank you for your business, it is greatly appreciated!

Ron Killian