Jump to content
xisto Community
niran

Phpbb - Installation Tutorial ( For Newbies Based On Astahost Cpane)l phpBB 2.0.22 installation Tutorial with basic steps.

Recommended Posts

Introduction!!

 

Providing a comprehensive 'How To' tutorial guide, on the installation of phpbb 2.0.22 forum on your Xisto/cPanel account.

Tutorial includes

Downloading of files

Uploading using cPanel File Manager

CHMOD using cPanel File Manager

MySQL database creation

PhpBB initial configuration

This guid will help everyone from beginners, with images and an in depth guide of what to do.

 

Step 1

To start with we need to download PhpBB ( latest stable version is PhpBB 2.0.22 ). This can be done by visiting the PhpBB Downloads page which should look like the image below.

Before you download please hav a look at the license agreement.

Xisto's cPanel supports the .tar.gz compression file so by downloading that version, we can upload the files more easily!

 

http://forums.xisto.com/no_longer_exists/404.png

 

Step 2

A save popup should show automatically. Save that file to your hard disk as given below!

 

http://forums.xisto.com/no_longer_exists/404.png

 

 

Step 3

Now we need to upload the .tar.gz file to our hosting server. This can be done by using ftp orcPanel provioded by Xisto.com. I'm going to use cPanel for uploading the files and extracting the same. Go to the login page by typing: http://forums.xisto.com/no_longer_exists/

and login with your username and password there!

 

 

Step 4

After logging in, click on the File Manager that in associated with cPanel. using the file manager, you can upload/delete and edit the files needed!

