View Single Post
  #9 (permalink)  
Old 03-04-2007, 01:08 AM
abcdefgary abcdefgary is offline
Constant Pligger
 
Join Date: Feb 2007
Posts: 236
Downloads: 5
Uploads: 0
Thanks: 20
Thanked 29 Times in 15 Posts
I'm having trouble setting this up. Particularly here:

Code:
		define('DB_NAME', 'Database Name');    // The name of the database
		define('DB_USER', 'Username');     // Your MySQL username
		define('DB_PASSWORD', 'Password'); // ...and password
		define('DB_HOST', 'localhost');    // 99% chance you won't need to change this value
am I suppose to change the first value, or the second value? (for example, do I place my db name at DB_NAME or under Database Name?

I do get an e-mail, but the activation link appears in the subject, rather than the email body, and it shows up as:

Code:
http://localhost/new/pligg19/validation.php/?code=##############################&uid=username
i must be doing something wrong.
Reply With Quote