![]() |
[OzzModz] Log Failed Login
Another mod brought to you by,
https://vborg.vbsupport.ru/external/2015/01/1.png Here is a small modification you can use to log selected users IP's when there is a login failure. It is a simple installation, upload the file, ozzmodz_failed_login_log.log, in the UPLOAD folder, to your forum root, then import the product XML, product-ozzmodz_log_fail_login_38 You can edit the options under the settings, OzzModz: Log Failed Login IP Settings Complete Feature List
Frequently Asked Questions. Q. Why do I need such a thing, you ask? A. If you feel your members accounts are trying to be accessed by unauthorized people, this will log the IP's when the person fails the login, usually due to a wrong password. You can get the IP's from the log and add them to your ban list. Also it was requester by 00pavan00 here, How to log ips of failed attempts? Q. How do I view the log? A. Navigate to the log file, in your forum root, via FTP, and view it from there. Q. How do I clear the log entries? A. You can clear the log by deleting the entries and saving. Q. How do I read the log? A. It will have the info in this format, Date, Time, Userid, Username, IP Address. ------------------------------------------------------------------------------------------- If you like this mod please hit the https://vborg.vbsupport.ru/external/2015/08/1.png button to the right ----> Please remember to click the, https://vborg.vbsupport.ru/external/2015/08/2.png button to the right if you installed the mod ----> What does 'Marking As Installed' do ? * It helps you to stay on top of updates - members who have installed modifications will be notified whenever new updates are available. * For security issues - vbulletin.org will contact all members who have installed a modification whenever a security issue is brought to their attention. * Marking a modification as installed also helps me know how many people are using my work, giving me extra incentive to provide more features and new modifications. I appreciate the support! ------------------------------------------------------------------------------------------- v1.0.0 Initial release. |
Reserved.
|
Thanku very much :) Great helper .
|
Quote:
A small suggesting to author is it possible to select our self to log ip or username what even we want as selected thanku. OR Make it as two text files one file will log all details another file will log only ips. Thanku. This is really helps when you guys get my situation thanku. :) |
Quote:
Quote:
|
Here is the link
https://vborg.vbsupport.ru/showthread.php?t=229232 HTML Code:
fwrite($fp, vbdate($vbulletin->options['dateformat'] . ',' . $vbulletin->options['timeformat']) . ',' . $vbulletin->userinfo['userid'] . ',' . $vbulletin->db->escape_string($vbulletin->userinfo['username']) . ',' . IPADDRESS . "\r\n"); |
Change that line to this.
Code:
fwrite($fp, (IPADDRESS . "\r\n")); |
All times are GMT. The time now is 04:27 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|