You can find File manager as shown below ( If you are using some other theme for your cPanel, then go thru the contents, and you can find the file manager some where there!

http://forums.xisto.com/no_longer_exists/404.png

 

 

Step 5

Select public_html under the main window ( public_html is the folder that can be accessible by typing ur domain name :P )

We need to upload all the files under one sub folder in Public_html folder.

http://forums.xisto.com/no_longer_exists/404.png

 

 

Step 6

We need to upload the php .tar.gz file under the root directory. So, just click the upload files button on top of the page under public_html folder

http://forums.xisto.com/no_longer_exists/404.png

 

 

Step 7

Browse for that .tar.gz file which was saved from phpBB site and after selecting that one, click on upload button. this will upload the compressed file which contains all files associated to run phpBB forum!

http://forums.xisto.com/no_longer_exists/404.png

 

 

Step 8

Verify it by checking public_html folder after uploading. Now we need to extract the file contents! cPanel is having bulding extracting softwares!

So, all you need to do is, just click on the file name to show some options associated with that file!

http://forums.xisto.com/no_longer_exists/404.png

 

 

Step 9

Now you can see the options associated with file (.tar.gz) on the right part of the browser screen! Select "Extract File Contents" From there

that will automatically extract all the files for your forum!

http://forums.xisto.com/no_longer_exists/404.png

 

 

Step 10

This page may take a while to load as it is un-compressing a rather large file. You can see one page after uncompressing all the files like this

http://forums.xisto.com/no_longer_exists/404.png

 

(As there is some limit of img tag while posting, I can't embed images to this post! So that, Im posting the remaining parts as a reply to this post! )

 

Step 11

Now Navigate back to the directory where the .tar.gz file is currently stored. We want to delete it now. So, click on the file we have uploaded before.

that will show some options associated with that one!

Select "Delete" from that

( Note: I'm exceeding the maximum limit for the number of images in a post! So, Im posting them as link! Please excuse me )

http://forums.xisto.com/no_longer_exists/404.png

 

 

Step 12

That will send the file to trash in cPanel. You can delete the file permanently by clicking the trash icon there.

http://forums.xisto.com/no_longer_exists/404.png

 

 

Step 13

Now we need to rename the forum path ( extracting the files, will put ur forum under http://forums.xisto.com/no_longer_exists/ ). We need to rename the phpBB to some name, say "myForum"

So, click on the folder named "phpBB" on the file manager

http://forums.xisto.com/no_longer_exists/404.png

 

 

Step 14

Give the name in that input box and then click on "rename" button next to that inputbox!

http://forums.xisto.com/no_longer_exists/404.png

 

 

Step 15

Now go back to File manager and click "myForum" (your forum name) under "public_html" folder.

http://forums.xisto.com/no_longer_exists/404.png

 

 

Step 16

We need to change the permission of the config.php file. We need to give write permission that one. click on that file, and select "change permission" link link on the right part of the browser

http://forums.xisto.com/no_longer_exists/404.png

 

Step 17

In the permissions window, set permission as "666" which will allow the phpBB installation to set the variables on that file!

http://forums.xisto.com/no_longer_exists/404.png

 

Step 18

Now go to "images" folder under main forum directory

http://forums.xisto.com/no_longer_exists/404.png

 

 

Step 19

Select "avatars" under the "images" folder and that will display some options associated with that folder!

http://forums.xisto.com/no_longer_exists/404.png

 

 

Step 20

we need to give write permission for that file, so that users can upload the avatars to the avatars folder! Give permission for the folder as "777" and click "save"

http://forums.xisto.com/no_longer_exists/404.png

 

( Im posting remaining parts a reply, as there is some restriction for the number of images inside each post ;) )

 

Step 21

Now we need to create MySQL database for the forum! so, we need to go back to main cPanel window under Xisto.com

Select "MySQL Databases" under site management tools part

http://forums.xisto.com/no_longer_exists/404.png

 

 

Step 22

Give some name for the database and click save ( the name will be as urUsername_databaseName )

http://forums.xisto.com/no_longer_exists/404.png

that will show one status message for the creation of database ( Xisto.com provides 99 databases under each account :P )

http://forums.xisto.com/no_longer_exists/404.png

 

 

Step 23

Now we need to create one database user with full access to the new database!

So, give some username and password for the new user ( username will be like urHostingUsername_databaseUsername )

http://forums.xisto.com/no_longer_exists/404.png

This will show one status message as below

http://forums.xisto.com/no_longer_exists/404.png

 

Step 24

Now, we need to grant full permission for the new user to the new forum database!

For that, you need to select the user name from the drop down list and select corresponding database from the drop down list )

and give permisson as "full access"

http://forums.xisto.com/no_longer_exists/404.png

and this will show one status message as:

http://forums.xisto.com/no_longer_exists/404.png

 

Step 25

Now we are going to install the forum

The part where most people give up due to confusion but in fact one of the easiest stages. You need to go to the install page now. To visit this simply visit your forum directory and it automatically redirect you to the installation page!

so type http://forums.xisto.com/no_longer_exists/ in browser

that will show one window as below. You need to change the values in red only!

http://forums.xisto.com/no_longer_exists/404.png

 

 

Default Board Language: Simple enough. What language should guests and anyone who haven't set their language, see?

Database Type: At Xisto.Com we use V4 so choose 'MySQL 4.x/5.x'

Choose your installation method: Were installing so leave it alone.

----------

Database Server Hostname / DSN: make it 'localhost'

Your Database Name: As created in step 22. In my case my username is "niranvv" and I called the database "demo", so the database name is 'niranvv_demo'

Database Username: Also from step 23. My username is "niranvv" and created the user "demo"so the database username is 'niranvv_demo'

Database Password: In my case I chose 'password' put yo should enter the password you created in step 23.

Prefix for tables in database: Leave as phpbb_ unless you already have phpbb installed using the same database.

----------

Admin email address: The address of yourself for admin emails to be sent to (and sent from to users).

Domain name: Hopefully obvious.

Server Port: Leave at 80

Script Path: This will depend on where you uploaded to and what you called your directory later. Its in relation from public_html so if you uploaded one directory up (public_html/forum) you just need '/forum'/. If you went sevral directorys higher you would need to enter them.

Administrator Username: This is the name of your admin account for your forum.

Administrator Password: create a password for the above account

Administrator Password [confirm]: Same as above

Click 'Start Install'

 

 

Step 26

Click on "Finish installation" button

http://forums.xisto.com/no_longer_exists/404.png

 

Step 27

You need to delete install/ and contrib/ directories to run the forum

http://forums.xisto.com/no_longer_exists/404.png

 

Thats all friends!!

 

You can setup your forum free! If you need any help, please pm me or reply to this thread!

I'll install phpBB forum for u absolutely free

 

Hope you enjoyed this small tutorial!

(As there is some limit for the maximum number of images inside a post, Im posting as 3 parts! Please excuse me for that )

 

Note: You can use Mods for adding some more features to ur board! A customized phpbb 2.0.21 forum can be found here:

http://www.funlokam.com/ ( Its my personal forum with funny pics ;) )

 

Regards,

Niru

;)

Edited by Niru (see edit history)

Share this post


Link to post
Share on other sites

That tutorial was excellent, Niru! ;) You really deserve a hats off for that! ;) I had installed phpBB 2.0.20 on my site here a couple of months ago - and it took me ages to figure out how exactly the thing works! :P I had a lil' problem with the authentication too - but thanks to the user-friendliness of phpBB, I was successfully through in a few hours. From my experience, I'd like to suggest the following to your tutorial:

