Phpwind and WordPress Build

Source: Internet
Author: User
Tags php and php and mysql

The Forum is an integral part of online life. Now I have two of them in my hands to build forum packages. Today to introduce the forum to build the method. Generally there are two kinds of commonly used:

Phpwind (set in the first part of the detailed introduction) and WordPress (the second part of the detailed introduction).

The first kind of forum: Phpwind

Phpwind Introduction

Phpwind (Abbreviation: PW) is a PHP and MySQL based forum program, is one of the most popular general forum procedures. Phpwind, formerly known as Ofstar, was released in 2004, and Wangxue and Lin Yaona were its founders. Phpwind by Hangzhou Tak-day Information Technology Co., Ltd. developed, divided into commercial and free version, but there is no difference in the function and version, the software full open source free. The version has already accumulated more than 600,000 users. Since the release of the PHPWind7.0 version in 2008, phpwind around the two general directions of promoting community content value and promoting community e-commerce, developing a single core multimodal product to achieve a new form of community.

Advantages of Phpwind:

His advantage is the same as his origins, the word "Phpwind" is composed of "PHP" and "wind" two parts. where "PHP" originated from the Forum program based on PHP and MySQL, "wind" stems from phpwind to the smooth speed of the pursuit, so that the program is as light as the breeze, running fast, this is the phpwind of the Dragonfly logo one of the connotations.

Characteristics of Phpwind:

1 "Fast access, stable and reliable database."

2 load capacity, to ensure that the site in the busy server environment fast and stable operation.

3 "full-featured, with multiple sub-sections and backend users can be free combination of permissions."

Without saying much, let's start building a forum:

Prerequisite requirements: To build the lamp environment, as the name implies: Linux under the APACHE, MYSQL, PHP three kinds of services to use, indispensable.

[ROOT@ZHANGC server]# Yum install-y httpd-2.2.3-31.el5.i386.rpm

[ROOT@ZHANGC server]# yum install-y mysql-5.0.77-3.el5.i386.rpm mysql-server-5.0.77-3.el5.i386.rpm

[ROOT@ZHANGC server]# yum install-y php-5.1.6-23.2.el5_3.i386.rpm php-mysql-5.1.6-23.2.el5_3.i386.rpm php-mbstring-5.1.6-23.2.el5_3.i386.rpm

[ROOT@ZHANGC server]# Service mysqld Restart

[ROOT@ZHANGC server]# Service httpd restart

[ROOT@ZHANGC server]# chkconfig httpd on

[ROOT@ZHANGC server]# chkconfig mysqld on

Edit the page to test the PHP environment

[ROOT@ZHANGC ~]# cd/var/www/html/

[ROOT@ZHANGC html]# vim index.php

1 <?php

2 $link =mysql_connect (' 127.0.0.1 ', ' root ', ');

3 if ($link)

4 echo "OK";

5 Else

6 echo "not";

7?>

: Wq Save Exit

Lamp environment test completed.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.