Jul 4, 2009

How To Set Up A Phbb Forum On A Simple Page. - simple page link to phBB

free web hosting
Open Discussion > MODERATED AREA > Tutorials

How To Set Up A Phbb Forum On A Simple Page. - simple page link to phBB

savge17
Ok, I am going to teach you how to set up and include a phBB Forum on your web site hsted on your local computer set up as a Server.
This tutorial references to snlildude87's tutorial at http://www.trap17.com/forums/-t20432.html.
You have to set up a MYSQL DATABASE and a Apache server sucessfully in order for this to work. Do that first then come here and we can start.

Ok, Now that you got your Apache server set up and your MYSQL Database setup according to the Tutorial from snllildude87, lets BEGIN!

Step 1: First off you got to have a working HTML page with a button or link of some sort to point towards your forum. Set up your page so it has a working link.


CODE
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML>
<HEAD>
<TITLE>Setting up A phBB forum</TITLE>
<LINK REV="made" HREF="mailto:youremail@email.com">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
<META NAME="generator" CONTENT="NoteTab Light 4.95">
<META NAME="author" CONTENT="yourname">
<META NAME="description" CONTENT="">
<META NAME="keywords" CONTENT="">
</HEAD>

<BODY BGCOLOR="#000000" TEXT="#FF0000" LINK="#0000FF" VLINK="#800080" ALINK="#FF0000">

<H1>Setting up A phBB forum</H1>

<P>Click <A HREF="hi">here</A> for the forums!</P>

<HR>
<P><SMALL>Created on ... December 06, 2005</SMALL></P>
</BODY>
</HTML>


There is your code. We will replace <A HREF="hi">here</A> with the proper code later on in the tutorial.

Step 2: Ok now since we got a working page and a working link lets upload the index.html or w/e named your html file into: D:\apachefriends\xampp\htdocs ( under xampp> htdocs, where u find it put your website there.)
So now lets test this webpage to see if it works. Go to: http://yourip.nameofyourhtmlfile.html. If that doesent work check to see if its in the right directory if not still ask for help.
The setup page should look a little somthing like this: http://img.photobucket.com/albums/v620/tom...lphbbforum1.jpg (ignore the path or loc of file. Just as long as its in htdocs ur okay.)




Step 3: Ok so now where do we go from here? well its time to install phBB forums. Be sure to have the latest version of phBB installed FROM: http://www.phpbb.com/. Now unzip the file to your destop from wherever u downlaoded it to. The file on your destop should be named phpBB or something like that. Rename this file to "forums" and place it or upload it into the htdocs directory. Now you should have a new folder named Forums. When you click in forums there should be a whole bunch of folders like: Admin, Contrib, Docs, ect. now next step. Installing phBB!


Step 4: Time to install phBB! so start with opening your website to the homepage(AKA: index.html or w/e u called it). Now, the website's adress should be something like:http://yourip/nameofyourhtmlfile.html, so re-write it so it says: http://yourip/forum/install/install.php. This should lead you to a screen where you have to enter in amounts of data.

QUOTE
You need to enter the database information into the blank fields in the installation. Your database name is going to be the name of the database you just made, which in this case, would be "phpbb" without quotation marks. The default database username for Uniserver is "root" without quotation marks. Enter that into database username field. The password field is to be left blank because the Uniserver database has no password be default. On any host that you might pay for webspace from, or even free hosting, your MySQL database will ALWAYS have a password. You then need to fill out Admin Email Address, Admin Username, and Admin Password.


After everythting is installed delete your install.php and contrib.php files for security reasons. Now to use your forum go to: http://yourip/forum/install/login.php or http://yourip/forum/install/index.php (it doent matter the login one give you a chance to register or login and begin creating your forums! If you are having trouble please post your problems here. wink.gif

Step 5: Ok so now the phBB forums are working on your site, but you want to be able to access your forums without typing in the commands. Ok remember this? http://photobucket.com/albums/v620/tommywe...lphbbforum1.jpg now its time to make that link into a working one. Simply take the code we used before:

CODE
!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">

<HTML>
<HEAD>
<TITLE>Setting up A phBB forum</TITLE>
<LINK REV="made" HREF="mailto:youremail@email.com">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
<META NAME="generator" CONTENT="NoteTab Light 4.95">
<META NAME="author" CONTENT="yourname">
<META NAME="description" CONTENT="">
<META NAME="keywords" CONTENT="">
</HEAD>

<BODY BGCOLOR="#000000" TEXT="#FF0000" LINK="#0000FF" VLINK="#800080" ALINK="#FF0000">

<H1>Setting up A phBB forum</H1>

<P>Click <A HREF="hi">here</A> for the forums!</P>

<HR>
<P><SMALL>Created on ... December 06, 2005</SMALL></P>
</BODY>
</HTML>



Look for

CODE
<A HREF="hi">here</A>



Now see the "hi" in quotes? Thats the file the browser is going to look for on the server. So simply rename it to the location of your index.php or login.php for the forums!

Now it should be something like:

CODE
<A HREF="forum/index.php">here</A>

(NOTE: you can also use forum/login.php instead of the index, only difference is there will be a login prompt instead of viewing the forum.)


CODE
<P>Click <A HREF="forum/index.php">here</A> for the forums!</P>

( we need the full script because the part that says Click "here" is a hyperlink.)

So now when you click on "here" it should lead you directly to your forums! http://img.photobucket.com/albums/v620/tom...lphbbforum1.jpg

I hope you guys found this tutorial helpful and useful. Thanks. smile.gif
-Savge

Notice from jlhaslip:
fix typos

 

 

 


Comment/Reply (w/o sign-up)

Megahalo
I don't get the point of this tutorial. wink.gif

Comment/Reply (w/o sign-up)

Glockmeister
I think it about incorperating a phpbb forum, into a html page.

Good, I think. But I don't think i will be using that.

Comment/Reply (w/o sign-up)

UltimateStar
Wow! ThnX for the Explanation. It really helped a lot.But still i have some problems installing the phpBB2 on my Trap17 account.. Are you able to host phpBB Forums on Trap17. If so Can somebody help me with it. ThnX in Advance!

Comment/Reply (w/o sign-up)

NDPA
UltimateStar, yes you can install and use phpBB forums on Trap17.com. Fantastico has a feature for doing that automatically for you.

However, I should warn you that there is a little glitch. Once you setup a phpBB forum, on your first visit you must make at least one post, or else the database may crash. I don't know why this is, but it happened to me.

Comment/Reply (w/o sign-up)



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*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)

Similar Topics

