Search

There used to be an akismet campfire, how about reviving this into a typepad antispam one?

There already is a Symphony 2 Extension for Akismet: http://symphony21.com/forum/discussions/61/1/. Since the TypePad spam service is 100% compatible with Akismet, it would be trivial to alter it. Just grab a TypePad API key instead of the WP API key, and alter the Extension to make requests to TypePad instead. Line 107 of /extensions/akismet/lib/akismet.curl.class.php has

    $this->urls = array(
                'verify' => 'rest.akismet.com/'. $this->api_version
                         . '/verify-key',
                'check_spam' => $this->api_key. '.rest.akismet.com/'
                             . $this->api_version. '/comment-check',
                'submit_spam' => $this->api_key. '.rest.akismet.com/'
                              . $this->api_version. '/submit-spam',
                'submit_ham' => $this->api_key. '.rest.akismet.com/'
                             . $this->api_version. '/submit-ham'
                );

So I guess you can alter that.

Create an account or sign in to comment.

Symphony • Open Source XSLT CMS

Server Requirements

  • PHP 5.3-5.6 or 7.0-7.3
  • PHP's LibXML module, with the XSLT extension enabled (--with-xsl)
  • MySQL 5.5 or above
  • An Apache or Litespeed webserver
  • Apache's mod_rewrite module or equivalent

Compatible Hosts

Sign in

Login details