» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 54
0 members and 54 guests
No Members online
Most users ever online was 611, 03-21-2008 at 11: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
Portatiles - Ofertas en Ordenadores y Portatiles. Increibles Ofertas DELL.

Register Now! Contact Us

About this Page
This is a discussion on Installing phpNuke within the Site design forums, part of the General category; Hello all. I recently downloaded phpNuke 6.0 and just earlier, 7.3. I couldn't even get 6.0 ...


Go Back   Nukemods Forum » General » Site design

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-10-2004, 11:14 PM
Junior Member
 
Join Date: Aug 2004
Location: Earth
Posts: 5
Send a message via ICQ to JadorOnizuka Send a message via MSN to JadorOnizuka Send a message via Yahoo to JadorOnizuka
Installing phpNuke
Hello all.

I recently downloaded phpNuke 6.0 and just earlier, 7.3. I couldn't even get 6.0 installed correctly as I kept getting some sort of error message that read as follows:

Fatal error: Call to undefined function: message_die() in /home/napalmt/public_html/ussachilles/achilles/db/db.php on line 88

I'm using a friends webserver to get this working, and it's running on a windows box. I tried editing the config.php file first, but, as this is the first time I've ever done anything like this, I have no clue how to do it exactly.

I'd like to know if someone could contact me on one of my listed messengers and give me step-by-step instructions on how to do this... reading instructions from documentation confuse me quite frequently... I would greatly appreciate any help anyone could give me.

Thanks,
JadorOnizuka
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 08-11-2004, 12:55 AM
Moderator
 
Join Date: Jul 2004
Posts: 22
Hi JadorOnizuka,

In your config.php you need to focus mainly on 3 lines:

Code:
$dbuname = "";
$dbpass = "";
$dbname = "";
$dbuname is your database username. Your database username will be set out in the following format:

Code:
prefix_databasename
So, an example of what you need to put down if your database name is called goose and the username that you login to cpanel/phpmyadmin is techgfx: *information in this post is demostration purposes only and therefore is not real*

Code:
techgfx_goose
As you can see techgfx is my username to login to cpanel/phpmyadmin and my database name i created is called goose. Hence, techgfx_goose. So in your config.php you will put:

Code:
$dbname = "techgfx_goose";
Next we move on to $dbname. This is the database username for your database techgfx_goose.

For example, you might have created the user dingo with granted permissions to your database. So the user dingo would be set out as techgfx_dingo, its the same concept as techgfx_goose (your database name). So it would look like in your config.php:

Code:
$dbuname = "techgfx_dingo";
Finally $dbpass. When you created your user called dingo (relistically techgfx_dingo) you have to create a password for the user through cpanel/sql admin. This is the password we need. Lets say your password is smile069 You would put:

Code:
$dbpass = "smile069";
So basically things would look like this overall:

Code:
$dbuname = "techgfx_dingo";
$dbpass = "smile069";
$dbname = "techgfx_goose";
Also in your config.php you will see:

Code:
$sitekey
For this variable, you will see a random bunch of letters (30 characters) beside $sitekey. Change this to whatever you want for security purposes.
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 08-11-2004, 01:50 AM
Junior Member
 
Join Date: Aug 2004
Location: Earth
Posts: 5
Send a message via ICQ to JadorOnizuka Send a message via MSN to JadorOnizuka Send a message via Yahoo to JadorOnizuka
Thanks a lot for the help! But out of curiousity, is the stuff I put in config.php or is it something I have to put somewhere else so that files it to be true and not made up or do I just make it up and put it in there without worrying about establishing it anywhere else?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 08-11-2004, 03:19 AM
Moderator
 
Join Date: Jul 2004
Posts: 22
Hi JadorOnizuka,

Could you explain what you're trying to say again, i can't give you an accurate answer as i am not fully sure what you're trying to say. Thankyou.
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 08-11-2004, 03:50 AM
Junior Member
 
Join Date: Aug 2004
Location: Earth
Posts: 5
Send a message via ICQ to JadorOnizuka Send a message via MSN to JadorOnizuka Send a message via Yahoo to JadorOnizuka
Well, I edited the config.php file the way you told me to and when I goto the admin.php to login, I get some sort of error.

It says this:
CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:


I've uploaded phpMyAdmin to my webserver via FTP and I started reading the documentation when I saw something about editing one of those files and compiling something. I'm guessing I have to edit one of the phpMyAdmin files in order for this work...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 08-11-2004, 04:06 AM
Moderator
 
Join Date: Jul 2004
Posts: 22
Hi JadorOnizuka,

A CGI error is not related to PHP-Nuke. It is your server.
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 08-11-2004, 07:09 AM
Junior Member
 
Join Date: Aug 2004
Location: Earth
Posts: 5
Send a message via ICQ to JadorOnizuka Send a message via MSN to JadorOnizuka Send a message via Yahoo to JadorOnizuka
Is there anyway that I can fix this error?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 08-11-2004, 10:30 AM
Senior Member
 
Join Date: Sep 2002
Posts: 2,905
Originally Posted by JadorOnizuka
Is there anyway that I can fix this error?
Yeah don't put nuke in your CGI-BIN. :roll:

Seriously, follow Techgfx's instructions on editing your config.php file. It is really simple. Just like editing a Micorsoft Word document. You can do that right? The config.php file is the only file you need to make any adjustments to. You will then need to populate your MySQL database that you created...using phpmyadmin. Which needs it's config file adjusted as well to connect to the database.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 08-11-2004, 05:57 PM
Junior Member
 
Join Date: Aug 2004
Location: Earth
Posts: 5
Send a message via ICQ to JadorOnizuka Send a message via MSN to JadorOnizuka Send a message via Yahoo to JadorOnizuka
I didn't put the phpNuke in my CGI bin. I created a new folder on my FTP server and then uploaded the phpNuke files into that folder.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 08-12-2004, 12:50 PM
Senior Member
 
Join Date: Sep 2002
Posts: 2,905
Quote:
Yeah don't put nuke in your CGI-BIN.
I was being facetious(ask Mighty Y what that means) hence the rolling eyes smiley...
If are lost when reading the directions here then you'll probabaly be lost if someone tries to explain as Tech has done on how to setup your config.php file.
CLICK HERE -> http://www.nukemods.com/modules.php?...ide&op=whatnow
Continue on from there clicking Next next next etc. It is really pretty simple.
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
Need help installing 7.6 ultimitetinafan Nuke 7.x - General 8 07-29-2006 11:26 AM
Need some Help installing....... ActusReus Nuke 7.x - General 1 12-15-2005 10:03 PM
Help Installing phpnuke 7 feartetsuo Nuke 7.x - General 1 01-13-2005 10:02 AM
I need help installing phpnuke 6.x HappyDays Open topics 1 07-19-2003 06:32 PM
I need help with installing phpnuke on apache webserver! HounD Showoff 0 01-09-2003 08:34 AM


All times are GMT -5. The time now is 12:00 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