Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 81
7 members and 74 guests
hypye4notherape, laszxsvegaschib, pilgrlowlf7spea, ral4yqkeighqtx5, res3sawumewotg4, robaaerteqjc6xs, ven8qqloeejg3in
Most users ever online was 611, 03-21-2008 at 11:10 PM.
» .::.
tattoo fonts
http://www.checkoutmyink.com/category/tattoo-fonts-tattoo

Go Back   Nukemods Forum > General > Open topics

Reply
 
LinkBack Thread Tools Display Modes
Need installation help
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 14
Join Date: May 2005
Need installation help - 05-19-2005, 05:25 PM

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
Old
  (#2 (permalink))
Junior Member
 
Status: Offline
Posts: 6
Join Date: May 2005
05-20-2005, 03:13 AM

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
haha
Old
  (#3 (permalink))
Junior Member
 
Status: Offline
Posts: 15
Join Date: May 2005
haha - 05-20-2005, 02:34 PM

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
Old
  (#4 (permalink))
Moderator
 
Status: Offline
Posts: 957
Join Date: Nov 2002
Location: Belgium
05-20-2005, 02:36 PM

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
Old
  (#5 (permalink))
Junior Member
 
Status: Offline
Posts: 15
Join Date: May 2005
05-20-2005, 03:52 PM

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
Old
  (#6 (permalink))
Moderator
 
Status: Offline
Posts: 330
Join Date: Sep 2004
Location: Notts, UK
05-20-2005, 04:42 PM

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
Old
  (#7 (permalink))
Moderator
 
Status: Offline
Posts: 957
Join Date: Nov 2002
Location: Belgium
05-20-2005, 04:44 PM

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
Old
  (#8 (permalink))
Junior Member
 
Status: Offline
Posts: 15
Join Date: May 2005
05-20-2005, 05:09 PM

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
Old
  (#9 (permalink))
Moderator
 
Status: Offline
Posts: 957
Join Date: Nov 2002
Location: Belgium
05-20-2005, 05:28 PM

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
Old
  (#10 (permalink))
Junior Member
 
Status: Offline
Posts: 15
Join Date: May 2005
05-20-2005, 09:29 PM

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




vBulletin Skin developed by: vBStyles.com


LinkBacks Enabled by vBSEO 3.3.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