+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Install PHP-Nuke manually (x10hosting)

  1. #1
    Fedlerner's Avatar
    Fedlerner is offline Retired Fedlerner is an unknown quantity at this point
    Join Date
    Aug 2006
    Location
    Buenos Aires, Argentina
    Posts
    12,921

    Exclamation Install PHP-Nuke manually (x10hosting)

    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. -Blue circle-. When the download is finished, unzip it.



    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. -Red circle-, unzip it and copy the files to your PHP-Nuke directory.




    *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.



    --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...


    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 by Fedlerner; 08-11-2006 at 02:45 AM.
    Federico Lerner
    EX x10Hosting Administrator - Staff Manager

  2. #2
    dsl89 is offline x10Hosting Member dsl89 is an unknown quantity at this point
    Join Date
    Aug 2006
    Posts
    1

    Re: Install PHP-Nuke manually (x10hosting)

    i tried to use the tutorail, but im missing "MySQL Databases" and "phpMy Admin"



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

  3. #3
    Chris Z's Avatar
    Chris Z is offline x10 Spammer Chris Z is an unknown quantity at this point
    Join Date
    Sep 2005
    Location
    Alabama, USA
    Posts
    2,802

    Re: Install PHP-Nuke manually (x10hosting)

    why would you want to install it manually, why not just use Fantastico?
    -Chris Z
    Retired Account Manager


  4. #4
    Fedlerner's Avatar
    Fedlerner is offline Retired Fedlerner is an unknown quantity at this point
    Join Date
    Aug 2006
    Location
    Buenos Aires, Argentina
    Posts
    12,921

    Re: Install PHP-Nuke manually (x10hosting)

    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
    Federico Lerner
    EX x10Hosting Administrator - Staff Manager

  5. #5
    Cubeform is offline x10 Lieutenant Cubeform is an unknown quantity at this point
    Join Date
    Aug 2006
    Location
    127.0.0.1
    Posts
    339

    Re: Install PHP-Nuke manually (x10hosting)

    Quote Originally Posted by dsl89
    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).

  6. #6
    Chris Z's Avatar
    Chris Z is offline x10 Spammer Chris Z is an unknown quantity at this point
    Join Date
    Sep 2005
    Location
    Alabama, USA
    Posts
    2,802

    Re: Install PHP-Nuke manually (x10hosting)

    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
    -Chris Z
    Retired Account Manager


  7. #7
    Fedlerner's Avatar
    Fedlerner is offline Retired Fedlerner is an unknown quantity at this point
    Join Date
    Aug 2006
    Location
    Buenos Aires, Argentina
    Posts
    12,921

    Re: Install PHP-Nuke manually (x10hosting)

    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 ^^
    Federico Lerner
    EX x10Hosting Administrator - Staff Manager

  8. #8
    Chris Z's Avatar
    Chris Z is offline x10 Spammer Chris Z is an unknown quantity at this point
    Join Date
    Sep 2005
    Location
    Alabama, USA
    Posts
    2,802

    Re: Install PHP-Nuke manually (x10hosting)

    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
    -Chris Z
    Retired Account Manager


  9. #9
    Fedlerner's Avatar
    Fedlerner is offline Retired Fedlerner is an unknown quantity at this point
    Join Date
    Aug 2006
    Location
    Buenos Aires, Argentina
    Posts
    12,921

    Re: Install PHP-Nuke manually (x10hosting)

    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.
    Federico Lerner
    EX x10Hosting Administrator - Staff Manager

  10. #10
    Brandon's Avatar
    Brandon is offline Fired Brandon is on a distinguished road
    Join Date
    Jun 2006
    Location
    Tewksbury, MA
    Posts
    9,579

    Re: Install PHP-Nuke manually (x10hosting)

    Quote Originally Posted by fedlerner
    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.
    Thanks,
    Brandon Long

+ Reply to Thread
Page 1 of 2 12 LastLast

Similar Threads

  1. Unstand PHP?
    By o0slowpaul0o in forum Tutorials
    Replies: 8
    Last Post: 01-07-2008, 10:16 PM
  2. Help!! php nuke
    By oab in forum Free Hosting
    Replies: 13
    Last Post: 11-02-2005, 06:50 PM
  3. How to install CMS in x10hosting
    By Wai_Wai in forum Scripts & 3rd Party Apps
    Replies: 7
    Last Post: 08-26-2005, 07:05 PM
  4. PHP Nuke, header.html
    By oab in forum Free Hosting
    Replies: 0
    Last Post: 04-21-2005, 12:52 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers