Go Back   Webmaster Malaysia Forum » Website Design & Development » Website Programming

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 24-03-2004, 12:49 PM
xsdenied's Avatar
Novice Webmaster
 
Join Date: Jan 2004
Location: Sungai Petani, Kedah
Posts: 15
Rep Power: 0
xsdenied is on a distinguished road
Send a message via ICQ to xsdenied
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 24-03-2004, 02:20 PM
lcf's Avatar
lcf lcf is offline
Pro-Blogger
 
Join Date: Feb 2003
Location: Kluang, Johor
Posts: 2,376
Rep Power: 118
lcf will become famous soon enough
Send a message via ICQ to lcf Send a message via MSN to lcf Send a message via Yahoo to lcf
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.
__________________
LiewCF | Malaysia Bloggers Forum
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 24-03-2004, 03:20 PM
xsdenied's Avatar
Novice Webmaster
 
Join Date: Jan 2004
Location: Sungai Petani, Kedah
Posts: 15
Rep Power: 0
xsdenied is on a distinguished road
Send a message via ICQ to xsdenied
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 24-03-2004, 05:07 PM
lcf's Avatar
lcf lcf is offline
Pro-Blogger
 
Join Date: Feb 2003
Location: Kluang, Johor
Posts: 2,376
Rep Power: 118
lcf will become famous soon enough
Send a message via ICQ to lcf Send a message via MSN to lcf Send a message via Yahoo to 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 )
__________________
LiewCF | Malaysia Bloggers Forum
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 24-03-2004, 05:37 PM
xsdenied's Avatar
Novice Webmaster
 
Join Date: Jan 2004
Location: Sungai Petani, Kedah
Posts: 15
Rep Power: 0
xsdenied is on a distinguished road
Send a message via ICQ to xsdenied
ok ..Thanks
__________________
Sila Beri Tunjuk Ajar
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 25-03-2004, 12:13 PM
xsdenied's Avatar
Novice Webmaster
 
Join Date: Jan 2004
Location: Sungai Petani, Kedah
Posts: 15
Rep Power: 0
xsdenied is on a distinguished road
Send a message via ICQ to xsdenied
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

Quote:
<?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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 25-03-2004, 12:42 PM
lcf's Avatar
lcf lcf is offline
Pro-Blogger
 
Join Date: Feb 2003
Location: Kluang, Johor
Posts: 2,376
Rep Power: 118
lcf will become famous soon enough
Send a message via ICQ to lcf Send a message via MSN to lcf Send a message via Yahoo to lcf
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.
__________________
LiewCF | Malaysia Bloggers Forum
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 26-03-2004, 03:14 PM
white_neck's Avatar
Senior Webmaster
 
Join Date: Jan 2003
Location: dreamland
Posts: 240
Rep Power: 76
white_neck is on a distinguished road
Send a message via Yahoo to white_neck
Quote:
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 30-03-2004, 04:11 PM
nurulmajdi's Avatar
Inspired Webmaster
 
Join Date: Feb 2004
Location: Klang Bandar Diraja
Posts: 160
Rep Power: 62
nurulmajdi is on a distinguished road
Send a message via Yahoo to nurulmajdi
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 30-03-2004, 06:01 PM
lcf's Avatar
lcf lcf is offline
Pro-Blogger
 
Join Date: Feb 2003
Location: Kluang, Johor
Posts: 2,376
Rep Power: 118
lcf will become famous soon enough
Send a message via ICQ to lcf Send a message via MSN to lcf Send a message via Yahoo to lcf
don't most of them have auto installation? You do not need to edit the configuration file.
__________________
LiewCF | Malaysia Bloggers Forum
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #11 (permalink)  
Old 01-04-2004, 02:47 AM
ustazmalaya's Avatar
Inspired Webmaster
 
Join Date: Oct 2001
Location: Kajang
Posts: 121
Rep Power: 89
ustazmalaya is on a distinguished road
Send a message via Yahoo to ustazmalaya
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)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 01-04-2004, 12:59 PM
xsdenied's Avatar
Novice Webmaster
 
Join Date: Jan 2004
Location: Sungai Petani, Kedah
Posts: 15
Rep Power: 0
xsdenied is on a distinguished road
Send a message via ICQ to xsdenied
hey guys... check this site out

http://ipbnuke.net/index.php
__________________
Sila Beri Tunjuk Ajar
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 01-04-2004, 02:20 PM
Ben-davis's Avatar
Senior Webmaster
 
Join Date: Jan 2002
Location: SoObHanG JhaYa
Posts: 501
Rep Power: 94
Ben-davis is on a distinguished road
Send a message via ICQ to Ben-davis Send a message via Yahoo to Ben-davis
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>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 06-04-2004, 04:41 AM
ustazmalaya's Avatar
Inspired Webmaster
 
Join Date: Oct 2001
Location: Kajang
Posts: 121
Rep Power: 89
ustazmalaya is on a distinguished road
Send a message via Yahoo to ustazmalaya
just another phpnuke addon
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15 (permalink)  
Old 15-04-2004, 12:02 AM
hymns's Avatar
Senior Webmaster
 
Join Date: Nov 2001
Location: Johor
Posts: 769
Rep Power: 101
hymns is on a distinguished road
Send a message via ICQ to hymns Send a message via Yahoo to hymns
hehe pandai lcf
__________________
I hate when:

vBulletin Message:
Sorry! The administrator has specified that users can only post one message every 60 seconds
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
PHP-Nuke kromok Website Programming 4 15-11-2005 04:07 PM
Forum PHP nuke kurt_penang Website Programming 4 09-03-2005 12:05 PM
php nuke kurt_penang Website Programming 12 21-12-2004 08:54 AM
XOOPs....is much better than PHP NUKE?? Syazwan Website Programming 15 17-10-2004 12:42 AM
Security Flaw in PHP-Nuke? sufyan Website Programming 7 22-10-2003 02:41 AM


All times are GMT +8. The time now is 03:28 AM. Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBack