View Single Post
  #5 (permalink)  
Old 01-24-2006, 02:55 AM
pcjunkie pcjunkie is offline
Junior Member
 
Join Date: Jan 2006
Location: Australia
Posts: 15
Well they might but...................

Get your FTP

upLoad everything to your directory

Set up your DB using SQL and phpmyadmin

select the file from folder DB...add tables...."drop file" db

Give it a name nuke1 ((say your site is booi15)so what you get is (booi15_nuke1)

The CMOD your config.php file (this is easy on your pc then upload it)


It should look like this




Code:
$dbhost           = 'localhost'                  ;     
$dbuname          = 'booi15_nuke1'                  ;
$dbpass           = 'I33vEie3RTEF'                  ;
$dbname           = 'booi15_nuke1'                    ;
$prefix           = 'nuke'                         ;
$user_prefix      = 'nuke'                         ;
$dbtype           = 'MySQL'                        ;
$sitekey          = 'gGe*&keteRFOOFIbzvEiGT9S4F+e9' ;
$gfx_chk          = 7                              ;
$subscription_url = ''                             ;
$admin_file       = 'admin'                        ;
$advanced_editor  = 0                              ;
Now point your browser to h++p://yoursitename.com/admin.php

If nuke is in a second tier folder (say its caled nuke)then it will be

h++p://yoursitename.com/nuke/admin.php

Hope that helps if not a little...........

Also try easyup nuke and check how and what exactly the password should be on your config file ....hex or whatever.......(it's not (( My password))

Or you could try an installer that does most of the above for you
Reply With Quote