How to install PHP-Nuke in XAMPP Windows 11


PHP-Nuke is a content management system that you can use to create news website. It was developed by Francisco Burzi. And for this post, we are going to create a website using this cool CMS. But first, download the XAMPP file and PHP-Nuke installers below. I also provided the download links for your convenience.


Requirements:



After downloading both files, continue to the tutorials below.


Table of Contents


  • XAMPP Installation
  • Opening XAMPP Control Panel and running Apache and MySQL
  • Copying and pasting PHP-Nuke installation folder to HTDOCS
  • Creating a Database for PHP-Nuke installation using phpMyAdmin
  • Installing PHP-Nuke using XAMPP localhost via web browser
  • Opening PHP-Nuke website homepage
  • Opening PHP-Nuke website admin page

Here are the steps on how to install PHP-Nuke using XAMPP in Windows pc


XAMPP Installation


1. Open the XAMPP file that you downloaded. In the Installer Language, select English and press OK to proceed.


xampp installation select language

2. In the XAMPP installation welcome page, just press NEXT to proceed.


xampp installation welcome page

3. In the Choose Install Location, do not change it and press NEXT to proceed.


xampp installation choose install location

4. In the XAMPP Options, uncheck all options and press Install to start the installation.


xampp installation options

5. Wait for the installation to finish.


installing xampp

6. When done, click Finish to exit the installer.


successfully installed xampp

Opening XAMPP Control Panel and running Apache and MySQL


1. To run XAMPP, you can click its shortcut on your desktop or go to Start and search for xampp. Inside the control panel application, click the Start buttons for Apache and MySQL.


open xampp control panel

2. You will see Running notifications on both MySQL and Apache now.


xampp apache and mysql are running

Copying and pasting PHP-Nuke installation folder to HTDOCS


1. Extract the phpnuke zip file that you downloaded. Rename the extracted folder as phpnuke. Make sure all its contents are directly inside your phpnuke folder. Copy your folder. Go to This PC.


search for this pc windows 11

2. Inside This PC, open your C drive.


windows 11 c drive

3. Inside C, open xampp folder.


xampp folder located in c drive windows 11

4. Inside xampp, open htdocs folder.


htdocs folder located in xampp folder c drive windows 11

5. And inside htdocs, paste your phpnuke folder there.


copying and pasting the php-nuke installation folder inside xampp htdocs

Creating a Database for PHP-Nuke installation using phpMyAdmin


1. We are now going to create a database needed for our PHP-nuke installation. Open your web browser and go to 127.0.0.1 and press ENTER. In the select language, click English.


opening xampp via web browser with english language

2. Inside XAMPP, under Tools click phpMyAdmin.


opening phpmyadmin via xampp using web browser

3. In the Create new database, name your database as phpnuke_db and next to it set the Collation to utf8_unicode_ci and press Create.


creating database for php-nuke installation via xampp phpmyadmin

4. In the Create new table on database phpnuke_db, name your table as phpnuke_table and set the number of fields to 4. Press Go to proceed.


creating database table for php-nuke installation via xampp phpmyadmin

5. Next, name your Field as phpnuke and set the Type to INT.


creating database field for php-nuke installation via xampp localhost phpmyadmin

6. For Collation, set it again to utf8_unicode_ci and leave all the other fields blank.


setting utf8_unicode_ci collation for php-nuke database

7. Save your work.


saving database created for php-nuke installation

8. And you just created a database for our PHP-nuke website installation.


successfully created database and table needed for php-nuke installation

Installing PHP-Nuke using XAMPP localhost via web browser


1. We are now ready to install our website. Open your web browser and go to 127.0.0.1/phpnuke/html and press ENTER.


accessing php-nuke installation folder via xampp localhost using web browser

2. To continue with the installation, just press the "web installation" link.


php-nuke continue with web installation

3. Under Pre-installation check, just press NEXT to proceed.


php-nuke pre installation check

4. Under License, just press NEXT again to proceed.


php-nuke installation license page

5. Under STEP 1 - MySQL database configuration, do the following: Host Name - localhost. MySQL User Name - root. MySQL Password - blank or none. MySQL Database Name - phpnuke_db. Press NEXT to proceed.


php-nuke installation database configuration

6. Localhost will confirm if the settings are correct, just press OK to proceed.


localhost confirms if database configuration is correct

7. Under Step 2 - Enter the name of your PHP-Nuke site, just name your website and press NEXT to proceed.


php-nuke installation enter site name

8. In STEP 3 - Super User Administrator Creation, do the following: Admin ID - admin (given). Your E-mail - enter a valid email address. Admin password - enter desired password (do not forget it). Press NEXT to continue.


php-nuke installation super user admin creation

9. Done! You have successfully created a website using PHP-Nuke CMS.


successfully installed php-nuke website

10. But, to make your website fully functional, you need to delete the install folder located inside your phpnuke folder.


remove install folder inside phpnuke folder

11. Go to C > xampp > htdocs > phpnuke and then find and delete the install folder.


successfully removed install folder used during php-nuke installation

Opening PHP-Nuke website homepage


1. To open your PHP-Nuke website homepage, just go to 127.0.0.1/phpnuke/html or localhost/phpnuke/html.


sample phpnuke website homepage

Opening PHP-Nuke website admin page


1. To open your admin account. Just go to 127.0.0.1/html/admin.php.


sample phpnuke website user login page

2. Enter your admin username and password and press LOGIN to proceed.


phpnuke website admin login username and password

3. Below is the sample of PHP-Nuke website administration page.


sample phpnuke website administration page

That's it! I hope you have learned a lot while doing this tutorial. If you have a question, just leave a comment below. Thank you!

No comments:

123how.xyz only wants on-topic comment. Do not include any link, else your comment won't be published. Thanks!

Most Read Tutorials:

Powered by Blogger.