iGuest 3 Report post Posted December 16, 2004 i know i am real oob but how do i even get started installing nukephpi need REALLY detailed instruction...thx if nt too much trouble... Share this post Link to post Share on other sites
iGuest 3 Report post Posted December 16, 2004 use the Fanstiso to install PHPnuke Share this post Link to post Share on other sites
iGuest 3 Report post Posted December 16, 2004 Go to your cpanel, which is at yoursubdomain/cpanel then click on "Fantastico" which is near the bottom of the page. Then choose to install PHPNuke in the list.skyglow1 Share this post Link to post Share on other sites
iGuest 3 Report post Posted December 20, 2004 You either use Fantastico to install them (recommended) or manually install them...go to nukeresources.com and read installation guides provided.. Share this post Link to post Share on other sites
iGuest 3 Report post Posted January 30, 2005 if your host has php already installed on it and your wanting the phpnuke you can install it manually.1. find the appropiate version of nuke your wanting to put on.2. unzip the file3. consider your hosting directory (if your only runnin a cms then I suggest a root directory) otherwise make a directory and call it nuke4 upload all your files to your host from the html directory of your unzipped nuke file...Now to build your database...1. open your cpanle and goto your mysql and click on mysql icon2. creat a name for your database (exp. nuke)3. add a user & password to your database(exp. user)4. now open phpmyadmine (usually link on the bottom)PHPmyadmin1. on the left scroll down to your new database and click it.2. now on the right click your second tab should say SQL3. now click on the browse button and goto your nuke directory on your pc and goto the sql directory and click on your nuke.sql file4. press gonow your database just got uploadednow final stepin your unzipped nuke files you just uploaded in the html directory find the file named config.phpthis is where your gonna make your adjustments so your nuke will read your databaselook for this area in the config.php script $dbhost = 'localhost'; <---Stays this way$dbuname = 'root'; <---Username you Picked$dbpass = ""; <---password you picked$dbname = 'nuke'; <---database name you pickedthis should be all you need to mess with. now upload the config.php file to your hostthis should be all you need to do to get nuke up and running now goto your http://yourhost.com/ and log onto nuke and make sure you setup a superuser first then have fun.If for some reason this doesnt work you can pm me or goto phpnuke.org they have great tutorials there also Share this post Link to post Share on other sites
iGuest 3 Report post Posted January 31, 2005 Hey if you dont want to install through Fanstiso.I recommend you try out the PHP-Nuke-Platinum-7.6.0 Share this post Link to post Share on other sites
iGuest 3 Report post Posted January 31, 2005 Yeah thats a very easy way to install... But learning how to manually install a database is good web building experience.But he is right if your looking for a quick fix go with aztraea Share this post Link to post Share on other sites
iGuest 3 Report post Posted February 16, 2005 If I could add to that -When uploading keep the file structure order in-tactIf installing on a linux host -chmod -files 644folders 755avitar folder 777 if allowing uploading of avatarsFor many reasons patch your Nuke with thefiles from http://forums.xisto.com/no_longer_exists/ (you'll overwritethe files with these) - & even a Fantastico install.Also add one of the security programs likeSentinal ProtectorAdmin Secure:lol: Share this post Link to post Share on other sites