GithubHelp home page GithubHelp logo

mgt_graylog's Introduction

Welcome to the Mgt Graylog Extension for Magento!

We know it cost you a lot time to delete the daily received spam through the contact and product review form. With our magento Akismet (Automattic Kismet (Akismet for short)) extension for magento no installation of CAPCTHA is needed. A CAPCTHA is not very user friendly and statics have shown that it can be cracked. Also you must not install something difficult on your magento frontend like a CAPCTHA. Here our "Akismet spam prevention for magento" is the best solution to kill the spam.

MORE INFORMATION

http://www.mgt-commerce.com/blog/how-to-manage-your-magento-logs-with-graylog2/

INSTALLATION

  • copy all files to your magento installation
  • Open app/Mage.php and add the following line

  public static function run($code = '', $type = 'store', $options = array())
  {
        ......
    } catch (Exception $e) {
    if (self::isInstalled() || self::$_isDownloader) {
    //add this line
    self::dispatchEvent('mage_run_exception',array('exception' => $e));
    //-----------------------------------------------------------------
    self::printException($e);
    exit();
    }
  }
  • Clear the cache in Admin -> System -> Cache Management
  • Login/Logout from Backend to reload the ACL
  • Go to Admin -> System -> Configuration -> MGT-COMMERCE.COM -> Graylog -> Settings -> Active -> Yes
  • Enter your Graylog2 host
  • Have fun and give Feedback

CHANGELOG

1.0.1

  • Add installation file

1.0.0

  • Initial release

mgt_graylog's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.