You are on page 1of 72

How To

Build A Without

Free
knowing
programming
or anything else
(WordPress)

Website

Omid Hosseini
August 2016

003
3 AUDIOBOOK COLLECTIONS

6 BOOK COLLECTIONS
Copyright notice
1

Copyright notice
Omid Hosseini asserts his moral right as the author of this publication. All rights
reserved. Don’t use this book for illegal activity.
Dear reader
2

Dear reader

I am Omid Hosseini, and the book you are reading is the first book I have ever written in
English. Thank you for choosing it.
In this book you can learn how to build a free website. Don’t worry, it’s very easy! You
don’t need to know programming or anything else. You only must do as this book says.
Do it step by step and you will have a free website. Enjoy it.
I try my best but if you find any mistakes or problems please tell me. I’ll fix them in next
revision. You can download my books for free from my blog. So, please download latest
revision.
My blog: blog.y70.ir
My forum: forum.y70.ir
Dear reader
3

Contents
Copyright notice.......................................................................................................................................... 1
Dear reader ................................................................................................................................................. 2
Contents ........................................................................................................................................................ 3
1) Download the latest revision ................................................................................................................ 4
2) Host and Domain ................................................................................................................................... 8
3) WordPress ............................................................................................................................................ 14
4) Getting started with WordPress......................................................................................................... 37
5) Tell the world about your website...................................................................................................... 49
6) Monetize your site ............................................................................................................................... 53
7) Epilogue ................................................................................................................................................ 68
1) Download the latest revision
4

1) Download the latest revision

In every revision, I fix previous mistakes. So let’s download the latest revision. If this
book is the latest revision go to next chapter.
Go to blog.y70.ir . Find “CATEGORIES”. Then click “How to build a free website”.
1) Download the latest revision
5

Find latest revision and click on the download link.

Click “Download”.
1) Download the latest revision
6

Click “No thanks, continue to download”.

Save the zip file.


1) Download the latest revision
7

Extract it. Then open it.


2) Host and Domain
8

2) Host and Domain

For build a free website we need a free host, free domain, and free publishing platform.
Go to www.y70.ir .In this page click Signup for Free Hosting.
2) Host and Domain
9

Fill the form.


Note: your username is used in your free domain. For example if you choose “myfriend”
for username then your domain will be something like “myfriend.y70.ir”.
I choose “mysite”.
2) Host and Domain
10

Fill the form then click register. If your username be available then you can see this
page, if not, you must click back and try something else.

For activate your account, go to your email address.

Open activation email and click the activation link.


2) Host and Domain
11

You have to save next page or take a note of the details because you need the details
for your site.

This is my “Control panel username”.


2) Host and Domain
12

Go to www.y70.ir . Click “Login”.

For Username use your “Control panel username”. Then type your password and click
“Log in”.
2) Host and Domain
13

Click “No, I’m fine. Thanks!”

Now, you have a free host with a free domain.


3) WordPress
14

3) WordPress

Go to blog.y70.ir . Click “Download WordPress”.

Download and save the zip file.


3) WordPress
15

Go to www.y70.ir . Click Login.

For Username use your “Control panel username”. Then type your password and click
“Log in”.
3) WordPress
16

In your control panel go to “MySQL Databases”.

Type something and click “Create Database”. (I type my name)

Your database is created. Please make a note of your database detail. You need it
later.
3) WordPress
17

Click back. In your control panel go to “Online File Manager”.

Go to “htdocs”.(click on “htdocs”.)
3) WordPress
18

Click “Upload”.

Click “Browse” button under the “Archives (zip, tar, tgz, gz)”.
3) WordPress
19

Find WordPress file in your computer and open it.

Click the .

It takes some minute. Wait until upload will be completed.


3) WordPress
20

Click .

Go to “wordpress”.
3) WordPress
21

Click “All”.

Click “move”.
3) WordPress
22

Select “/wordpress”. Then delete it.

