if($_SERVER['HTTP_HOST']=='192.168.1.3'){
$host="localhost";
$db1="firstcut_new";
$user_name="root";
$password="gds";
}
else
{
$host="localhost";
$db1="firstcut";
$user_name="firstcut";
$password="Adminmatt@1234";
}
define("C_DB_HOST",$host);
define("C_DB_USER",$user_name);
define("C_DB_PASS",$password);
define("C_DB_NAME",$db1);
$ms[1]='Invalid Username/Password';
$ms[2]='Please Login to Access your Account';
$ms[3]='Please Login to continue';
$ms[4]='You will be intimated shortly the new password from BeatMyPick.com';
$ms[5]='The Username/Email is invalid';
$ms[6]='Password has been changed.Please Login using New Password';
$ms[7]='Old Password is invalid';
$ms[8]='Already Registered with this Username. Please try a new one.';
$ms[9]='Confirmation Code is Invalid.';
$ms[10]='Your BeatMyPick Account is activated. Login to continue.';
$ms[11]='Active Credit Card has been changed.';
$ms[12]='All the 16 spots in the given zip code are already taken';
?>