Need help setting up PHP boards

For system help, all hardware / software topics NOTE: use Coders Corner for all coders topics.

Moderators: Krom, Grendel

Post Reply
User avatar
BigSlideHimself
DBB Ace
DBB Ace
Posts: 315
Joined: Tue Oct 26, 2004 4:25 pm

Need help setting up PHP boards

Post by BigSlideHimself »

Anyone have much experience with PHP boards? I'm just starting to read about them, and am looking to set them up on a php-enabled server. I've heard it's relatively easy and fast,and wanted someone who wouldn't mind answering a question or 2.
User avatar
Krom
DBB Database Master
DBB Database Master
Posts: 16138
Joined: Sun Nov 29, 1998 3:01 am
Location: Camping the energy center. BTW, did you know you can have up to 100 characters in this location box?
Contact:

Post by Krom »

I just set up two windows machines for running phpbbs in less then 5 minutes per PC while I was formatting my server, course it helped that I already had all the needed config files ahead of time.

Setting them up from scratch is simple but can require some time, you will need:
phpbb from www.phpbb.com
apache http server (2.0 for windows) from www.apache.org
php4 (not php5) from www.php.net
and MySQL database server 4.0 from www.mysql.com (4.1 can also work but requires an extra tweak)

Once you get each of those installed and working you just create a blank database and install phpbb into it. I use phpmyadmin from www.phpmyadmin.net for creating the database and also setting the needed security permisions (security only for SQL 4.0, 4.1 works differently). Also www.apachefreaks.com can be a very useful site for configuring and securing your apache install.
User avatar
BigSlideHimself
DBB Ace
DBB Ace
Posts: 315
Joined: Tue Oct 26, 2004 4:25 pm

Post by BigSlideHimself »

Thanks for the info. I've got it up and going now, and just curious if you have gotten any styles from somewhere besides the main php page.
Post Reply