본문 바로가기
  • 로그인
  • 회원가입
WordPress.org

한국어

  • 테마
  • 플러그인
  • 소식
  • 지원
    • 문서
    • 포럼
  • About
  • Get WordPress
Get WordPress

플러그인

  • 나의 즐겨찾기
  • 베타 시험
  • 개발자
다운로드

이용자 로그인 기록

작성자: Er Faiyaz Alam
  • 세부사항
  • 평가
  • 설치
  • 개발
지원

설명

이 플러그인은 다음의 속성에 대한 모든 방문자들의 로그인 세부사항 추적을 도와줘요:

  1. 로그인 – 로그인 날짜-시간
  2. 로그아웃 – 로그아웃 날짜-시간
  3. 최종 목격 – 최종 목격 날짜-시간
  4. Login Status – Logged in/Logged out/Failed
  5. 온라인 상태 – 온라인/오프라인/유휴
  6. 세션 지속 시간 – 이용자가 세션 당 당신의 웹사이트에 얼마나 오래 머물렀는지.
  7. 이용자 ID
  8. 이용자명
  9. 현재 역할
  10. 이전 역할 – 이용자가 당신의 웹사이트에 로그인해 있는 동안의 역할.
  11. 브라우저
  12. 운영 체제
  13. IP 주소
  14. 국가 이름과 국가 코드 (IP 주소에 기반함)
  15. 시간대 (IP 주소에 기반함)
  16. Mobile (Pro Feature) – Whether the user loggedin with a mobile (e.g. tablet and mobile phone) device.
  17. Proxy IP (Pro Feature) – Whether the user loggedin from a proxy IP.

Features

The User Login History Free Version plugin has all the basic features that will help you to know your website visitors. The User Login History Pro Version plugin has some more premium and useful features along with all the basic features.

  1. AUTO LOGOUT (Pro Feature) – Automatically logout idle users every ‘X’ minute.
    You can also specify roles.
    This feature is built on WordPress Cron Job.
  2. IP ADDRESS CONTROL (Pro Feature) – Allows you to control of masking and hiding of user’s IP address.
  3. EMAIL ALERT (Pro Feature) – Allows you to get notified via email for success/failed login.
    You can also specify roles and modify email templates.
  4. AUTO DELETE OLD RECORDS (Pro Feature) – Automatically delete the records older than ‘X’ days.
    You can also specify the roles.
    This feature is built on WordPress Cron Job.
  5. TRACK SPECIFIC ROLES (Pro Feature) – Allows you to track specific roles only.
  6. CSV SEPARATOR (Pro Feature) – Allows you to enter a CSV separator for CSV export.
  7. REPORT – TIMESHEET (Pro Feature) – Generate a timesheet report
  8. REPORT – NO LOGIN LIST (Pro Feature) – Generate a report of users who have not login for a given date range
  9. REPORT – LOGIN DEVICE (Pro Feature) – Generate report of login count based on IP address
  10. LOGIN TIME TRACKER – Tracks the date and time of user’s login, logout, last seen, etc.
  11. LOGIN STATUS TRACKER – Tracks user’s login status to check if the user is logged in, logged out, failed, etc.
  12. ONLINE STATUS TRACKER – Tracks user’s online status to check if the user is online, idle or offline.
  13. USER INFORMATION TRACKER – Tracks user’s old role, current role, username, etc.
  14. DEVICE INFORMATION TRACKER – Tracks user’s operating system and browser.
  15. GEO LOCATION TRACKER – Tracks user’s timezone and country based on IP address.
  16. ADVANCED SEARCH FILTER – Filters the records.
  17. CSV EXPORTER – Exports the records in csv format.
  18. CUSTOMIZABLE SHORTCODE – Renders the records on front-end.
  19. PREFERABLE TIMEZONE (DEPRECATED! Will be removed in 3.0) – You can select your preferred timezone to be used for the listing table.
  20. MULTISITE NETWORK – On the network admin area, you can see the listing table which shows all the records fetched from all the blogs of the current network.

번역

You can download the language files from here.

다른 언어로 이 플러그인을 번역하시기 원하시나요?

I recommend using POEdit or if you prefer to do it straight from the WordPress admin interface use Loco Translate.
When you’re done, post your file on this issue.
.
You can also translate the plugin online.

How to use the plugin?

  1. To see all the tracked records in admin, click on the plugin menu shown in the left sidebar.

  2. To see all the tracked records of current logged in users in frontend, use the following shortcode:

Basic Usage of Shortcode:

In your template file:

<?php echo do_shortcode('[user_login_history]'); ?>

In your content:

[user_login_history]

Advanced Usage of Shortcode:

In your template file:

<?php echo do_shortcode("[user_login_history limit='20' reset_link='custom-uri' columns='ip_address,time_login' date_format='Y-m-d' time_format='H:i:s']"); ?>

In your content:

[user_login_history limit='20' reset_link='custom-uri' columns='ip_address,time_login' date_format='Y-m-d' time_format='H:i:s']

Shortcode Parameters

You can use the shortcode to display the login list of the current user. It does not display the login list of other users.
Here is the list of all the parameters that you can use in the shortcode. All the parameters are optional.

  1. title – Title of the listing table. Default is: empty string

  2. limit – Number of records per page. Default is: 20

  3. reset_link – Custom URI of the listing page. For the input “my-login-history”, it will render a reset link with the following URL:
    www.example.com/my-login-history
    Default is the full permalink of the current post or page.

  4. date_format – A valid date format. Default is:

    Y-m-d

  5. time_format – A valid time format. Default is:

    H:i:s

  6. show_timezone_selector – Whether you want to show timezone selector or not. Any value other than “true” will be treated as “false”. Default is:
    true

  7. roles (Pro Feature):
    It allows you to set role(s) in the shortcode parameter so that you can see the login list of other users who belong to the role(s).

    [user_login_history roles=’administrator, editor’]

  8. columns – List of column keys used to render columns on the listing table. Default keys are:

    operating_system, browser, time_login, time_logout

  9. Available Column Keys:

    user_id, username, role, old_role, ip_address, country_name, browser, operating_system, timezone, user_agent, duration, time_last_seen, time_login, time_logout, login_status

Geo Tracking

The plugin uses a free third party service to detect country and timezone based on IP address. Many projects are using this free service due to which sometimes the server of the service provider becomes slow. This may affect the login functionality of your website. Hence it is recommended that you do not enable this functionality unless you have paid service or reliable service. If you have a paid service, you can contact us to integrate it.

Login Statuses

  1. Logged in – If the user gets logged in successfully.

  2. Logged out – If the user clicks on logout button and gets logged out successfully.

  3. Failed – If the user enters invalid credentials.

  4. Blocked (DEPRECATED! Will be removed in 3.0) – This is used for the multisite network. By default, a user can login to any blog and then WordPress redirects to the blog on which the user is associated. The plugin saves login info at the blog on which the user logged in but cannot not save the information of the blog on which WordPress redirects the user. You can prevent this behavior by using the plugin setting. Please note that we already removed this status from the pro version plugin but not from the free version yet.

  5. Unknown (DEPRECATED! Will be removed in 3.0) – Since we have added a new column “Login Status” in the version 1.7.0, its value will be empty in the database table after upgrading to 1.7.0. To filter such records, you can use this status.

Note – In case, a user log in with “Remember Me” and then closes his browser without doing logout, it will show the login status as “Logged in”.

버그 고침

만약 당신이 어떤 버그라도 찾으셨다면, 단계별 설명으로 쟁점을 작성하여 버그를 재현해주세요.
새로운 주제를 생성하기 전에 포럼을 검색해주세요.

키워드

user log, log, logger, detector, tracker, membership,
register, sign up, admin, subscriber, editor, contributor, geo location,
profile, front end registration, manager, report, statistics, activity, user role editor

스크린샷

  • 후단에 대한 이용자 로그인 목록표
  • 이용자 로그인 목록표를 사용자 정의하는 화면 옵션
  • 이용자 로그인 기록을 필터하는 고급 검색 양식
  • 설정 - 기본 설정
  • 설정 - 고급 설정
  • 설정 - 이용자 프로필 페이지에서 선호하는 시간대 설정
  • 단축 코드 - 전단을 위한 이용자 로그인 목록표

설치

  1. /wp-content/plugins/user-login-history 디렉토리에 플러그인 파일을 올리거나, 워드프레스 플러그인 화면에서 직접 플러그인을 설치하세요.
  2. 워드프레스 ‘플러그인’화면을 통하여 플러그인을 활성화하세요.
  3. (선택사항) 플러그인을 설정하려면 설정->이용자 로그인 기록 화면 이용하세요.

FAQ

이 플러그인은 손님 이용자의 정보를 추적할 수 있나요?

아니오.

워드프레스 다중사이트 네트워크와 호환되나요?

예.

Where to see login list in admin?

After activating the plugin, just re-login and then click on “User Login History” menu on the left sidebar to see the login list.

What does the setting “online/idle minutes” actually do?

There is a “Last Seen” column in the admin listing page.
There you will see a circle with different colors:
red is for offline users
grey is for idle users
green is for online users

You can change its settings.

The default setting is as follows:

online: 2 min
idle: 30 min

