Questions tagged [akismet]

Akismet is a web service that helps prevent spam comments on your web site.

Akismet can be used as a plugin (There are many available, but a plugin is one of them) or through their API (Which is what the plugins use).

http://akismet.com/

20 questions
0
votes
2 answers

Finding/killing a memory problem in a specific controller in rails

I have a website built on Rails, on Heroku, that typically works fine with about 90% memory usage. Through Scout I have isolated a problem in my Rails-app where my comments#create-controller sometimes allocates 860k of Memory which shuts down my…
Christoffer
  • 2,271
  • 3
  • 26
  • 57
0
votes
1 answer

WordPress : Why some comments go to spam

I have site and i install jetpack and akismet in my site, But the problem is some comment go to spam, But its not spam. How can solve it ?
user1325584
0
votes
1 answer

Contact form (Wordpress) won't submit

I am creating a theme in Wordpress, using an Akismet form and a jQuery AJAX script. I have modified all of the relevant areas to integrate into my Wordpress site, even using the Akismet API key that is already there. Here is my code: Form
Nate
  • 353
  • 1
  • 3
  • 15
0
votes
1 answer

Rails 4 + Rakismet + Akismet not working properly

Rails 4 My application.rb: require File.expand_path('../boot', __FILE__) require 'rails/all' Bundler.require(*Rails.groups) module Helpdesk class Application < Rails::Application config.rakismet.key = '3sf1b9e19da3' …
Lesha Pipiev
  • 3,251
  • 4
  • 31
  • 65
-1
votes
3 answers

Spam protection in Phpfox

I have a website customized using phpfox which has no spam protection yet. Now there are lots of spam for feeds and blogs in the database. So the database grows large. I searched for spam protection plugins for phpfox and found Akismet to be useful…
santhosh
  • 1,191
  • 4
  • 14
  • 28
1
2