Forum Moderators: phranque

Message Too Old, No Replies

Installing Php Nuke on Godaddy

         

BlackRaven

8:01 am on Feb 25, 2005 (gmt 0)

10+ Year Member



Hi, ok having problems with installing php nuke 7.5 on go daddy,. I have read through the steps on nuke however having problems with the config file setup. what is godaddy table $Prefer i tried leaving it blank but that doesnt work either.?

$dbhost = "localhost";
$dbuname = "********";
$dbpass = "*********";
$dbname = "***********";
$prefix = "";
$user_prefix = "";
$dbtype = "MySQL";
$sitekey = "SdFk*fa28367";
$gfx_chk = 7;
$subscription_url = "";

George_hu

9:35 am on Feb 25, 2005 (gmt 0)

10+ Year Member



As i remember they have
sql1.someserver.com
sql2.someserver.com
sql3.someserver.com
or similar,not localhost!

$prefix = ""; or $Prefer?
i assume you mean the prefix. It can be anything...
$prefix = "mynuke";

I don't remember Nuke is using some default values for this or you must enter something.

BlackRaven

4:18 pm on Feb 26, 2005 (gmt 0)

10+ Year Member



yueap thanks, works now,