Thread: Broken links
View Single Post
  #2  
Old 04-10-2009, 09:28 PM
night807 night807 is offline
Member
 
Join Date: Jul 2008
Posts: 20
Credits: 1,216
night807
Default RE: Broken links

In your config you don't have the adoptables file in.
Yours would be:
Code:
<?php

// PHP Easy Adoptables Configuration File

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

?>
But the details of your MySQL settings.
Reply With Quote