02-24-2007, 06:20 PM
How to install PHP-nuke manually
Download PHPNuke and unzip it into a directory. Now go
to where your web server is installed (or web hosting ftp)!
Create a folder and call it phpnuke. Now upload everything from the HTML folder into the phpnuke folder you created.
Than go to the config file of phpnuke (phpnukeconfig.php)
Ok now, if you have phpedit installed than this will be easier than using Notepad.
Go to line 32 and you sould see this:
$dbhost = "localhost";
$dbuname = "root";
$dbpass = "";
$dbname = "nuke";
$prefix = "nuke";
$user_prefix = "nuke";
$dbtype = "MySQL";
If this is confusing, don't worry!
Leave $dbhost = "localhost"; to how it is.
For $dbuname = "root"; replace root with your Username for mySQL.
For $dbpass = ""; put between the "" with your password for the user name.
For $dbname = "nuke"; replace nuke with the database you want.
Leave the rest the way it is unless you know what your doing!
Now, go to your phpMyAdmin, select your database.
SQL / Locate the nuke.sql (sql/nuke.sql) and export it to your database on phpadmin.
Enjoy!
Send a message via MSN to Vortex
Reply With Quote
Download PHPNuke and unzip it into a directory. Now go
to where your web server is installed (or web hosting ftp)!
Create a folder and call it phpnuke. Now upload everything from the HTML folder into the phpnuke folder you created.
Than go to the config file of phpnuke (phpnukeconfig.php)
Ok now, if you have phpedit installed than this will be easier than using Notepad.
Go to line 32 and you sould see this:
$dbhost = "localhost";
$dbuname = "root";
$dbpass = "";
$dbname = "nuke";
$prefix = "nuke";
$user_prefix = "nuke";
$dbtype = "MySQL";
If this is confusing, don't worry!
Leave $dbhost = "localhost"; to how it is.
For $dbuname = "root"; replace root with your Username for mySQL.
For $dbpass = ""; put between the "" with your password for the user name.
For $dbname = "nuke"; replace nuke with the database you want.
Leave the rest the way it is unless you know what your doing!
Now, go to your phpMyAdmin, select your database.
SQL / Locate the nuke.sql (sql/nuke.sql) and export it to your database on phpadmin.
Enjoy!
Send a message via MSN to Vortex
Reply With Quote