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

free web hosting
Free Web Hosting > Computers & Tech > How-To's and Tutorials > Websites and Web Designing

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

Niru
Introduction!!

Providing a comprehensive 'How To' tutorial guide, on the installation of phpbb 2.0.22 forum on your Astahost/cPanel account.
Tutorial includes
  1. Downloading of files
  2. Uploading using cPanel File Manager
  3. CHMOD using cPanel File Manager
  4. MySQL database creation
  5. 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.
Astahost's cPanel supports the .tar.gz compression file so by downloading that version, we can upload the files more easily!

http://img223.imageshack.us/img223/3765/63814818zq7.png

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

http://img223.imageshack.us/img223/9839/35954491ng7.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 Astahost.com. I'm going to use cPanel for uploading the files and extracting the same. Go to the login page by typing: http://urname.astahost.com/cpanel
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://img223.imageshack.us/img223/1875/61589281qw7.png


Step 5
Select public_html under the main window ( public_html is the folder that can be accessible by typing ur domain name biggrin.gif )
We need to upload all the files under one sub folder in Public_html folder.
http://img223.imageshack.us/img223/3439/88035049li7.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://img223.imageshack.us/img223/2770/91851044ix6.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://img223.imageshack.us/img223/946/26165368ml1.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://img223.imageshack.us/img223/2120/65082398fk1.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://img223.imageshack.us/img223/3580/29423082ur7.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://img223.imageshack.us/img223/197/29597781dd9.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://img223.imageshack.us/img223/801/10sm6.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://img223.imageshack.us/img223/5923/11ks3.png


