hi, yes did change everything as i think (host, dbname, pass). Transferred it thru dump.sql code. It looks like it is connected with a domain but the domain points me to domeneshop webpage. Support from domeneshop said i have to use the correct method according to my code to connect to database. I found this file class.dbase.php where i aslo changed all these in red.
function DataBase($prefix = "")
{
$this->logger = &$GLOBALS["logger"];
$this->dblink = null;
$this->basePrefix = $prefix;
if (!$this->connect("host", "dbname", "Brukernavn", "pass")) {
print('connection error');
}
}