Results 1 to 4 of 4

Thread: Help with Installin Phpnuke

  1. #1
    Join Date
    Feb 2005
    Location
    Trinidad
    Posts
    9

    Default Help with Installin Phpnuke

    I need to know how to fill in the config.php
    as in these fields.....


    $dbhost = "localhost";
    $dbuname = "root";
    $dbpass = "";
    $dbname = "nuke";
    $prefix = "nuke";
    $user_prefix = "nuke";
    $dbtype = "MySQL";
    $sitekey = "";
    $gfx_chk = 0;
    $subscription_url = "";

  2. #2
    Join Date
    Feb 2005
    Location
    Viet Nam
    Posts
    4

    Default Re: Help with Installin Phpnuke

    Quote Originally Posted by bdd.bizhat.com
    I need to know how to fill in the config.php
    as in these fields.....


    $dbhost = "localhost";
    $dbuname = "root";
    $dbpass = "";
    $dbname = "nuke";
    $prefix = "nuke";
    $user_prefix = "nuke";
    $dbtype = "MySQL";
    $sitekey = "";
    $gfx_chk = 0;
    $subscription_url = "";
    you can create table by run query file "nuke.sql" by using phpMyadmin
    first you log in your cpanel at http://free.bizhat.com/cp/
    click=> MySql Manager >>phpMyAdmin>>Sql
    choose sql query file from your hard disk to run and it will create tables for your database ok.

  3. #3
    Join Date
    Sep 2004
    Location
    Johor Bahru, Malaysia
    Posts
    516

    Default

    dbhost: SQL Database Hostname
    dbuname: SQL Username
    dbpass: SQL Password
    dbname: SQL Database Name
    $prefix: Your Database table's prefix
    $user_prefix: Your Users' Database table's prefix (To share it)
    $dbtype: Your Database Server type. Supported servers are: MySQL, mysql4, postgres, mssql, oracle, msaccess, db2 and mssql-odbc Be sure to write it exactly as above, case SeNsItIvE!
    $sitekey: Security Key. CHANGE it to whatever you want, as long as you want. Just don't use quotes.
    $gfx_chk: Set the graphic security code on every login screen,
    /* You need to have GD extension installed:
    /* 0: No check
    /* 1: Administrators login only
    /* 2: Users login only
    /* 3: New users registration only
    /* 4: Both, users login and new users registration only
    /* 5: Administrators and users login only
    /* 6: Administrators and new users registration only
    /* 7: Everywhere on all login options (Admins and Users)
    /* NOTE: If you aren't sure set this value to 0
    $subscription_url : If you manage subscriptions on your site, you must write here the url of the subscription information/renewal page. This will send by email if set.

  4. #4
    Join Date
    Feb 2005
    Location
    Trinidad
    Posts
    9

    Default

    got it working using the nukesql script. Also combined my phpbb board and my nuke using another such script. thanx for the help guys

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •