Online computer courses, code, programming tutorial and sidebar information for monitoring Canadian S&P/TSX index. Build friendship and networking. Welcome to visit my blogs often!!! I also have two other sites: YouTube Channel and Google site.
Adsense
Popular Posts
- PHPWind-- A PHP forum script applcaition in China
- How to blend adsense inside your post?
- Formatting my post
- Notepad++ - Add C++ compiler
- Install PHPMailer 5.2.4 and use smtp gmail
- Set up a child account and set screen time limit in Windows 8
- Wayback Machine - see archived versions of web pages across time
- phpexcel toggle expand and hide column in EXCEL and summary
- Install PHP ibm_db2 extension in Linux (redHat)
- PHP: add a download as pdf file button in report page
Wednesday, May 2, 2012
Setup a forum using phpBB
Now there are many websites can allow you create a forum. But there are too many restrictions and ads.
You can find a free host website and install a forum for yourself.
Below are the steps I installed phpBB forum
1) Download phpBB software from:
http://www.phpbb.com/downloads/olympus.php
2) Create a database in your free host website. I used http://www.000webhost.com
Remember database host, database name, login name and password.
3) Upload phpBB to your website, for example, I uploaded to
http://jiansenlu.comze.com/
The default directory is phpBB3.
run index.php, in my case: http://jiansenlu.comze.com/phpBB3/index.php
There are some tips:
a) rename .htaccess under phpBB3 and phpBB33/cache to .htaccess.old
b) The original content of config.php is empty. If you installed once and fail, you will see database information is added to config.php. You need to remove the content in config.php to reinstall phpBB.
4) Following the instruction step by step. After you successfully install phpBB, you need to rename install directory to such as install.old.
5) I also find default template prosilver some problem. Text background repeated. After I choose another style subsilver2. The problem is fixed.
My new forum:
http://jiansenlu.comze.com/phpBB3/
I am able to modify php code to customize my forum.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment