![]() |
Quote:
Doest show installed. That is the problem. Had a DB crash. Was able to get a partial restore. And just have building on that. |
Quote:
|
Quote:
It was previously installed. Had a DB crash.(this is where it was installed) Restored most of the Database. Ending up having to complete start a new forum. Use Impex to get my users and forums. (lost all post,pm,plugins.) Rebuilt from there. Now when I attempt to install I get the error above. |
Quote:
|
Worked You all are the greatest.
|
Bonjour
Merci beaucoup pour ce hack @++ |
Works great!
however I'm having security issues with users trying to log in to other peoples accounts. Failing, But trying. I've had several email complaints from the users who had emails sent to them stating someone tried logging into their account. Actually, I just wrote it myself. using your code as a base. Here are the mods I did. My hack for Logging Failed attempts Two files now need to be modified to enable it. (Backup everything first) First ./includes/function_login.php Now look for the section for "Exec_strike_User". there will be a query inserting a strike into the system. Right before or after the code "$strikes++;" add the following code. Code:
$vbulletin->db->query_write("INSERT INTO " . TABLE_PREFIX . "logins (userid, username, ipaddress, phpdate, logintype) VALUES (" . $vbulletin->userinfo['userid'] . ", '" . $vbulletin->db->escape_string($vbulletin->userinfo['username']) . "', '" . $vbulletin->db->escape_string(IPADDRESS) . "', " . TIMENOW . ", 'FAILED ATTEMPT')"); Now modify the following file ./adminCP/loginlog.php Find the while loop Code:
while ($log = $db->fetch_array($logs)) Code:
else if ($log['logintype'] == 'FAILED ATTEMPT') |
Is it possible to modify the options of this hack to create a log file of all failed logins?
Would be good to be able to see the amount of attempts (reoccuring) on a single account. |
Great hack. Installed. :D
|
Quote:
|
Thanks for this mod. I have a question. Can this mod back track logins prior to installation of the mod, or can it only see logins after it was installed?
|
Quote:
|
i tried everything can not see it in admin panel
thanks but did not work |
Does it still work in 3.7?
|
It's working fine for me on vBulletin 3.7.
|
You done good... Thanks
|
GO TO STATISTICS & LOGS!
Quote:
|
looks good ... like an earlier poster said it wont show up automatically after installing, just hit F5/refresh after installing and now it'll show up as "Log Logins Hack" under "Statistics and Logs" section of the admin cp ...
Thanks for the hack - nice work! -kenc |
Looks like it's working fine on 3.6.8 Thank you very much!
|
Essential info, many thanks.
|
Uninstalled today as it does not record all the log ins . Half those members logging in are missing from the log.
|
Excellent. Big thanks. :up:
|
Quote:
|
I get a error at the user profile of a new user, that registered after upgrading the forum to vB 3.7.0
Quote:
|
Quote:
Your quote from the description of this hack : Quote:
|
Quote:
Log is is used here strictly to use the log-in form. |
Thanks - installed
|
Got it installed and it works wonderfully!
|
Very nice hack, but its time to upgrade my board... :p :rolleyes: :eek:
Nyone know if this hack works with vB 3.7.x? :confused: Thank you so very much! :up: :up: :up: |
If you browse a bit through this thread, you will find https://vborg.vbsupport.ru/showthread.php?p=1432160.
And of course mine does work, too ;-) Ingress |
It works on 3.7.2
|
I've just installed it - works great on vb 3.7.2 PL2
but I don't want to log all of my users. How to log users who belong to individual groups, for example I want to log user belong to groups: 5,6,7? |
Such a usefull mo, Thanks Abe
Suggestion/Request: Every time im lookin for specified IP address i've to query logins table using ssh/phpmyadmin/admincp queries it would be great if you add some more searching tips in admincp interface such as ipaddress |
Hello,
I really like this MOD but I felt as though it left a lot of room for improvement. I've added some features to it and I'd be happy to share them with you if you plan on releasing an update. Main changes are that I've allowed for the tracking of the user agent, searching by username or userid. Also I updated the code so that if a user decides to do core edits for cookie tracking they can and it'll display them. IrPr, I really like your suggestion and may implement that if I've got time as I could find the helpful as well. |
Quote:
|
Any chance this will be converted for VB4.0?
|
Would love if you can convert this to VB4.X
Thanks for werry good mod. |
Thank you, seems to work fine also under VB3.8.4. Would love to have it for 4.0.
|
Does it works on 4.0?
|
New version here: https://vborg.vbsupport.ru/showthread.php?t=241780
|
All times are GMT. The time now is 01:02 PM. |
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:
|