Step 1

To start with we need to download PhpBB ( latest stable version is PhpBB 2.0.22 ). This can be done by visiting the PhpBB Downloads page ...

 

...Step 3

Now we need to upload the .tar.gz file to our hosting server...

I'd like to comment that Xisto servers support SSH/Telnet remote access to your account. So you can login to your account using any SSH client on port 22 to get remote access over a UNIX server. There, you can remotely download the above phpBB installation tar.gz file and extract it server-side! That way, you save half your bandwidth for first downloading it to your HDD and again uploading it to the server! :P

 

Another note - the CHMOD commands should be done very carefully, duly referring to the phpBB installation manual! CHMOD the wrong or entire set of directories, and you'd be compromising your site with security issues! It seems a piece of cake CHMOD'ing directories when you're the Admin, but its not very secure for visitors! ;)

 

Also, three cheers to phpBB - their installation page (install.php) auto-detects most of your configuration, so you don't need to do much about anything, just verify whether the details are correct. phpBB was wise enough to make it mandatory to do the necessary deletions/CHMODs after installation due to security issues, so you won't be left with loop holes there! :P

 

Besides everything, my best of luck to you installing phpBB on your site! :P

Share this post


Link to post
Share on other sites

Step 7 Browse for that .tar.gz file which was saved from phpBB site and after selecting that one, click on upload button. this will upload the compressed file which contains all files associated to run phpBB forum!
http://forums.xisto.com/no_longer_exists/404.png


Step 8
Verify it by checking public_html folder after uploading. Now we need to extract the file contents! cPanel is having bulding extracting softwares!
So, all you need to do is, just click on the file name to show some options associated with that file!
http://forums.xisto.com/no_longer_exists/404.png


Step 9
Now you can see the options associated with file (.tar.gz) on the right part of the browser screen! Select "Extract File Contents" From there
that will automatically extract all the files for your forum!
http://forums.xisto.com/no_longer_exists/404.png


Step 10
This page may take a while to load as it is un-compressing a rather large file. You can see one page after uncompressing all the files like this
http://forums.xisto.com/no_longer_exists/404.png

I found it MUCH easier to upload the zip and extract. It did it in a second.

Share this post


Link to post
Share on other sites

thanks for full explaination..

Phpbb - Installation Tutorial ( For Newbies Based On Xisto Cpane)l

 

Wooooooooow,thank you :)))))I really was in a need for a direct explaination with inages for installing phpbb,,,I heared that if I want to install it to my own computer for workibg on it before I upload it to server,I do all the above steps but just before them I copy the phpbb files to the folder of the local host"server installed on my computer "IIS for example"and of course to have both php and mysql installed also on same pc...Thank you once again for that useful tutorial ;)

 

-reply by hazem_zoom

Share this post


Link to post
Share on other sites

Very detailed tutorial, too bad I already know how to install phpbb..version 3 in my case.Just something important to add, make sure you follow the permissions part because one wrong permission and it wont let you install it and/or errors. I also found that when i was with qupis it was easier to install it on these cpanels then on others. I recommend not to install with fantastico if possible as it is not as secure.Keep up the good work!

Share this post


Link to post
Share on other sites

Considering the fantastico and softaculous progress on the cpanel. I hardly doubt if these tutorials are needed anymore. I know this is old thread and many parts of this tutorial don't even apply to phpbb installation. Unless ofcourse the same thing of adding database details and etc stuff. I think softaculous is very good at keeping the installations upgraded. Fantastico on xisto servers are often un-updated and not even supported properly. You need to keep the installation updated. I hope support considers upgrading the installations once in while on servers.

Share this post


Link to post
Share on other sites

Well thanks for your execelent tutorial , well i am suffering to install the forum software but i finaly manage to overcome it .Well i never use/install phpbb before. its quite simple and i like it being using . actually i am going to do experiment with it so i need to install in my computer (localhost) server(xampp) . well i just forgot to give the username and password and with your tutorial i t solvs my problem.thanks for this tutorial.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.