Replace line 49 on config.asp with this:
strDBType = "access"
Then place this code on line 55 in config.asp
strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=" & Server.MapPath("\Your_User_Name\db\snitz_forums_2000.mdb") & ";" & _
"Persist Security Info=False"
Make sure that your Access databse is placed in the db directory and that you replace the Your_User_Name in the above code with your Brinkster user name.
By the way, the e-mail features are not going to work if you have one of the free accounts with Brinkster.
Thanks,
Mo