It means that:
1)the column “last seen” will show green color for the users who are active for 0-2 minutes.
2)the column “last seen” will show grey color for the users who are inactive for 2-30 minutes.
3)the column “last seen” will show red color for the users who are inactive for at-least 30 minutes.

후기

Crashes web server!

wd69 2022년 11월 29일 1 reply
Have thousands of users on my website, it is not optimised for large members website. Cannot get list of users without it crashing the database then have to restart it and the web server to get things back online!

Free Version works GREAT!

Duke Snoogens 2021년 10월 16일
The Free Version works GREAT! Straight out the box! All the time and zones are correct. (minor config to my setting) but Shazam! It worked. I uninstalled other login tools for this tool and just use this one now. Thanks!

Very Good Plugin and Awesome support.

mahmoudwp 2021년 2월 23일
Quick support and there no any issues with versions WordPress and Compatible with php8 this plugin deserve five stars. thanks so much and keep it up

Five stars, but should be four

Gustavo Cieslar 2020년 7월 31일 1 reply
Nice plugin. I give you five stars because you are doing a great job, but I suggest you not to include the plugin item in the main admin menu, but instead place it inside Tools, or Users. Using the main menu for small plugins is not a good practice and it's annoying for users.

Excellent plug. Thank you.

hbendali 2020년 6월 4일
Excellent plug. Thank you.

Excellent

normski52 2020년 1월 21일
Excellent plug in. Easy to install and functions well. Thank you.
모든 25 평가 읽기

기여자 & 개발자

“이용자 로그인 기록”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자
  • Faiyaz Alam
  • w3reign
  • Leonardo Gandini
  • Harm10

“이용자 로그인 기록”(이)가 4(으)로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “이용자 로그인 기록”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록을 RSS로 구독하세요.

변경이력

2.1.0 (17th February 2021)

  • Fixed geo location issue

2.0.1 (10th February 2021)

  • Code refactoring.
  • Added Buy Pro Version link.

2.0.0 (10th June 2020)

  • Improved UI/UX of the listing table in admin panel.
  • Code refactoring.
  • Minor bugs fixes.

1.7.4(3rd April, 2020)

  • Fixed some permission issue on dashboard menu
  • Implemented horizontal scroll bar on the listing table in backend
  • Replaced role key with role name on the listing table

1.7.3(25th August, 2019)

  • 색인 크기 제한 문제 수정되었어요

1.7.2(18th August, 2019)

  • 일부 성능 문제 해결되었어요

1.7.1(16th March, 2019)

  • 절에 따라 정렬에서 SQL 버그 수정되었어요

1.7.0(4th June, 2018)

  • 다중사이트 네트워크와 호환성 – 이제 이 플러그인은 워드프레스 다중네트워크와 다중블로그와 함께하는 다중사이트를 지원해요.
  • 로그인 상태 열이 추가되었어요 – 이 열은 이용자가 로그인 됐는지, 로그아웃 됐는지, 실패했는지 또는 로그인이 차단되었는지를 확인하는데 사용되요.
  • 필터 양식에 최종 목격 시간 옵션이 추가되었어요.
  • 최고 관리자열이 추가되었어요 – 이 열은 다중 사이트 네트워크에서만 이용되요.
  • 단축 코드 [user-login-history]는 더 이상 사용되지 않아요.
  • 사용자 정의 매개 변수와 함께 새로운 단축 코드 [user_login_history] 추가했어요.
  • 필터 양식의 날짜 범위 유효성을 검사해요.
  • 이용자 로그인 목록표의 날짜와 시간 형식이 일반 설정에서 바뀔 수 있어요.
  • 목록표의 디자인이 개선되었어요.

기초

  • 버전: 2.1.0
  • 최근 업데이트: 1개월 전
  • 활성 설치: 20,000+
  • 워드프레스 버전: 5.0.0 또는 그 이상
  • 다음까지 시험됨: 6.1.1
  • PHP 버전: 5.6.40 또는 그 이상
  • 언어:

    English (US), Italian, Japanese, Korean, 그리고 Swedish.

    자국어로 번역하기

  • 태그:
    historylogin logsecurity
  • 고급 보기

평점

모두 보기
  • 5개의 별 22
  • 4개의 별 2
  • 3개의 별 0
  • 2개의 별 0
  • 1개의 별 1
평가를 제출하기 위해 로그인합니다.

기여자

  • Faiyaz Alam
  • w3reign
  • Leonardo Gandini
  • Harm10

지원

지난 2개월 동안 해결된 문제:

2 중 0

지원 포럼 보기

기부

이 플러그인이 발전하도록 도우시겠습니까?

이 플러그인에 기부하기

  • 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
코드는 詩다