مواد ڏانهن وڃو
  • لاگ اِن
  • کاتو کوليو
WordPress.org

سنڌي

  • ٿيمون
  • پلگ ان
  • سھائتا
    • Documentation
    • Forums
  • بابت
  • Source Code
  • Contact
  • Get WordPress
Get WordPress

پلگ انون

  • منهنجا پسنديده
  • بيٽا جاچ پڙتال
  • ڊولپرز

ھي پلگ ان WordPress جي جديد 3 وڏين رليزز سان آزمايو نه ويو آھي. اهو ٿي سگهي ٿو وڌيڪ برقرار يا سپورٽ نه ٿي سگهي ۽ ٿي سگهي ٿو مطابقت جا مسئلا جڏهن ورڈپریس جي وڌيڪ تازي ورزن سان استعمال ڪيو وڃي.

ڊائون لوڊ ڪريو

Simple Login Log

کان: Max Chirkov
  • تفصيل
  • جائزو
  • تنصيب
  • ترقي
سھائتا

وضاحت

Simple log of user logins. Tracks user name, time of login, IP address and browser user agent.

Demo Video

Features include:

  1. ability to filter by user name, successful/failed logins, month and year;
  2. export into CSV file;
  3. log auto-truncation;
  4. 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.

تصوير

  • Simple Login Log Settings.
  • Login Log Management Screen.

انسٽاليشن

  1. Install and activate like any other basic plugin.
  2. If you wish to set log truncation or opt-in to record failed login attempts, go to Settings => General. Scroll down to Simple Login Log.
  3. To view login log, go to Users => Login Log. You can export the log to CSV file form the same page.

Screen Options are available at the top of the Login Log page. Click on the Screen Options tab to expand the options section. You’ll be able to change the number of results per page as well as hide/display table columns.

FAQ

Installation Instructions
  1. Install and activate like any other basic plugin.
  2. If you wish to set log truncation or opt-in to record failed login attempts, go to Settings => General. Scroll down to Simple Login Log.
  3. To view login log, go to Users => Login Log. You can export the log to CSV file form the same page.

Screen Options are available at the top of the Login Log page. Click on the Screen Options tab to expand the options section. You’ll be able to change the number of results per page as well as hide/display table columns.

جائزا

always works, and now on wp 5.5.1

zinkab 4 سيپٽمبر 2020
This is one of the plugins that always work. I can't explain why, as I am a layman. But I know that it has been working flawlessly for the past 4 years for me. Thanks for the plugin Mr Chirkov. The wordpress search can't find it by using search words Simple Login Log, we need to type Simple Login Log by Max Chirkov to get to it.

Just works

asplash 22 جُولاءِ 2020
This is a must have plugin if you build sites for others to use and maintain. Being able to identify the last user - before things went wrong - cuts time when called in to sort out any issues.

Love this plugin

cecev 8 نومبر 2016
So simple to install and activate. If you want to know who logs into your account, this will give you the information. Love it, love it, love it.

Simple login log

adminkov 10 سيپٽمبر 2016 1 reply
Хороший плагин и полезный

Does not track "Remember Me" logins

katie.fritchen 3 سيپٽمبر 2016
Plugin seems to work pretty well, except for the fact that it does not seem to be picking up people who have opted for the "Remember Me" option on the login page, which makes it largely useless for my needs.

Works great – thank you!

Jameth12 3 سيپٽمبر 2016
Lovely, lovely plugin, allowing me access to some very useful information. I really like the fact you can also track failed logins and see what username they were trying to use - helps answer some of our website support enquiries! Thank you very much!
جمع: سڀ 27 تبصرا پڙهو

تعاون ڪندڙ & ڊولپرز

“Simple Login Log” اوپن سورس سافٽ ويئر آهي. ھيٺين ماڻھن ھن پلگ ان ۾ حصو ورتو آھي.

تعاون ڪندڙ
  • Max Chirkov

واحد: “Simple Login Log” 1 لوڪل ۾ ترجمو ڪيو ويو آهي. ترجمي ڪندڙن جي مهرباني سندن تعاون لاءِ.

ترجمو ڪريو “Simple Login Log” توهان جي ٻولي ۾.

