Thread: stuck
View Single Post
  #10  
Old 04-03-2009, 11:12 AM
trainerluke trainerluke is offline
Member
 
Join Date: Mar 2009
Posts: 22
Credits: 4,918
trainerluke
Default RE: stuck

Step 15
--------
This is where alot of people screw up. Your CPanel should still be open in another window or tab. If not, open it again, in a seperate window or tab. Now click "MySQL" again. This contains all your info. This is what your config.php window should look like. I will tell you what to put in each one.

$dbhost = ''; //DB Hostname
$dbuser = ''; //DB User
$dbpass = ''; //DB Password
$dbname = ''; //Your database name
$dname = ''; //Your domain name (No http, www or . )
$spath = ''; //The folder you installed this script in, if subfolder use a slash, if root domain empty
$auser = ''; //Admin Username for Host Admin CP
$apass = ''; //Password for Host Admin CP

dbhost: In the MySQL page, it should say something like "Important: MySQL Host for any database in this account is mysql*random number here*.000webhost.com , do not use localhost!". Grab that address and paste it here.

dbuser: Remember that really random number from Step 4 that was like "a2746876_*something*" or some other random one? Get the full thing and paste it here. This can be found on the MySQL page.

dbpass: Grab the password you entered for the MySQL Database and put it here.

dbname: The name of your MySQL Database. It should have that random number from Step 4 and the underscore again. This can be found on the MySQL page. It was something like "a2746876_pet" or w/e you set it as.

dname: Your website name but without http or www.

spath: If you followed the tut right then you can leave this blank.

auser: The username you want for your Adoptables Admin CP.

apass: The password you want for your Adoptables Admin CP.


was I supposed to paste over where it says DB Hostname,DB User,DB Password, your database name, your domain name, Admin Username for Host Admin CP, and Password for Host Admin CP
Reply With Quote