Step 13
Now we need to rename the forum path ( extracting the files, will put ur forum under http://urname.astahost.com/phpbb ). We need to rename the phpBB to some name, say "myForum"
So, click on the folder named "phpBB" on the file manager
http://img149.imageshack.us/img149/4651/12gm0.png


Step 14
Give the name in that input box and then click on "rename" button next to that inputbox!
http://img223.imageshack.us/img223/4459/13hc6.png


Step 15
Now go back to File manager and click "myForum" (your forum name) under "public_html" folder.
http://img223.imageshack.us/img223/1050/14vp4.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://img223.imageshack.us/img223/4265/15vj3.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://img223.imageshack.us/img223/7828/16nk4.png

Step 18
Now go to "images" folder under main forum directory
http://img223.imageshack.us/img223/4702/17dd9.png


Step 19
Select "avatars" under the "images" folder and that will display some options associated with that folder!
http://img223.imageshack.us/img223/5097/18qu5.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://img223.imageshack.us/img223/209/19td0.png

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

Step 21
Now we need to create MySQL database for the forum! so, we need to go back to main cPanel window under astahost.com
Select "MySQL Databases" under site management tools part
http://img223.imageshack.us/img223/6646/20dt6.png


Step 22
Give some name for the database and click save ( the name will be as urUsername_databaseName )
http://img223.imageshack.us/img223/9121/21co7.png
that will show one status message for the creation of database ( Astahost.com provides 99 databases under each account biggrin.gif )
http://img223.imageshack.us/img223/5836/22lg7.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://img223.imageshack.us/img223/2870/23hx5.png
This will show one status message as below
http://img223.imageshack.us/img223/1415/24ds7.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://img223.imageshack.us/img223/2096/25yx2.png
and this will show one status message as:
http://img223.imageshack.us/img223/1294/26qz3.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://urname.astahost.com/forumDirectory in browser
that will show one window as below. You need to change the values in red only!
http://img223.imageshack.us/img223/1652/27zd9.png


Default Board Language: Simple enough. What language should guests and anyone who haven't set their language, see?
Database Type: At Astahost.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://img223.imageshack.us/img223/6430/28lp4.png

Step 27
You need to delete install/ and contrib/ directories to run the forum
http://img223.imageshack.us/img223/9879/29ly0.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.fun.niranvv.com ( Its my personal forum with funny pics wink.gif )

Regards,
Niru
rolleyes.gif

 

 

 


Reply

Omkar™

That tutorial was excellent, Niru! cool.gif You really deserve a hats off for that! cool.gif 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! huh.gif 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:
QUOTE
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 Astahost 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! tongue.gif

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! rolleyes.gif

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! biggrin.gif

Besides everything, my best of luck to you installing phpBB on your site! smile.gif

 

 

 


Reply

Team Destiny 07
QUOTE
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://img223.imageshack.us/img223/946/26165368ml1.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://img223.imageshack.us/img223/2120/65082398fk1.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://img223.imageshack.us/img223/3580/29423082ur7.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://img223.imageshack.us/img223/197/29597781dd9.png

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

Reply

theSman
thank you for this. i was planing to install phpBB on thsi host. it will help me smile.gif

Reply

iGuest
thanks for full explaination..
Phpbb - Installation Tutorial ( For Newbies Based On Astahost 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

Reply

Jezstarr
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!

Reply


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.

Recent Queries:-
  1. phpbb cpanel login download - 42.18 hr back. (1)
  2. installing phpbb 2.0 - 59.62 hr back. (1)
  3. file manager for phpbb - 69.76 hr back. (1)
  4. phpbb3 installation chmod - 73.41 hr back. (1)
  5. phpbb installation in cpanel - 79.48 hr back. (1)
  6. installare phpbb 2.0.20 - 82.07 hr back. (1)
  7. phpbb 2.0.21 installation in cake php - 163.10 hr back. (1)
  8. setup phpbb in my pc tutorial - 202.39 hr back. (1)
  9. install phpbb forum in pc - 215.25 hr back. (1)
  10. phpbb after install delete - 218.61 hr back. (1)
  11. phpbb installation tut - 245.26 hr back. (1)
  12. phpbb folder in cpanel - 257.76 hr back. (1)
  13. phpbb 2.0.22 tutorial - 263.94 hr back. (1)
Similar Topics

Keywords : phpbb, installation, tutorial, newbies, based, astahost, cpane, l, phpbb, 2, 0, 22, installation, tutorial, basic, steps,

  1. 4 Html Based Website Tips
    (4)
  2. CuteNews: PHP-based Blog System - No MySQL
    (10)
    I don't know if you guys have heard about CuteNews, but I think it's an awesome blogging
    system. If you don't know where to get it or how to set it up, here is a quick run-down.
    Download the zip file (virus free) from http://www.mysharebox.com/dl.php?key=8276639 . 1) Unzip
    the file. 2) Make a folder titled "cutenews". 3) Upload the contents of the cutenews folder into the
    one you've just created. 4) CHMOD the file index.php to 777. 5) CHMOD the folder "data" to 777.
    6) Then CHMOD all the files and folders inside of "data" to 777. 7) Go to http://YO....
  3. Mambo-Invision Power Board Bridge Advanced Install
    IPB4Mambo Installation Instructions (4)
    Here is a tutorial I did for Antilost.com. Thought it might be useful here as well. Original Post
    QUOTE(vujsa @ www.AntiLost.com - May 13 2005 @ 12:31 AM) Tutorial Finished!
    Here is the deal, the original release of invision4mambo is no longer supported by the individual
    that developed it.  Additionally, the bridge was written for Mambo 4.5.1 but doesn't work for
    Mambo 4.5.2.  The installation method for invision4mambo is what causes the bridge not to work
    for newer versions of Mambo.  This is caused by original Mambo files being co....
  4. How To Build A Php Bb In 5 Steps
    (0)
    Well i was browsing when i saw this good article on building a phpbb forum. I didnt create it...
    /tongue.gif' border='0' style='vertical-align:middle' alt='tongue.gif' /> Jus wanna share with
    ppl here esp newbies.. CODE http://www.sitepoint.com/article/build-a-phpbb-forum it
    goes like this... If you're thinking of setting up a forum for your Website, you need not start
    from scratch. The open-source script, phpBB, can easily be installed on most Web servers. This
    article will describe how to do it right, from downloading through to customisation. T....

    1. Looking for phpbb, installation, tutorial, newbies, based, astahost, cpane, l, phpbb, 2, 0, 22, installation, tutorial, basic, steps,

*RANDOM STUFF*





*SIMILAR VIDEOS*
Searching Video's for phpbb, installation, tutorial, newbies, based, astahost, cpane, l, phpbb, 2, 0, 22, installation, tutorial, basic, steps,
advertisement




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



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute your information that might help someone here.
Ask your Doubts & Queries to get answers.. "Together, We enlight each other!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE