Installing PhpBB On GoDaddy

While the installation instructions included with mostMost of these installs assume that "localhost" will work
open source software are fantastic, I always seem to(as it does on say hostgator), but on GoDaddy, you're
find something missing. Of course that missing piece isdatabase is not necessarily on the same machine as
usually host specific, otherwise they would have it inyour web server, so you need to specify an address
their documentation. With that in mind, installing phpBBlike myname.myserver.net in order to find that address
forum software on a GoDaddy hosted server is quiteyou need to open your database from the hosting
easy. I'll document the installation step by step.manager and the address will appear in your title bar.
The forum software, phpBB, which stands I assumeEither that, or go to the MySQL databases section and
for PHP bulletin board is a really nice piece of freeclick on the pencil. The url for your database should
open source software. It allows you to run a forum,appear somewhere on the screen.
also known as a bulletin board, on your web siteI've set up my database on GoDaddy and I know my
assuming you have the following.IP address for it (I'm not going to give you the real
1) Your web server needs to support php (asaddress, or logon id, or passwords here, so don't even
godaddy does at least certainly on their linux offerings).bother looking :-)
2) You need access to a MySQL database.Your phpBB files are in your forums directory on the
- actually, technically you need one of the supportedserver and you know your godaddy database IP (also
databases, but since I'm writing this in the context ofusername, dbname and password). Now you're ready
running it on godaddy, let's consider MySQL theto start the install. To do this, just go to the URL you
de-facto standard.installed the files to. Now all we need to do is follow
Let's get down to installing phpBB on The first thingthe instructions.
you need to do is download phpBB. You can find thisI will only mention the items that I am changing in the
by doing a search on google, or by going to Openinstall. Everything else is left as default.
Source Depot.1) Database Server HostName/DSN in this box I will
Once you've downloaded phpBB to your localput in my db IP address foo.myserver.net (of course
machine, you'll need to unzip it. After unzipping, you'll findmine is different...but I'm not telling what it was, for
a folder with all the phpBB files in it. In fact, with thesecurity reasons).
version I downloaded it was several folders deep.2) Your Database Name (the name you specified
Create a folder on your server to put your phpBBwhen creating your database.
install. On my server, I've decided to put phpBB in my3) Your Database User Name (with godaddy, the
opensourcedepot/forums folder. the foldersame as your database name).
opensourcedepot already existed, so I needed to4) Database password. The password you specified
create a sub folder called forums. I did this using FileZillawhen creating the db.
(the FTP client program that I like to use).5) prefix for tables in database. This is defaulted to
So, now I change to the forums directory and "put" allphpbb_ I changed it to phpbb_osd_ just in case I want
the files and folders contained in my phpBB folder toto install more than one forum on this db.
the server. It's the directory with the admin folder and6) Admin Email Address - that's kind of obvious, type in
all the files, basically take everything recursively down.the e-mail address.
I'm writing this as I'm doing a the install for the forums7) Administrator Username (choose one).
at Open Source Depot (and taking screen snapshots8) Administrator password (again, choose a
along the way). Right now, my ftp client (FileZilla) ispassword).
uploading the files to my server. For me, this will take aThat's it, time to start the install, click the start install
few minutes, during which time I should go over to mybutton.
godaddy server and set up a MySQL database.Now, it will prompt you that the admin id has been
I don't have room here to discuss every nuance ofcreated and ask you to click to proceed.
how to set up a MySQL database on godaddy, butOk now phpBB's install module comes up with a
there are other sources of information to help you withmessage saying to make sure to delete the install and
that, including those found at Open Source Depot. Thatcontrib directories. Do it now, before you forget.
article outlines the one really important thing aboutOk It's installed. Log in as admin and start configuring
installing these pieces of software on GoDaddy, theyour phpBB Forums...have fun!
database IP address.