Keywords : set, phbb, forum, simple, page, simple, page, link, phbb

  1. Azurian Skin
    put on forum (0)
  2. Add Flashing Inbox To Invisionfree Forum
    Html code for invsiionfree!! (2)
    Do you find it annoying when you are on your invisionfree forum, and you get a new message, and it
    ends up taking you 5 minutes to notice? This code makes the inbox link flash bold red saying how
    many messages you have. In version 1 the word inbox stays the same, and doesnt change at all (for
    Example this is flashing: Inbox (2) In version 2 (the second code) the word inbox changes to
    messages (constantly, so that if you have none, it says messages (0) instead of inbox (0). It still
    flashes Red Put the following In the Header and Body Section (Admin Cp>>>Skinning ....
  3. Invisionfree Skin How-to Put On Your Forum
    A skin I partially made, I show you how to put on your forum. (1)
    Hey All who may want an invisionfree forum skin, because they are tired of their old, boring,
    squarish one. Well I helped with this skin, and I'm going to give an explanation for starting
    users, so that they may too, have a nice forum skin! First of all, when installing a new skin on
    your board, no upload or download is needed. You will most definately have to replace your old forum
    CSS or "Style sheets" (as called in the invisionfree Admin CP). You will almost all the time have
    to place something in the footer (in Board wrappers IN THE ADMIN CP), and usually a head....
  4. How To Setup A Website After Your Forum
    (3)
    This tutorial is about how to setup a website after you have setup a forum. That means, you have a
    forum, and are wanting to add a website. This tutorial will show you how to create the website in
    your root directory(Example: http://domainname.com) , while your traffic gets redirected to your
    forum while you are creating it, until you're ready for guests to see it. This method is
    opposed to setting it up in another directory, then moving it(particularly more time consuming if
    you're site is PHP based). First of all, you are going to want to setup a redirect ....
  5. Install An Aef Forum Onto The Trap17
    From a zip file (11)
    Installing an AEF Forum on the Trap17 Server Preparation for Installing the AEF Forum
    The following items are required for the installation of the packaage onto your site: 1. - a copy
    of the AEF Forum zip package from http://anelectron.com/download.php 2. - a MySql Database 3. - a
    Database User 4. - a password for the Database User 5. - Privileges allowed for the Database User
    The details for ensuring that you have all of these items are as follows: 1. - a copy of the AEF
    Forum zip package from http://anelectron.com/download.php . Simply browse to t....
  6. Adding An Aef Forum To Snews Cms
    "almost" integrated (2)
    Adding an AEF Forum to sNews CMS Although not truly integrated, here is an explanation of the
    steps I took to have an AEF Forum Software present itself as an 'integrated' page on the
    sNews CMS. 1. Download a standard sNews version 1.6 Content Management System. Instructions are
    found on the sNews site. (refer to link list below) There are several flavours of sNews. This method
    has only been tested on the sNews 1.6, but should work on other versions as well. 2. Created a
    MySQL Database and user, Modded the snews.php, and took the usual steps for installin....
  7. How To Make A Decent Forum
    Some great tips on how to make and maintain a good forum (8)
    -Firstly, come on, use a decent forum system. Visitors to forums hate advertisements. The best way
    to guarantee no ads is to host it yourself. There’s loads of free web hosts out there- there’s loads
    of free forum software, too. So, come on! It doesn’t take much energy to find a good host and upload
    some files. I think the two best forum softwares to use are SMF(www.simplemachines.org) and
    phpBB(www.phpbb.com). -Secondly, if anybody is actually reading the topic with the link to your
    forum in, they must be dedicated to this one, and not many people are dedicated to load....
  8. How To Create Forum Smilies
    Make smilies for your forums! (3)
    Wanna make your own pixel smilies! For cutenews, your forums, websites, etc.. What you need: A
    graphics program that allows you to zoom in very closely to an image (paint is OK... but not the
    best...) OPTIONAL... a program that has a grid when you zoom in (most graphics programs have them)
    I'll use a program called paint.NET START 1. Copy this image and paste into a graphics
    program 2. Then ZOOM so you can see the image close up. For easy use make sure it is in some sort
    of "grid mode" Example: 3. Draw your eyes, face, nose, ears, etc... Your *may* wan....
  9. Aef Forum Modifications [resolved]
    Header bar, Footer Bar and Styling them (3)
    Here are a couple of Tutorials I have posted on my AEF Forum hosted here at the Trap17. Since the
    Tutorials are already published, I will merely link to them. Header Bar Information :
    http://www.jlhaslip.trap17.com/aef103/index.php?tid=11 Footer Bar Information :
    http://www.jlhaslip.trap17.com/aef103/index.php?tid=10 Styling the Header/Footer Bar :
    http://www.jlhaslip.trap17.com/aef103/index.php?tid=16 The first two are about how to add some
    html code to the space reserved in the Forum layout for an optional Advertising spot. I adapted some
    code so that several ....
  10. Install A Simple Machines Forum
    (11)
    If you want to have your own Simple Machines running up without any ADs of any kind , sign up at
    Trap17 and posting until you have enough credits then post an application form and then wait to be
    approved. After that , do like this and you will have your own forum setting up : 1.Download
    Simple Machines You can get it at Simple Machines download page , click here to get one
    2.Upload SMF to the Server This step is too long so be patient , log in to Trap17 forum then log in
    to your own cPanel , click on File Manager. A pop up Explorer will appear , then click on ....
  11. Embedding Videoclips Into Pbpbb/nuke Forum Posts
    (0)
    This is something i've been playing around with today, & the result is pretty good. If you want
    to give your members something to do, place some music videos/any videos/.swf files into posts on
    your forum. By incorporating a poll they can vote on them aswell. First, in the admin
    menu/configuration, find 'Allowed HTML tags' & make sure it shows the following:
    b,i,u,pre,embed,object,param name,value, An excellent source of practically unlimited free
    material can be found at youtube.com & they are even kind enough to give you the code to embed the
    videos.....
  12. Php Script To Make A Link List
    From the list of the Directory Files (6)
    Well, it has been a while since I have added anything to the Tutorial Sectiion, so here is another
    script for the members to enjoy. This one creates a list of links from the contents of the directory
    which it is run from. For instance, if you run it from the public_html folder, then all the files
    (not the Directores) are listed and linked so when you click on the link, that file is parsed and
    output to the browser. Here is the code: "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    An XHTML 1.0 Strict Page to List the files in this directory ....
  13. Custom Bbcode Tags In Smf
    adding extra tags in a Simple Machines Forum (0)
    Adding custom BBCodes to your Simple Machines Forum is really very... simple. First, you will need
    to download three mods from the package manager. Faster Parsecode, ModSettings Textarea, and of
    course Custom BB Code. Once you have those mods set up you will need to go into your admin section
    and click on your "Edit Features and Options" link. In the Basic Forum Features section you will now
    find a "Custom BB Code tags" box. This box is where you will put your custom codes. You can add as
    many as you like, one per line. Let's break down the bits of a simple tag tha....
  14. How To Create Html Page Anchors
    Click A Link And Take You To A Certin Place On The Same Page (5)
    Have you ever wondered how people have a normal link but all it does it take you to the middle of a
    long page? well here is a solution DEMO: Here Ok well first off for the link it will be just
    like a normal link code except you wont put a http://URL.com/file.php it will look somthing like
    this QUOTE name ">Click This Link! there must be a # sign in front of this to work.. now,
    for the content that the person will be re-directed to after clicking the link QUOTE name ">
    the items in bold is what you need to change QUOTE name "> if yo....
  15. Putting A Signature On The Forum
    A tutorial on how to put a signature on here (41)
    Concidering it is a part of the rules that we put signatures in the signature portion instead of
    typing it every time you make a post, i made this to tel people how to put the signature up for
    people to see. It will automaticly be added to the end of every single post you make! First Off you
    need to go to "My Controlls" which can be found in the top right hand side of the screen...
    Once you are in your controlls look on the left hand side for "Edit Signature" once you are
    there you should see a screen like this that shows your current signature for ex: mine ....
  16. Installing A Phpbb2 Skin
    Popular forum software (5)
    I tried installing a new phpbb2 forum skin on my website for weeks and didnt get it to work, but
    it's very easy... 1. Upload the skin / template to the templates folder of your phpbb2
    directory (eg. public_html/forums/templates), make sure you don't upload the zip archieve or a
    directory containing the directory where the template is in, the folder you need to upload usually
    contains a lot of .tpl files an images directory a .css file (or multiple) and if your template
    contains an admin re-skin an "admin" folder. NOTE: If you use PHP-Nuke the directory where....
  17. Pet/animal Care Forum
    Online veterinary advise (18)
    Hi I am A veterinarian and would like to offer through this forum an online tutorial and
    consultation service... For a start lemme tell you something about training, feeding and breeding
    your pets... QUOTE Training Pets Training pets Dog training is an art and science. It is
    very important for your dog to be trained at least to the extent of obeying your basic commands. The
    training must be methodical and must be regularly carried out. An obedient dog is an asset and also
    required for the owner’s safety. An untrained adult Alsatian or Doberman can be quite letha....
  18. Phpbb Forum Site Transfer
    How to do it, step by step instructions (20)
    I'm sure many of you out there have used phpBB at some point. To those who enjoy running forums
    and online communities, specifically supporting phpBB, I am about to tell everyone how to restore
    the forums database from one website, to another. This is presuming you do not have any mods or
    hacks installed. Some of you may find this information useful. Here is the scenario: Let's say
    you have forums running phpBB version 2.0.17 (currently the latest one). You have decided that you
    want to move your forums to a whole new URL and provider, and as an added bonus, ch....
  19. How To Create A Phpbb Fm
    Create a Fully Modded forum. (52)
    1. Well once you get the file onto your computer, your going to need an FTP client. I suggest Core
    FTP, just do a Google search for it, and theres a free version, which I use, and is just great. 2a.
    I'm guessing you already have an unzipping program to unzip the file you're downloading, so
    we'll skip that step. 2b. Go to http://phpbbfm.net . On the left side, e little below the top,
    click on the Zip link, which will download the file. Unzip the file you just got. 3. Once all the
    files have been unzipped from the main file you just got, find the folder tha....
  20. Search! Please Look In This Forum And Check That
    another one has not been made! (5)
    I thought this was neccasary because we have had multiple times of this occuring. Or else, we will
    have repeating tutorials and it will be completely pointless, not only that, you will also lose
    HOSTING credits, if we end up deleting your tutorial if there is already one on it!....

    1. Looking for set, phbb, forum, simple, page, simple, page, link, phbb

Searching Video's for set, phbb, forum, simple, page, simple, page, link, phbb
See Also,
advertisement


How To Set Up A Phbb Forum On A Simple Page. - simple page link to phBB

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com