ڊولپمينٽ ۾ دلچسپي؟

ڪوڊ براؤز ڪريو، چيڪ ڪريو SVN مخزن، يا رڪنيت حاصل ڪريو ڊولپمينٽ لاگ پاران RSS.

لاگ تبدیل ڪريو

Version 1.1.3
– Minor fix.

Version 1.1.2

  • Fixed: logins were not recorded due to (multiple) agent roles assigned to the same user a longer than 30 characters.
  • Fixed: sql injection vulnerability.

Version 1.1.0

  • WP 4.6 compatibility update

Version 1.1.0

  • Fixed: some SQL queries were requesting all records, which caused some sites to run out of memory.
  • Numerous minor fixes and improvements.
  • Added Chinese and French translations.
  • New Feature: Delete All link – deletes all log records at once.

Version 1.0

  • WP 3.8 compatibility update.

Version 0.9.6

  • Bug Fix: records weren’t truncated in multi-site setup.
  • Added German, Russian and Ukrainian translations.

Version 0.9.5

  • Fixed: filtered log results weren’t getting exported correctly.
  • Improvement: log real IP per Alexander’s recommendation.
  • Added Persian translation.

Version 0.9.4 – Highly Advised!

  • Numerous vulnerability fixes!

Version 0.9.3

  • Improvement: search by partial user name as well as partial IP address per Commeuneimage’s recommendation.
  • Updated POT file.
  • Added uninstall.php to all plugin’s data from the database on plugin deletion.

Version 0.9.2

  • Daily cron job with log truncation didn’t work.

Version 0.9

  • Changed access to the log for users with capability to “list_users”.

Version 0.8

  • Bug Fix: Columns’ checkboxes weren’t showing in Screen Options in WP 3.3.

Version 0.7

  • Added user role filter via link. Filter will apply only to newly registered logins, because user roles weren’t recorded in versions prior to v.0.6.

Version 0.6

  • Added new column – User Role.
  • Minor PHP warning notices cleanup.

Version 0.5

  • Bug fix: in_array() warning for hidden columns not returning an array.

Version 0.4

  • Added option to export filtered log results.
  • Added Views filters All/Successful/Failed logins.
  • Added Screen Options: number of items per page, output visibility options for table columns.
  • Added sll-output-data filter, which allows to alter data output in each column of the table.
  • Added support for localization.

Version 0.3

  • Added support for third-party login plugins.
  • Added option to log Failed Login Attempts.

ميٽا

  • ورزن: 1.1.3
  • آخري ڀيرو اپڊيٽ ڪيو ويو: 5 سالَ اڳ
  • فعال انسٽاليشنس: 10,000+
  • ورڊپريس ورزن 3.0 يا وڌيڪ
  • تائين آزمايو ويو: 4.7.25
  • زبانون

    Chinese (China) ۽ .English (US).

    پنھنجي ٻولي ۾ ترجمو ڪريو

  • جمع: ٽيگس:
    logloginusers
  • ترقي يافته ڏيک

درجه بندي

سڀ ڏس
  • جمع: 5 تارا 22
  • جمع: 4 تارا 1
  • جمع: 3 تارا 2
  • جمع: 2 تارا 0
  • واحد: 1 تارو 2
هڪ جائزو جمع ڪرڻ لاء لاگ ان ڪريو.

تعاون ڪندڙ

  • Max Chirkov

سھائتا

گذريل ٻن مهينن ۾ حل ٿيل مسئلا:

0 مان 1

ڏسو سپورٽ فورم

عطيو

ڇا توھان ھن پلگ ان جي ترقي ۾ مدد ڪرڻ چاھيو ٿا؟

هن پلگ ان ڏانھن مدد ڪريو

  • About
  • News
  • Hosting
  • Donate
  • Swag
  • Documentation
  • Developers
  • Get Involved
  • Learn
  • Showcase
  • Plugins
  • Themes
  • Patterns
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Privacy
  • Public Code
WordPress.org
WordPress.org

سنڌي

  • Visit our Facebook page
  • Visit our Twitter account
  • Visit our Instagram account
  • Visit our LinkedIn account
ڪوڊ شاعري آهي.