View Single Post
  #3 (permalink)  
Old 02-26-2005, 06:02 PM
chieu chieu is offline
Junior Member
 
Join Date: Feb 2005
Posts: 7
yes

here is what i did:

Im using php-nuke 7.5

1- Moved all the files in (PHP-Nuke 7.5) HTML to my php forum using CuteFTP. so i added all the files in HTML folder to /home/chieubuon/mainwebsite_html/forums1 in FTP
*maybe im not upload it to the right place?


2- Then i added all the SQL into my database using PhpAdmin thing

3- i edit the config.php it looks like this

$dbhost = "66.49.239.160";
$dbuname = "chieubuon";
$dbpass = "MY PASSWORD";
$dbname = "chieubuon_com_-_chieu";
$prefix = "nuke";
$user_prefix = "nuke";
$dbtype = "MySQL";
$sitekey = "SdFk*fa28367-dm56w69.3a2fDS+e9";
$gfx_chk = 0;
$subscription_url = "";


NVM I GOT IT WORKING THANKS
Reply With Quote