Invision Community 5: A video walkthrough creating a custom theme and homepage By Matt Thursday at 04:02 PM
Adriano Faria Posted May 16, 2016 Posted May 16, 2016 About This File Logs information about all logins performed on your site, whether they are successful or not. The following information is logged: Time of attempt, Member account Username/Email used, IP Address Attempt number Result It should be noted that there is the potential for massive amounts of data to be stored with this application on busy sites, so I recommend you use the LOG PRUNING setting to prune old logs daily. Upgrade from version 1.1.0 (IP.Board 3.X): Simply perform a FRESH INSTALL of version 2.0.0 and the installer will insert the logs from the old app into the new and will delete all data from old app. Todor_KodinSoft 1
EmpireKicking Posted May 17, 2016 Posted May 17, 2016 I'm always logged onto my site and no need to enter the login details since my PC remembers it. From the logs aren't anything showing
Adriano Faria Posted May 17, 2016 Author Posted May 17, 2016 Just now, EmpireKickAss said: From the logs aren't anything showing Of course not. This captures the LOGIN made on login screen. Not cookies.
EmpireKicking Posted May 17, 2016 Posted May 17, 2016 4 minutes ago, Adriano Faria said: Of course not. This captures the LOGIN made on login screen. Not cookies. As I thought, that's what I wanted to know.
The.Reaper Posted May 23, 2016 Posted May 23, 2016 What an amazing application, the fact it's free is amazing, one issue i am having though is the ip addresses are not showing correctly, they are showing the ip addresses associated with the account not the ip addresses of the people trying to hack the accounts.
Adriano Faria Posted May 23, 2016 Author Posted May 23, 2016 1 hour ago, The.Reaper said: one issue i am having though is the ip addresses are not showing correctly, they are showing the ip addresses associated with the account not the ip addresses of the people trying to hack the accounts. Not sure what you mean. The IP Address shown here: is the IP Address used by the guest/member when trying to log in. Eric BXL 1
Adriano Faria Posted May 23, 2016 Author Posted May 23, 2016 5 hours ago, The.Reaper said: one issue i am having though is the ip addresses are not showing correctly, they are showing the ip addresses associated with the account not the ip addresses of the people trying to hack the accounts. Got it. It was really loggin the IP used to create the account. Fixed. File reuploaded. Version kept. Update your install. Eric BXL 1
EmpireKicking Posted May 24, 2016 Posted May 24, 2016 12 hours ago, Adriano Faria said: Got it. It was really loggin the IP used to create the account. Fixed. File reuploaded. Version kept. Update your install. Awesome, thanks Adriano Faria 1
EOMA Posted May 31, 2016 Posted May 31, 2016 (edited) Nice app - Is there any way I can pass this to my mods? Maybe on the moderator restrictions area to enable them to manage it too? I know its a free app and that but just thought I would ask Thanks Adriano Edited May 31, 2016 by Bacman
Adriano Faria Posted May 31, 2016 Author Posted May 31, 2016 7 minutes ago, Bacman said: Maybe on the moderator restrictions area to enable them to manage it too? I know its a free app and that but just thought I would ask Give them access to this app in your ACP. EOMA 1
EOMA Posted May 31, 2016 Posted May 31, 2016 (edited) 3 minutes ago, Adriano Faria said: Give them access to this app in your ACP. Sorry - You mean I can give them access through the acp or give them acp access? Regards Edited May 31, 2016 by Bacman
Adriano Faria Posted May 31, 2016 Author Posted May 31, 2016 You can ACP access to whatever you want. Use the ACP restrictions. EOMA 1
EOMA Posted May 31, 2016 Posted May 31, 2016 4 minutes ago, Adriano Faria said: You can ACP access to whatever you want. Use the ACP restrictions. Mmm - Yes, I see Thank you
Cabola Posted September 6, 2016 Posted September 6, 2016 Is it only for me it logs each login twice? I uninstalled the old version for v3 and installed the new one for v4 and now it does this.
Cabola Posted September 10, 2016 Posted September 10, 2016 another bug I've found, you can't search by IP it just shows a no result page even tho the IP exists in the logs..
Cabola Posted September 14, 2016 Posted September 14, 2016 It's actually not only IP that's bugged, you can only search for a name in the advanced search.. Is it only me or does it work as it should for the rest of you people?
Adriano Faria Posted September 14, 2016 Author Posted September 14, 2016 I will install it to make some tests. Cabola 1
jlow99 Posted September 14, 2016 Posted September 14, 2016 Hello, I'd like to confirm what to do to keep the logs when upgrading from IP.Board 3.4 to IPS 4. I seems like I can just leave the Login Logs 1.1 installed on the IP.Board 3.4 instance and then after upgrading to IPS 4 I just simply install the new version of Login Logs 2.x? Is it really that easy? I don't have to remove the incompatible old version after or anything? My experience in the past with test upgrades from IP.Board 3.4 to 4.x is that it disables the v1.1 Log In Logs application. What I did was just remove the Login Logs application prior to upgrading to IPS V4. I can't recall but maybe there is a preserve data question but I can't remember prior to removing the app. Anyhow, I'm just hoping to see if the old app can be left during the upgrade of IPS to V4 and to simply install this v2.x of the Login Logs.
jlow99 Posted September 16, 2016 Posted September 16, 2016 I did the upgrade from IP.Board 3.4.9 to 4.1.14.3 last night and can confirm that the old version v1.1 can be left as is through the upgrade. I did not deactivate or remove v1.1. Once the IPS4 was completed sorting itself out I installed v2 of the Login Logs by simply uploading the tar file and it took care of converting the data and removing it's old v1.1 remnant bits. This was nice to carry over the old data because I have login trends that are good to use for helping folks and backing up known issues or patterns of not remembering some types of credentials. I could have easily just removed the v1.1 instance prior to the upgrade but would have lost that history.
Daniel F Posted September 22, 2016 Posted September 22, 2016 There's a bug in this application which is causing a 500 error page caused by this line in your hook: public function log( $status, $member ) { if( \IPS\Dispatcher::i()->controllerLocation === 'front' AND \IPS\Settings::i()->llogs_groups == '*' OR $member->inGroup( explode( ',', \IPS\Settings::i()->llogs_groups ) ) ) { you're not checking if $member is null or an instance of \IPS\Member which results in following fatal error: [22-Sep-2016 10:07:32 UTC] PHP Fatal error: Call to a member function inGroup() on array in /home/zzzz/public_html/init.php(442) : eval()'d code on line 37 So each time somebody tries to login with a not existing account, it results in a 500 error page
jlow99 Posted September 23, 2016 Posted September 23, 2016 I think I'm experiencing the same thing Daniel F is reporting, I have experienced this twice when logging into an expired session with the login logs in view. This is what appears in the System Logs of IPS: "The log entry was triggered by a guest" Error: Call to a member function inGroup() on array (0) #0 /var/www/html/hvportal/init.php(442) : eval()'d code(26): IPS\loginlogs_hook_logs->log('GUEST', Array) #1 /var/www/html/hvportal/applications/core/modules/admin/system/login.php(52): IPS\loginlogs_hook_logs->authenticate() #2 /var/www/html/hvportal/system/Dispatcher/Controller.php(96): IPS\core\modules\admin\system\_login->manage() #3 /var/www/html/hvportal/system/Dispatcher/Dispatcher.php(129): IPS\Dispatcher\_Controller->execute() #4 /var/www/html/hvportal/admin/index.php(13): IPS\_Dispatcher->run() #5 {main} Backtrace: #0 /var/www/html/hvportal/init.php(506): IPS\_Log::log('Error: Call to ...', 'uncaught_except...') #1 [internal function]: IPS\IPS::exceptionHandler(Object(Error)) #2 {main}
Adriano Faria Posted September 23, 2016 Author Posted September 23, 2016 Follow the file so you'll get notified as soon as it get fixed/file updated on marketplace.
HCICT Posted May 9, 2017 Posted May 9, 2017 Error: Call to a member function inGroup() on array (0) #0 /home/website/domains/website.nl/public_html/init.php(448) : eval()'d code(26): IPS\loginlogs_hook_logs->log('GUEST', Array) #1 /home/website/domains/website.nl/public_html/applications/core/modules/admin/system/login.php(52): IPS\loginlogs_hook_logs->authenticate() #2 /home/website/domains/website.nl/public_html/system/Dispatcher/Controller.php(97): IPS\core\modules\admin\system\_login->manage() #3 /home/website/domains/website.nl/public_html/system/Dispatcher/Dispatcher.php(129): IPS\Dispatcher\_Controller->execute() #4 /home/website/domains/website.nl/public_html/admin/index.php(14): IPS\_Dispatcher->run() #5 {main} Having troubles with accessing the admin CP.
Adriano Faria Posted May 9, 2017 Author Posted May 9, 2017 I'll test it and will let you know within an hour.
Recommended Posts