Mollom Plugin for Laconica

By Shiny

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.

Trackback URL for "Mollom Plugin for Laconica"

http://git.coffee.geek.nz/trackback/23070

3 comments

By Evan Prodromou (not verified)
32 weeks 4 days ago

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.

By Paul Booker (not verified)
32 weeks 6 hours ago

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

By Brenda (not verified)
31 weeks 5 days ago

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

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <blockquote> <p> <img> <br>
  • Lines and paragraphs break automatically.
  • Twitter-style @usersnames are linked to their Twitter account pages.
  • Twitter-style #hashtags are linked to search.twitter.com.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
1 + 0 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.