I'm using 7.1 right now, and I'm getting this notice despite the fact that one of the members is banned. So, is this checking login attempts, or actual logins?
Works good with 7.3 I have it running without a problem but you need to make alterations to the code in the file called "html.inc.php" instead of the original "ubbthreads.inc.php"
Looks like Rick moved the cookie code to this file
Registered: 09/10/03
Posts: 3
Loc: Salt Lake City, Utah
First off, thanks to everyone who contributes Great stuff like this! The coding is beyond me and I am thrilled for the added functionality that you guys are providing!
It would be great if: 1- Could enter some member #'s that could be excluded. I have my Admin account and then a generic account that I use to check permissions on user groups. I don't need to see the alert when I am the one logging in.
2- Could check IP #'s as well. If a user logs in using different browsers, or if they clear their cookies then it may not trigger the alert. I know IP #'s could change, but if they are quickly logging in under two names I would suspect they would still have the same IP#
I don't know if either of these are even possible, but thought I would throw them out as possible enhancements.
Again, thanks to those who have taken their time to come up with these! If there is a PayPal donation I could make for your efforts I would love to...just let me know the paypal account to send it to! Mark
Registered: 09/06/99
Posts: 87
Loc: Sydney, Australia
Originally Posted By: winter
It would be great if: 1- Could enter some member #'s that could be excluded. I have my Admin account and then a generic account that I use to check permissions on user groups. I don't need to see the alert when I am the one logging in.
In the config options, add a new array to store the allowed mulitple IDs:
Php Code:
$multi_id_allow = array(1, 2); // array of multiple Uid's allowed