// Cookie variables
// This should be set to match the path/domain for your cookies,
// /cookies = "/"; sets the cookie to be usable throughout the site.
// http://www.micheal.users29.donhosts.co.uk = ".domain.com"; sets the cookie to be usable across the domain
// If your BB system has a different setting, then you need to put that path here as well.
$cookie_path = "/";
$cookie_domain = "";
Still doesn´t work i tried all variations of would it be to do with the section marked in red having http:// should i just have .micheal.users29.donhosts.co.uk witihn the .domain.com section ??