Ok, so I extracted the mollom archive onto the site and build the db and flushed the site as well. I created an account on mollom and added a localhost site.
I then added this to my _config.php
Mollom::setPublicKey('082d19cae3b73f3719f49668dc88d501');
Mollom::setPrivateKey('24cb07a4093cb6c670bdb513d6e0df92');
SpamProtectorManager::set_spam_protector('MollomSpamProtector');
When I flush my site, it then returns this error:
Fatal error: Class 'SpamProtectorManager' not found in C:\wamp\www\ateneoswimming\mysite\_config.php on line 29
Line 29 is this: SpamProtectorManager::set_spam_protector('MollomSpamProtector');
Can anyone help? Thanks!