Click “Set all targetdirectories”.


3) WordPress
23

All of “Target directory” must change to “/htdocs”.


3) WordPress
24

Click .

Click .
3) WordPress
25

Click “Up”.

Find “wp-config-sample.php”.
3) WordPress
26

Select it & then click “Edit”. (same as picture)


3) WordPress
27

Find “define('DB_NAME', 'database_name_here');”.


3) WordPress
28

Now, you need your database details.

You must change “database_name_here” to your database name. My database name


is “y70_181****omid”. Select “database_name_here” & delete it. Then type your
database name.

It should be like next picture.


3) WordPress
29

Click .

Select “username_here” & delete it. Then type your database username.

Select “password_here” & delete it. Then type your control panel password. (your host
password).
3) WordPress
30

Click .
Select “localhost” & delete it. Then type your database Host Name.

Click .
Now, it should be like this.

Click .
3) WordPress
31

Find “wp-config-sample.php”. Select it & then click “Rename”.

Select “-sample” & delete it.


3) WordPress
32

Click .

Then click .

Now, open new tab in your browser and type your site address and press Enter. My
address is www.mysite.y70.ir .
3) WordPress
33

Choose your site language and click “Continue”.(I choose English.)


3) WordPress
34

Choose username and password & fill the form. Then click “Install WordPress”.

Click “Log In”.


3) WordPress
35

Enter your username & password. Then click “Log In”.

This is your wordpress control panel. You can change your site here.
3) WordPress
36

Open new tab in your browser & go to your site.

Congratulation. You build a free site.


4) Getting started with WordPress
37

4) Getting started with WordPress

If you want to edit your site you have to go to your WordPress log in page. Your log in
page is like yoursitedomain/wp-login.php . My log in page is www.mysite.y70.ir/wp-
login.php .

Type your username & password, then click “Log In”.


On the control panel, click “Posts”.
4) Getting started with WordPress
38

On this page you can write new posts or edit or delete them.
Choose the default post and click “Trash”.

Click “Add New”.


4) Getting started with WordPress
39

Enter your post’s title & type your post. Then click Publish.
4) Getting started with WordPress
40

Click “View post”.

If you want to know more about posting go to http://adf.ly/1auDsB and click “SKIP AD”.
4) Getting started with WordPress
41

In your browser click back. Click “Appearance”.

Click “Customize”.
4) Getting started with WordPress
42

Click “Site Identity”.


4) Getting started with WordPress
43

You can select or change a logo & an icon for your site and edit site title and tagline
here.

Click “Save & Publish” ,then click back.


4) Getting started with WordPress
44

I want to add a counter for counting my website visitors. Click “Widgets”.

Click “Sidebar”.
4) Getting started with WordPress
45

Click “Add a Widget”.

Click “Text”.
4) Getting started with WordPress
46

We need counter code for “Content”.

Open new tab in your browser and go to simplehitcounter.com . Change the color of the
counter as you like, then click “Get Counter Code”.
4) Getting started with WordPress
47

Select all the text and copy them.

Go back to your website tab and paste the code in “Content” area. Then click “Save &
Publish”.
4) Getting started with WordPress
48

Now, you can see your web counter.

If you want to learn more about WordPress, Have courage. Try to change theme,
colors, menu.
If you want to know more about WordPress go to http://adf.ly/1bccUl and click “SKIP
AD”.
5) Tell the world about your website
49

5) Tell the world about your website

Once your website is live, you will want some visitors. There are several methods to do
that, but firstly, you must register your website on web search engines.
Go to http://adf.ly/1dMwsY . Enter your website address and your email. Then click
“Proceed”.

Click on “Choose plan”.


5) Tell the world about your website
50

Go to your email and click “Confirm Submission”.


5) Tell the world about your website
51

Click “Click here to …”.


5) Tell the world about your website
52

Type your website address. Then click “SUBMIT”.

It’s done. I recommend submitting your websites around once a month.


6) Monetize your site
53

