Deze plugin is niet getest met de laatste 3 grotere versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

wp2syslog

Beschrijving

End users can benefit from wp2syslog:

  • Log entries for core events help to keep track of the daily business, especially on multiuser blogs.
  • Log entries for core events can raise awareness for threats and problems, for example abuse attempts.
  • Log entries triggered by plugins allow the user to comprehend the functionality of the plugin.

Developers can benefit in two ways from wp2syslog:

  • At each point of the code, a log entry can be triggered. No need to print to the browser, just let wp2syslog put it in the database, and you can have a look later.
  • You can develop your plugins with support for wp2syslog. This will give your users the chance to better understand what your plugin is doing (see doc/specs.html).

Credits

This plugin is forked from first 0.2 version of http://www.ossec.net/wpsyslog2/
already forked from the wpsyslog plugin by Alex Guensche ( http://www.zirona.com/software/donate ).

The firts version of this plugin was developed during a project with the German “Menschen für Tierrechte” (Humans for Animal Rights).
It is an organisation of activists who advocate animal rights and fight against abuse of animals. They generously decided to donate
this work to the general public by letting Zirona put it under the GNU GPL and allowing us to promote and distribute it.

Please support the work of Humans for Animal Rights, e.g. by placing a link to Humans for Animal Rights and
spreading the word. Not (only) because of this plugin, but generally for a better treatment of the beings on this planet.

Schermafdrukken

  • Main configuration page
  • Show log from database
  • Show log, with query filter

Installatie

  1. Just copy wp2syslog folder to the wp-content/plugins/ folder
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

FAQ

Installation Instructions
  1. Just copy wp2syslog folder to the wp-content/plugins/ folder
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“wp2syslog” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “wp2syslog” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

1.0.5

  • fix: compatibility with php 7
  • sec: better input sanitize

1.0.4

  • fix: load css only in showlog page

1.0.3

  • fix: syntax error in table creation

1.0.2

  • fix: compatibility with php 5.3 (sorry, php -l *php won’t work as I expected).

1.0.1

  • fix: Backward compatibility with php 5.3. Warranty: I’ve not fully tested with php 5.3.

1.0.0

  • changes: Refactoring with helping of some phpunit tests.
  • changes: The string ident ‘core’, which is added to each wp core message, is changed to more eloquent ‘wpcore’.
  • new: added client ip and user-agent to infos logged by default

0.2.3

  • bugfix: error in wp2syslog function (thanks Bobo)
    Now is possible to use it in others plugins.

0.2.2

  • bugfix: typo in event function declaration (thanks Chris)

0.2.1

  • fix annoying deprecated function