Well .. first u say "db connect" is ok. Do you know what "db" exactly means? It means "database". You can create databases in mysql, and ms sql too. I know what do you mean but dont forget that "db" and "ms sql" will be never the same thing.
As I see you are using stolen CMS, originally made by Syntaxfehler. I don't think if you bought it, or anyone let you use it.
Anyways let's take a look at these ugly mysql errors.
It says mysql_fetch_assoc expects parameter 1 to be resource.
You see this error, because the specified news table doesn't exists in your MySQL database or the query fails. In these cases, mysql_query returns false value, instead of a resource.
So basically the news table is not exists in the database you specified.
Before creating a website, or using a website, you should learn php programming.
Fast, efficent, and easy, that's what you need
Resources:
