Mollom Plugin for Laconica
Here's is a Mollom spam filter plugin for Laconica.
To enable, download MollomPlugin.php
http://gitorious.org/laconica-mollom-plugin/mainline/trees/master
Place this in the plugins "local" folder of your laconica installation
Add the following to your config.php
<?php
addPlugin('Mollom');
$config['mollom']['public_key'] = '...';
$config['mollom']['private_key'] = ..
$config['mollom']['servers'] = array('http://88.151.243.81', 'http://82.103.131.136');
?>
replace '...' with your own public and private keys for your site, which you can get from mollom.com
If you're using this plugin, i'd love to know about it -- shiny@cpan.org or shiny on freenode.
Note: it doesn't currenly save which servers are active on the mollom service - this coming very soon.





Nice one! We should probably
Nice one! We should probably put that in the core distribution.
One correction: please DON'T recommend that people put third-party plugins in the 'plugins' subdirectory of a Laconica instance. Third-party and local software should go in the 'local' subdirectory, so it doesn't get stomped on in upgrades.
I haven't got this plugin
I haven't got this plugin working so far. It's my first laconica plugin that i have tried to install on my local server so i may be missing something obvious.
It could also be something to do with ..
"Make sure your server's time is synchronized with the world clocks"
Hopefully i can get this functionality on Mozillaca.com today so that we turn public registration back on.
Best, Paul
Hi Paul. I'm keen to help.
Hi Paul.
I'm keen to help. I'm outta town till Wednesday.. And Internet access from the southern alps is hard to find.. Ping me (shiny on freenode) and I'm sure we can get the plugin going.
Post new comment