6) Monetize your site

Go to http://adf.ly/1cspNO. Click “REGISTER”.

Click “PUBLISHER”.
6) Monetize your site
54

Fill the form, then click “SIGN UP PUBLISHER”.


6) Monetize your site
55

Go to your email and click on activation link.

Go to your email and see your username and password.


6) Monetize your site
56

Go to http://adf.ly/1cspNO. Click “LOGIN”. Click “PUBLISHER”.

Fill the form, then click “Log in”.


6) Monetize your site
57

Type your website address, then click “Submit”.

Click “file”.
6) Monetize your site
58

Save the file.

Go to www.y70.ir. Then click “Login”. Fill the form and click “Log in”.
6) Monetize your site
59

Click on “Online File Manager”.

Click “htdocs”.
6) Monetize your site
60

Click “Upload”.

Click “Browse”.
6) Monetize your site
61

Find the file and then open it.

Click .
6) Monetize your site
62

Click . Then click .

Now, click “verify”.


6) Monetize your site
63

Click “Sites”.

Choose “Popunder” then click “Next”.

Type a name then click “Next”.


6) Monetize your site
64

Copy the HTML code.

Go to your site and log in. My log in page is www.mysite.y70.ir/wp-login.php .

Click “Appearance”.
6) Monetize your site
65

Click “Widgets”.

Drag and drop “Text” into “Main Sidebar”.


6) Monetize your site
66

Paste the code in “Content” area. Then click “Save”.

Open your site in a new tab, then click anywhere in your page. Two other tab will be
opened. One of them is from your ad and other one is from the free host company.
From now, if anyone visit your site, you earn money.
Go to PropellerAds and click “Dashboard”.
6) Monetize your site
67

In this page, you can see “Impressions” and your earning.


What is “CPM”?
Cost per mille (CPM), also called cost ‰ and cost per thousand (CPT) (in Latin mille
means thousand), is a commonly used measurement in advertising. Radio, television,
newspaper, magazine, out-of-home advertising, and online advertising can be
purchased on the basis of showing the ad to one thousand viewers. (from google)
If you have thousand impressions, you earn 0.05$. it’s not much, but it’s good for
beginning. If your site have many visitors in a day, then you can use banner ads too.

If you want to know another ways of monetizing, check my blog. I sometimes add new
sites and ways of monetizing. Blog.y70.ir.
7) Epilogue
68

7) Epilogue

Thank you for having read the book. I know! My English is not good, but I try my best to
fix mistakes. Thanks for your patience.
If you enjoyed this book, you can help me with:
 Put link of my blog on your site. http://Blog.y70.ir .
 Tell your friends about this book.
 Share it in twitter, Facebook and …
 I would love to hear what you have to say about the book. goodreads.com
 If you have money to spare, this is my PayPal email: software70co@ymail.com
and this is my PayPal.me https://www.paypal.me/omid70 .

Thanks and cheers and lots of looking forward.


This book was distributed courtesy of:

For your own Unlimited Reading and FREE eBooks today, visit:
http://www.Free-eBooks.net

Share this eBook with anyone and everyone automatically by selecting any of the
options below:

To show your appreciation to the author and help others have


wonderful reading experiences and find helpful information too,
we'd be very grateful if you'd kindly
post your comments for this book here.

COPYRIGHT INFORMATION

Free-eBooks.net respects the intellectual property of others. When a book's copyright owner submits their work to Free-eBooks.net, they are granting us permission to distribute such material. Unless
otherwise stated in this book, this permission is not passed onto others. As such, redistributing this book without the copyright owner's permission can constitute copyright infringement. If you
believe that your work has been used in a manner that constitutes copyright infringement, please follow our Notice and Procedure for Making Claims of Copyright Infringement as seen in our Terms
of Service here:

http://www.free-ebooks.net/tos.html
3 AUDIOBOOK COLLECTIONS

6 BOOK COLLECTIONS

You might also like