+ Reply to Thread
Results 1 to 15 of 15

Thread: php nuke

  1. Join Date
    Jan 2004
    Location
    Sungai Petani, Kedah
    Posts
    15
    Rep Power
    0

    php nuke

    Hi sumer....aku ni newbie ngan php ni

    kat ner nak dapat script php nuke 7.0 ?

    selepas upload, kena comfigure database....
    ada sesapa yang tahu...
    please help me
    Sila Beri Tunjuk Ajar

  2. Join Date
    Feb 2003
    Location
    Kluang, Johor
    Posts
    2,367
    Rep Power
    134
    the latest downloadable version of PHPNUKE is version 7.1
    You can download it from http://www.phpnuke.org

    Read the "Install.txt" file in the phpnuke package for installation instructions.

    If still dunno, you may ask your friend to help you. Or, I can install it for you at a small fee.

  3. Join Date
    Jan 2004
    Location
    Sungai Petani, Kedah
    Posts
    15
    Rep Power
    0
    Terima kasih....
    saya dah dapat dah script tu...
    tapi masa yanh diambil untuk upload ke site terlalu lama
    mungkin kerana saya menggunakan dialup connection...
    So mr Icf, if i asked u to install in 4 me....
    how much the setup fee must i pay U ?
    Sila Beri Tunjuk Ajar

  4. Join Date
    Feb 2003
    Location
    Kluang, Johor
    Posts
    2,367
    Rep Power
    134
    It is slow to upload because PHPNUKE is a big size script (about 10MB)...

    I can do the upload and installation job for you. Please send a private message to me. ( http://www.webmastermalaysia.com/pri...ge&userid=1071 )

  5. Join Date
    Jan 2004
    Location
    Sungai Petani, Kedah
    Posts
    15
    Rep Power
    0
    ok ..Thanks
    Sila Beri Tunjuk Ajar

  6. Join Date
    Jan 2004
    Location
    Sungai Petani, Kedah
    Posts
    15
    Rep Power
    0
    before upload we must edit the file "config.php".

    Can anybody tell me ,why, what and where to edit

    here is the config.php file

    <?php

    ################################################## ####################
    # PHP-NUKE: Advanced Content Management System
    # ============================================
    #
    # Copyright (c) 2002 by Francisco Burzi (fbc@mandrakesoft.com)
    # http://phpnuke.org
    #
    # This module is to configure the main options for your site
    #
    # This program is free software. You can redistribute it and/or modify
    # it under the terms of the GNU General Public License as published by
    # the Free Software Foundation; either version 2 of the License.
    ################################################## ####################

    ################################################## ####################
    # Database & System Config
    #
    # 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
    ################################################## ####################

    $dbhost = "localhost";
    $dbuname = "root";
    $dbpass = "";
    $dbname = "nuke";
    $prefix = "nuke";
    $user_prefix = "nuke";
    $dbtype = "MySQL";
    $sitekey = "SdFk*fa28367-dm56w69.3a2fDS+e9";
    $gfx_chk = 7;

    /************************************************** *******************/
    /* You finished to configure the Database. Now you can change all */
    /* you want in the Administration Section. To enter just launch */
    /* you web browser pointing to http://yourdomain.com/admin.php */
    /* */
    /* Remeber to go to Settings section where you can configure your */
    /* new site. In that menu you can change all you need to change. */
    /* */
    /* Congratulations! now you have an automated news portal! */
    /* Thanks for choose PHP-Nuke: The Future of the Web */
    /************************************************** *******************/

    // DO NOT TOUCH ANYTHING BELOW THIS LINE UNTIL YOU KNOW WHAT YOU'RE DOING

    $reasons = array("As Is",
    "Offtopic",
    "Flamebait",
    "Troll",
    "Redundant",
    "Insighful",
    "Interesting",
    "Informative",
    "Funny",
    "Overrated",
    "Underrated");
    $badreasons = 4;
    $AllowableHTML = array("b"=>1,
    "i"=>1,
    "a"=>2,
    "em"=>1,
    "br"=>1,
    "strong"=>1,
    "blockquote"=>1,
    "tt"=>1,
    "li"=>1,
    "ol"=>1,
    "ul"=>1);
    $CensorList = array("****",
    "cunt",
    "fucker",
    "fucking",
    "pussy",
    "cock",
    "c0ck",
    "cum",
    "twat",
    "clit",
    "bitch",
    "fuk",
    "fuking",
    "motherfucker");
    $tipath = "images/topics/";
    if (eregi("config.php",$_SERVER['PHP_SELF'])) {
    Header("Location: index.php");
    die();
    }
    Sila Beri Tunjuk Ajar

  7. Join Date
    Feb 2003
    Location
    Kluang, Johor
    Posts
    2,367
    Rep Power
    134
    basically, you only need to change:

    $dbuname = "root";
    $dbpass = "";
    $dbname = "nuke";

    They are:
    $dbuname - the database username given to you
    $dbpass - the database password given to you
    $dbname - the database name given to you

    So, you just replace your database information to them.

  8. Join Date
    Jan 2003
    Location
    dreamland
    Posts
    240
    Rep Power
    92
    Originally posted by lcf
    It is slow to upload because PHPNUKE is a big size script (about 10MB)...

    I can do the upload and installation job for you. Please send a private message to me. ( http://www.webmastermalaysia.com/pri...ge&userid=1071 )
    LCF ...
    manyak pandaiiiiii aaaaa....
    belapa u amik ini kelijaaaa?
    hihihik
    ^_^ <== stay happy

  9. Join Date
    Feb 2004
    Location
    Klang Bandar Diraja
    Posts
    160
    Rep Power
    78
    hmm.. aku terpaksa mengaku kat sini yg aku ni mmg tak tahu langsung camne nak edit phpBB ke.. vbulletin ker.. sbb aku tgk coding dia tu... isshhh.. tak reti nak edit yg mana satu sehh.. sekurang2nye nak la bg lain sikit dr default dia... hmmm.. susah tuuuu..
    To follow the path:
    Look to the master,
    Follow the master,
    Walk with the master,
    See through the master,
    Become the master.

  10. Join Date
    Feb 2003
    Location
    Kluang, Johor
    Posts
    2,367
    Rep Power
    134
    don't most of them have auto installation? You do not need to edit the configuration file.

  11. Join Date
    Oct 2001
    Location
    Kajang
    Posts
    121
    Rep Power
    105
    tak perlu tahu coding kalau nak guna phpBB, vBuletin, Nukes dll..
    just tahu konsep bagaimana laman tu berfungsi..

    Saya sendiri ZERO dalam php..
    tapi kebanyakan laman yg saya bangunkan pakai php..
    (bukan kebanyakan, tapi semua)

  12. Join Date
    Jan 2004
    Location
    Sungai Petani, Kedah
    Posts
    15
    Rep Power
    0
    hey guys... check this site out

    http://ipbnuke.net/index.php
    Sila Beri Tunjuk Ajar

  13. Join Date
    Jan 2002
    Location
    SoObHanG JhaYa
    Posts
    501
    Rep Power
    110
    ler.... RTFM!
    <form name="jump">
    <select name="menu" onChange="location=document.jump.menu.options[document.jump.menu.selectedIndex].value;" style="border:1px #393F31 solid;color:#393F31;font:10px Verdana;font-weight:bold;" >
    <option value="0" style="background: #9CC8FE" selected>*SELECT-LINKS</option>
    <option value="http://www.gengturbo.org/" style="background: #FF0000">GENGTURBO</option>
    <option value="http://www.phixelgrafix.com/" target="new" style="background: #C6D607">PHIXELGRAFIX</option>
    <option value="http://dailydigital.phixelgrafix.com/" style="background: #FCBC45">OLD-BLOG</option>
    <option value="http://www.mesrahosting.net/" style="background: #FF99CC">WEBHOSTING</option>
    </select>
    </form>

  14. Join Date
    Oct 2001
    Location
    Kajang
    Posts
    121
    Rep Power
    105
    just another phpnuke addon

  15. Join Date
    Nov 2001
    Location
    Johor
    Posts
    769
    Rep Power
    117
    hehe pandai lcf
    I hate when:

    vBulletin Message:
    Sorry! The administrator has specified that users can only post one message every 60 seconds

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Forum PHP nuke
    By kurt_penang in forum Website Programming
    Replies: 62
    Last Post: 05-01-2010, 07:21 AM
  2. PHP Nuke - Untuk apa?
    By wgn_white in forum Website Programming
    Replies: 7
    Last Post: 26-08-2008, 05:11 PM
  3. PHP-Nuke
    By kromok in forum Website Programming
    Replies: 4
    Last Post: 15-11-2005, 04:07 PM
  4. php nuke
    By kurt_penang in forum Website Programming
    Replies: 12
    Last Post: 21-12-2004, 08:54 AM
  5. XOOPs....is much better than PHP NUKE??
    By Syazwan in forum Website Programming
    Replies: 15
    Last Post: 17-10-2004, 12:42 AM

Posting Permissions

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

SEO by vBSEO 3.5.0 RC1 PL1

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35