Install PHP-Nuke manually (x10hosting)

Fedlerner

Former Adm & Team Manager
Community Support
Messages
12,934
Reaction score
6
Points
38
This is a tutorial of how to install PHP-Nuke manually.


*1st STEP - Download PHP-Nuke.


First of all, we have to go to the official PHP-Nuke web. We have to go to the "Downloads" section, and then on "PHP-Nuke" categorie.
Then select the version you want to install. (Last one is 7.9, but it's paid so we will work with version 1.8 which is free).

Download the PHP-Nuke version you want (in this case 7.8) -Blue circle-. When the download is finished, unzip it.

downloadphpnuke.JPG


In some version, you will find fixes, so go again to the "Dowloads" section, and "PHP-Nuke" categorie, and now to the "Fixes" subcategorie. Download the Fix for your version (in this case 7.8) -Red circle-, unzip it and copy the files to your PHP-Nuke directory.

downloadfix.JPG



*2nd STEP - Upload PHP-Nuke, give permissions, database, etc.


First of all, you need to have a hosting account. I will use a x10hosting free host plan.

What whe need to do first now it to create the MySQL database. To do so, log to you cPanel.

database1.JPG


--In this section we must know that YOURCPANELUSER is the name of the user you put every time you have to log to your cPanel.--
When you are in your cPanel, you must go first to "MySQL Databases" and then you have to create a database that we will name "nuke". The name it will have then is "YOURCPANELUSER_nuke". Then we must create a user for the database, that we will also name "nuke", and put a password that we will put for the example "userpassword" so the username will be then "YOURCPANELUSER_nuke". Then, we must grant the permissions for the user you just created, to the database you also just created. To grant TOTAL permisions, we must select "ALL" permisions, and then grant them.

Now we have the MySQL database and user created. So we must now fill the database with the PHP-Nuke information. To do so, we must go back to the cPanel index, and select "phpMyAdmin" -Red circle-.

We must select the database we have just created on the left of the web. Then we must click on the "Import" section on the top. Then we must upload a file called "nuke.sql" that is located in the "sql" subfolder of the PHP-Nuke folder.

Once the sql database is uploaded, we now have to upload all the files in the "html" subfolder of the PHP-Nuke folder, to our web hosting by FTP. I recommend the FTP clients SmartFTP and CuteFTP. We must upload all the files to our in the subdirectories you want. In the case of x10hosting, you must put the files in the "public_html" folder, and there you can create as much subdirectories as you want.

When all the files are uploaded (which will tale a LONG time, cause there are many), you have to go edit the config.php file, which is in the main directory.

Then you have to find this in the file...
config.JPG


When you find that you must edit some things...
$dbuname = "root"; --->(here you must put your database user).
$dbpass = ""; --->(here you must put your database user password).
$dbname = "nuke"; --->(here you must put your database name).


--In this section we must know that YOURCPANELUSER is the name of the user you put every time you have to log to your cPanel.--
So following the instructions and the names i have put, it should be like this...

$dbuname = "YOURCPANELUSER_nuke";
$dbpass = "userpassword";
$dbname = "YOURCPANELUSER_nuke";

Save the file, and we have finished with the large process of installing and configuring the PHP-Nuke.


*3rd STEP - Create the admin account.


To create the admin account you must go to http://www.yourdomain.com/admin.php or in the case of x10hosting http://domain.x10hosting.com/admin.php
If you created the PHP nuke in a subfolder, you must add before the admin.php the name of the subfolder. For example http://www.yourdomain.com/SUBFOLDER/admin.php

And that's it... You now have your PHP-Nuke installed and runing...



Created by fedlerner

I hope this tutorial is usefull for you people... Sorry if i have some spelling mistakes, and if you find any error please correct me so i can edit it or some moderator can...

Good Luck,
fedlerner
 
Last edited:

dsl89

New Member
Messages
1
Reaction score
0
Points
0
i tried to use the tutorail, but im missing "MySQL Databases" and "phpMy Admin"

untitledoh7.jpg


do i have to add it myslef. if so, how do i do it?
 

Chris Z

Active Member
Messages
5,603
Reaction score
0
Points
36
why would you want to install it manually, why not just use Fantastico?
 

Fedlerner

Former Adm & Team Manager
Community Support
Messages
12,934
Reaction score
6
Points
38
billy, Fantastico doesn't install the lastest version, so there are some ways of being hacked if you don't have the lastests versions...

For you DSL, those tools should be there...
Maybe because you have the free hosting plan that doesn't have MySQL databes....
Check that, if it's because of that you can change your plan here...
http://forums.x10hosting.com/account.php

And then add the Ads in you pages...
http://forums.x10hosting.com/ads.php
If you need help of how to put the ADD in your PHP-Nuke site, post it here ;)

Good Luck,
fedlerner
 

Cubeform

New Member
Messages
339
Reaction score
0
Points
0
dsl89 said:
i tried to use the tutorail, but im missing "MySQL Databases" and "phpMy Admin"

[IMG NOT INCLUDED]

do i have to add it myslef. if so, how do i do it?

DSL, you're using x10Static, which has no MySQL databases, because it's static. You must have Advanced or Corporate to run any CMS (that uses a MySQL database, which I believe is most of them).
 

Chris Z

Active Member
Messages
5,603
Reaction score
0
Points
36
whoops, sorry, i don't use Fantastico much cuz there's nothing in there that's useful for me, but i'm sure you could contact an administrator to get the latest updates in Fantastico
 

Fedlerner

Former Adm & Team Manager
Community Support
Messages
12,934
Reaction score
6
Points
38
It would be nice to have the lastests versions...
The phpBB forum is also not the last version...
That's why i don't use fantastico ^^
 

Chris Z

Active Member
Messages
5,603
Reaction score
0
Points
36
did you know the PHPNuke is now paid? the latest version is $10, which kinda sucks for you users hahah i don't use it though
 

Fedlerner

Former Adm & Team Manager
Community Support
Messages
12,934
Reaction score
6
Points
38
Yes...
You can enter http://www.nukeprojects.net which is a website in spanish, where they have FREE release of the LASTEST version of PHP-Nuke (7.9) and also some fixes made by their staff...
I also don't use it anyway... I use "Nukestilo" which is PHP-Nuke modified by nukeprojects stile, and has lots of new features.
 

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
fedlerner said:
Yes...
You can enter http://www.nukeprojects.net which is a website in spanish, where they have FREE release of the LASTEST version of PHP-Nuke (7.9) and also some fixes made by their staff...
I also don't use it anyway... I use "Nukestilo" which is PHP-Nuke modified by nukeprojects stile, and has lots of new features.

Cool...but its only paid because of the mirror or something they are using.
 
Top