Wordpress plugins
Simple Login Log

Simple Login Log

Version : 1.1.2
Tested up to : 4.7.6
Number of download : 97441
Author : Max Chirkov
Average rating : 4.5 / 5 on 24 votes 24 votes, 4.5 avg.rating

Screenshots

Simple Login Log
Simple Login Log
Simple Login Log
Simple Login Log

Simple log of user logins. Tracks user name, time of login, IP address and browser user agent. Demo Video Features include: ability to filter by user name, successful/failed logins, month and year; export into CSV file; log auto-truncation; option to record failed login attempts. Translations: Persian [fa_IR] by MohammadHadi Nasiri German [de_DE] by Philipp Moore Russian [ru_RU] Ukrainian [ua_UA] Chinese [zh_CN] by Mihuwa French [fr_FR] by Mehdi Hamida Author: Max Chirkov Author URI: http://simplerealtytheme.com/ Copyright: Released under GNU GENERAL PUBLIC LICENSE Filters ** Log Output Within the Table ** sll-output-data – filters table row array where array keys are column names and values is the output For example, we can use this filter to link IP addresses to a geo-location service: <?php add_filter( 'sll-output-data', 'link_location_by_ip' ); function link_location_by_ip($item){ //$item is a single row for columns with their values $item['ip'] = sprintf('<a target="_blank" href="http://infosniper.net/index.php?ip_address=%1$s&map_source=3&two_maps=1&overview_map=1&lang=1&map_type=1&zoom_level=11">%1$s</a>', $item['ip']); return $item; } ?> Translation If you would like to contribute, the POT file is available in the languages folder. Translation file name convention is sll-{locale}.mo, where {locale} is the locale of your language. Fore example, Russian file name would be sll-ru_RU.po.

Download now