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 = "http://phpnuke.org>
";
$ 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.