» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 78
1 members and 77 guests
CherieAnn
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
Web Hosting - web hosting, dedicated servers and web design services
Online Degree - search for 1000+ online degrees, online colleges & online universities.
Tattoo - we are a group of tattoo enthusiasts
Gexa Energy - your absolute best choice in electric service
Texas electricity - save on electric rates
Football Betting - best nfl betting promotions at sportsbook.com.
Oral Chelation - initial cleansing of your veins & arteries

Register Now! Contact Us

About this Page
This is a discussion on Need installation help within the Open topics forums, part of the General category; Hey guys my friend has a problem. I don't know much about the whole php thing but since he ...



Go Back   Nukemods Forum » General » Open topics

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-19-2005, 04:25 PM
Junior Member
 
Join Date: May 2005
Posts: 14
Need installation help
Hey guys my friend has a problem. I don't know much about the whole php thing but since he is not here, i will tell you waht he said:

"I uploaded all the files into my directory but when i select config.php and click edit on my file manager nothing is happening? Am I doing something wrong?"

He'll be back on in like 1 and a half hours. I know SOME stuff but VERY LITTLE but feel free to ask obvious questions, otherwise just tell me anything that could help this.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 05-20-2005, 02:13 AM
Junior Member
 
Join Date: May 2005
Posts: 6
has he tried opening the config.php file from the phpnuke setup folder in an editor instead of the file manager? :wink:
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 05-20-2005, 01:34 PM
Junior Member
 
Join Date: May 2005
Posts: 15
haha
heh im the friend, I get it now thoughI edit it first then i upload itI'm right, right?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 05-20-2005, 01:36 PM
Moderator
 
Join Date: Nov 2002
Location: Belgium
Posts: 957
You are right
There is a well trained staff here and there is a wonderful community active aswell so if you have more questions, don't hesitate to ask them
__________________
Yannick R. aka Mighty_Y
http://support.code-area51.com
http://www.code-area51.com

Search before asking makes my life easier!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 05-20-2005, 02:52 PM
Junior Member
 
Join Date: May 2005
Posts: 15
Ok now I understand that, but how do i edit config.php. WHat do i open it with. I've been able to open and see the contents inside though it won't let me edit anything.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 05-20-2005, 03:42 PM
Moderator
 
Join Date: Sep 2004
Location: Notts, UK
Posts: 330
you should open it in a php editor, i use DZSoft http://www.dzsoft.com/dzphp.htm

or you can just open it in notepad or wordpad.

(right click on the file and choose open with..)
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 05-20-2005, 03:44 PM
Moderator
 
Join Date: Nov 2002
Location: Belgium
Posts: 957
I use context => http://context.cx/

BTW I strongly recommend not to use Wordpad
__________________
Yannick R. aka Mighty_Y
http://support.code-area51.com
http://www.code-area51.com

Search before asking makes my life easier!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 05-20-2005, 04:09 PM
Junior Member
 
Join Date: May 2005
Posts: 15
i opened with note pad, but the text is rly messed up, its all at the top and i need to scroll across to edit is there anyway to fix this. By the way when I was reading the contents of config I notcied they ask for the host name and username and password twice, should i just put the same thing for both of them. Thnx for all the help.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 05-20-2005, 04:28 PM
Moderator
 
Join Date: Nov 2002
Location: Belgium
Posts: 957
use a decent php editor, Context or DZSoft, and then the file will be formatted correctly.

The information should be given by your host.
__________________
Yannick R. aka Mighty_Y
http://support.code-area51.com
http://www.code-area51.com

Search before asking makes my life easier!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 05-20-2005, 08:29 PM
Junior Member
 
Join Date: May 2005
Posts: 15
$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

I gave all my host name info and stuff like that but I don't know what to do here. ALso

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

do I change any of this, with my host name and pass and stuff or do I leave it like this. Thanks.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

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
Installation help Oldmaz Nuke 7.x - General 4 06-10-2006 11:29 AM
Installation cermi Nuke 7.x - General 4 03-08-2006 07:37 AM
Mod Installation pfx121 Nuke 7.x - Modules 2 01-22-2005 06:02 AM
pay for installation ChromeCrow Site design 3 09-05-2004 03:24 PM
Worked after installation..now it doesn't farout Purged Topics 1 11-21-2002 10:38 AM


All times are GMT -5. The time now is 09:07 AM.


Design by Vjacheslav Trushkin, color scheme by ColorizeIt!.

LinkBacks Enabled by vBSEO 3.1.0

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