Meh :)
I register.php, byt ut:
$db->query('INSERT INTO '.$db->prefix.'users (username, password, email, hide_email, save_pass, status, registered) VALUES(\''.addslashes($username).'\', \''.md5($password1).'\', \''.$email1.'\', '.$hide_email.', '.$save_pass.', '.$intial_status.', '.$now.')') or error('Unable to create user', __FILE__, __LINE__, $db->error());
mot
$db->query('INSERT INTO '.$db->prefix.'users (username, password, email, hide_email, save_pass, style, status, registered) VALUES(\''.addslashes($username).'\', \''.md5($password1).'\', \''.$email1.'\', '.$hide_email.', '.$save_pass.', \''.$options['default_style'].'\' ,'.$intial_status.', '.$now.')') or error('Unable to create user', __FILE__, __LINE__, $db->error());
"Programming is like sex: one mistake and you have to support it for the rest of your life."