Posts Tagged ‘board’

PHP Basics: Installing phpBB

phpBB is a powerful Bulletin Board system. This tutorial shows you just how easy it is to install. FORUM phpacademy.org TWITTER twitter.com BLOG blog.phpacademy.org

Install Free Forums on Your Site – phpBB

quesomanrulz.com / twitter.com – I as well as many others often enjoy being part of an online community. After a while though we get to the point that we are interested in creating our own. I have already created my own community with this website and the forum that goes with it. In this tutorial you will learn how to create your own forum as part of starting your own community…For more go to www.quesomanrulz.com Links: WebHost – byethost.com Forum Software – phpbb.com FTP Client – filezilla-project.org

How to install SMF ( Simple Machines Forum )

Quick tutorial video about SMF and how to install it on your server. First go to www.simplemachines.org in order to download the latest version of SMF. Click over the “Download” icon and save the zipped file on your hard disk. Locate the zipped file on your Pc and unzip it. Now upload all the content from the unzipped folder “simple_rss_xxx” ( where xxx is the number version of the installation) to your server using any FTP client (we use as sample FileZilla but you can use any client ). Upload all the content as is, don’t change edit any folder nor file. All data must be uploaded on the directory or folder where you plan to run the board, if you plan to install forums on your domain name just upload to “root” – - – “Public_html” ( on a Cpanel based host ). If you plan to install forums on a subdomain or directory as could be “www.mydomain.com/forums” the upload all files and folders to the “forums” directory on your server. Using your browser go to : www.mydomain.com/install.php (if you are going to install forums directly on the domain name ) or www.mydomain.com/forums/install.php ( if you wish install SMF of the “forums” folder instead the root directory ) and follow on screen instructions as follow: Enter the name of your community. On the filed for “Forum URL” check if the default URL automatically generated by the installer is right, if not then correct it ( usually you don’t need to edit this field ). “MySQL Server Settings” : “MySQL Server Name” : Usually

Install Free Message Board PHP Script

Installing a free message board script from PHP Junkyard.

PHP Tutorials: Display Recent Posts from a phpBB Forum (Part 3)

Display the most recent posts, with the limit you choose from a phpBB forum. A start to finish tutorial showing you how to access database posts and learn how to display them, with effective links directly to your forum.

PHP Tutorials: Random Password Generator

Create a random password generator from a specific character set. Visit the forum for help! phpacademy.info Follow on Twitter! twitter.com