Jump to content


Create a webserver with PHPbb


  • Please log in to reply
10 replies to this topic

#1 Exploding B0B

Exploding B0B

    Advanced Member

  • Members
  • PipPipPip
  • 74 posts
  • Country:UK

Posted 28 October 2005 - 05:57 PM

After having helped kw13 setup a server with IPB on it, I thought, “what a great idea for a guide”. So here it is. This guide will explain how to setup phpbb2 (I chose this rather that IPB because it is available for free) on your own PC step by step.

1)Download and install XAMPP (it's up to you if you want it be installed as services). You can get it here at http://www.apachefriends.org/en .
Posted Image

2)After you have installed this you will be asked if you would like to open the XAMPP Control Panel. Select yes and click the buttons labeled start next to Apache and mySQL.
Posted Image

3)Download PHPbb and copy the contents of the the main PHPbb2 folder into the ht-docs directory (it will probably be at c:\program files\xampp\ht-docs on most pcs depending on where you chose to install xampp). Note: You may delete anything that is already in there if you wish and you may also put your phpbb files into a directory such as “forums”.
Posted Image

4)Enter "http://127.0.0.1/yourforumpath/install/install.php" ( without the " ) in your browser and replace 'yourforumpath' with the path to your phpbb files as seen from htdocs. example: if your phpbb is in C:\program files\xampp\htdocs\forums\, then enter 'http://127.0.0.1/forums/install/install.php'.
Posted Image

5)Open another browser. Enter http://127.0.0.1/phpmyadmin/

6)Create a new database in phpmyadmin, that means: just enter a name for the database and click on create.
Posted Image

7)Fill in the values on the phpbb install.php page like this:
Database type = mySQL 4.x
Database Server Host name = 127.0.0.1
Your Database Name = This is whatever you called your database earlier
Database Username = root
Database Password = There is no password
Prefix for database = You don't have to put anything here however if you are using the same database for multiple sites then you may wish to give it a prefix that you will remember.(e.g. Phpbb_)

8)Fill in the details for the Administrator user

9)You should now be done. To test it you can input the local ip, external ip or 127.0.0.1 (this one only works on the pc it is installed on).

10) Enjoy :D.

Guide best viewed at 1280 x 1024 or higher (although is fine with everything else). Thanks to ImageShack for Free Image Hosting.

EDIT: As shadowfox has stated below, the steps for IPB are very similar. The only noticable change is that to get to the install screen on IPB the url is http://127.0.0.1/you...stall/index.php rather than install.php.

Edited by Exploding B0B, 28 October 2005 - 06:26 PM.


#2 ShadowFox

ShadowFox

    High Priest

  • Members
  • PipPipPipPipPipPip
  • 4,969 posts
  • Location:Tempe, AZ
  • Interests:An abundance :P
  • Country:United States

Posted 28 October 2005 - 06:17 PM

P.s. it works with IPB too O.o

and It's an AWESOME guide :D

#3 Linoman

Linoman

    Established Member

  • Sponsor
  • PipPipPipPipPip
  • 1,536 posts
  • Country:South Africa (Cape-Town)

Posted 28 October 2005 - 07:25 PM

Great guide, gonna setup my own webserver tonight.

#4 Neon

Neon

    Karl

  • Members
  • PipPipPipPipPipPip
  • 4,728 posts
  • Country:Space

Posted 29 October 2005 - 10:24 PM

Hey lino how did it go mate?

I really found the whole thing usable (i am on IPB though ;) )

intend to use it for ORGANIZATION, for college, my uncle and aunt are both in social work and intend to use it for Work and to save burning files to CD...just upload to a forum and through the IP get it at work ;)

#5 ShadowFox

ShadowFox

    High Priest

  • Members
  • PipPipPipPipPipPip
  • 4,969 posts
  • Location:Tempe, AZ
  • Interests:An abundance :P
  • Country:United States

Posted 30 October 2005 - 04:28 AM

I plan to use it for evil ;)

but that's not you guys's fault... it's mine ;) I take full responsibility for my actions.

... and consequences O.o

#6 Linoman

Linoman

    Established Member

  • Sponsor
  • PipPipPipPipPip
  • 1,536 posts
  • Country:South Africa (Cape-Town)

Posted 30 October 2005 - 09:23 AM

I set it up, but for somereason the Apache system won't work. I'll have to sort that out and find out why.

#7 Neon

Neon

    Karl

  • Members
  • PipPipPipPipPipPip
  • 4,728 posts
  • Country:Space

Posted 30 October 2005 - 09:42 AM

I'll help ya lino ;)

#8 Exploding B0B

Exploding B0B

    Advanced Member

  • Members
  • PipPipPip
  • 74 posts
  • Country:UK

Posted 30 October 2005 - 12:56 PM

View PostLinoman, on Oct 30 2005, 09:23 AM, said:

I set it up, but for somereason the Apache system won't work. I'll have to sort that out and find out why.
If you are running Windows Server 2003 you will have to go to Start --> Run and type inetmgr. In that IIS thingy you need to delete the default site that is there. If you are not running Server 2k3 you will have to ensure that your firewall is not blocking port 80 and that there is no other web server software taking control of port 80.

#9 ShadowFox

ShadowFox

    High Priest

  • Members
  • PipPipPipPipPipPip
  • 4,969 posts
  • Location:Tempe, AZ
  • Interests:An abundance :P
  • Country:United States

Posted 31 October 2005 - 03:36 AM

umm are you sure about the inetmgr ? because I have sever 2k3 and I get aome kind of error telling me to make sure I typed it correctly.

#10 Exploding B0B

Exploding B0B

    Advanced Member

  • Members
  • PipPipPip
  • 74 posts
  • Country:UK

Posted 31 October 2005 - 10:09 PM

View PostShadowFox, on Oct 31 2005, 03:36 AM, said:

umm are you sure about the inetmgr ? because I have sever 2k3 and I get aome kind of error telling me to make sure I typed it correctly.
Works for me. I'm not sure if it makes any difference but I am running Server 2k3 Small Business Server Premium. (with no service pack or R2 thingies)

#11 ShadowFox

ShadowFox

    High Priest

  • Members
  • PipPipPipPipPipPip
  • 4,969 posts
  • Location:Tempe, AZ
  • Interests:An abundance :P
  • Country:United States

Posted 01 November 2005 - 04:50 AM

I am running Sk3 Enterprise, it doesn't recognize the command




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users