PHPNuke full installation manual

Source: Internet
Author: User
Tags apache download
What? What is PHPNuke? The well-known WebPortal software completes a full-featured website with PHP + MySQL and does not need to be quickly shelved. now let's take a step! Required software: Apache download Apache1.3.14PHP download PHP4.0.3pl1MySQL download MySQL3.22-manual phpnuke

What? What is PHPNuke? The well-known Web Portal software completes a full-featured website with PHP + MySQL in just three minutes.

Now let's take a step!
Required software:

Apache => Download Apache 1.3.14

PHP => Download PHP 4.0.3pl1

MySQL => Download MySQL 3.22 -- Stable Release

PHPNuke => Download PHP-Nuke 4.3

Decompress PHPNuke to The temp directory

After decompression, three directories, html, SQL, and CVS, will be generated.

Copy the files under the [html] directory to your website directory

For example, my website is/home/web/html/(win: d: apachehtdocs)

Modify an Archive: Config. php

Edit Config. php

= Config. php =

:

$ Dbhost = "localhost ";

$ Dbuname = "root"; // database account

$ Dbpass = "password"; // database password

$ Dbname = "nuke"; // specify the database name

$ System = 0; // 0: unix 1: windows

:

$ Sitename = "PHP-Nuke Powered Site"; // modify the following parameters to match your website

$ Nuke_url = "http://yoursite.com ";

$ Site_logo = "logo.gif ";

$ Slogan = "Your slogan here ";

$ Startdate = "December 2.000 ";

$ Adminmail = "webmaster@yoursite.com ";

$ Anonpost = 1;

$ Default_Theme = "Green ";

$ Foot1 ="
";

$ Foot2 = "All logos and trademarks in this site are property of their respective owner. The comments are property of their posters, all the rest? 2000 by me ";

:

Archive after modification

The next step is to set the Database.

It is most convenient to start phpMyAdmin to use this interface to install the database.

1) Create a new database: nuke

Paste the Copy content of the nuke. SQL in the [SQL] directory to phpMyAdmin, and the database we want will be generated.

Now, you can check the connection.

Http://your.web.com/index.php

Congratulations! Now the setup has been completed.

You only need to type admin. php to set and manage your website.

Remember to first change the interface language to "Preferences" and select "traditionalchinese" to see the interface of Chinese culture. Next, let's see how you can "use" her.

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.