php forum
php mysql forum
php mysql smarty
 
Page 2 of 2 < 1 2
Topic Options
#314701 - 07/13/07 12:54 AM Re: Multiple Identity Detector [Re: gliderdad79]
jgeoff Offline
Power User

Registered: 04/05/01
Posts: 93
Loc: NJ

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?
_________________________
GangsterBB.NET (Ver. 7.3)
2007 Content Rulez Contest - Honorable Mention
UBB.classic 6.7.2 - RIP
Browser: Firefox 2.0

Top
#315088 - 08/06/07 06:21 AM Re: Multiple Identity Detector [Re: gliderdad79]
Rose Offline
Power User

Registered: 09/29/06
Posts: 76
I have not been able to get this to work in 7.2. We get the PM, but the names are blank. Any ideas anyone?

Top
#315818 - 09/25/07 04:44 AM Re: Multiple Identity Detector [Re: gliderdad79]
MattUK Offline
Journeyman

Registered: 11/23/01
Posts: 136
Works perfectly on 7.2.2, thanks

Top
#316762 - 02/28/08 11:19 AM Re: Multiple Identity Detector [Re: chillin]
Ohton Offline
Lurker

Registered: 06/30/02
Posts: 4
can we get this to work in 73b4?

Top
#316779 - 03/02/08 02:28 PM Re: Multiple Identity Detector [Re: gliderdad79]
Thelockman Offline
Lurker

Registered: 02/28/08
Posts: 9
Works well in 7.2.2

Top
#316780 - 03/02/08 02:37 PM Re: Multiple Identity Detector [Re: Thelockman]
gliderdad79 Offline
Newbie

Registered: 03/24/06
Posts: 23
Yes it does in 7.2.2, but at a quick install it didn't work in 7.3b4. Haven't looked into what may need to be changed yet

Top
#316924 - 05/08/08 08:13 AM Re: Multiple Identity Detector [Re: gliderdad79]
Thelockman Offline
Lurker

Registered: 02/28/08
Posts: 9
I'm thinking that the line to add this under in 7.3 would be:

$myinfo['dob'] = get_input($config['COOKIE_PREFIX']."ubbt_dob","cookie");

I have not tried it as of yet but need to upgrade my test board before I can try this hack.

Has anyone tried this in 7.3 yet and if so what changes need to be made for this to work?

Top
#316945 - 05/11/08 08:18 PM Re: Multiple Identity Detector [Re: Thelockman]
MikeBTech Offline
Lurker

Registered: 05/26/07
Posts: 2
Loc: Texas
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

Mike

Top
#316946 - 05/12/08 12:38 AM Re: Multiple Identity Detector [Re: MikeBTech]
jgeoff Offline
Power User

Registered: 04/05/01
Posts: 93
Loc: NJ

Thanks, Mike - was meaning to look into that after my upgrade to 7.3. Hoping for the best!
_________________________
GangsterBB.NET (Ver. 7.3)
2007 Content Rulez Contest - Honorable Mention
UBB.classic 6.7.2 - RIP
Browser: Firefox 2.0

Top
#316964 - 05/14/08 04:01 PM Re: Multiple Identity Detector [Re: jgeoff]
badfrog Offline
Lurker

Registered: 03/05/07
Posts: 9
working in 7.3 :-)


Edited by badfrog (05/14/08 04:38 PM)

Top
#317079 - 05/28/08 07:19 AM Re: Multiple Identity Detector [Re: badfrog]
Thelockman Offline
Lurker

Registered: 02/28/08
Posts: 9
So what is the actual code I need to use and where do I place it.

Top
#317081 - 05/28/08 11:25 AM Re: Multiple Identity Detector [Re: Thelockman]
sirdude Moderator Offline
Enthusiast

Registered: 11/08/03
Posts: 429
Loc: SoCal
The code is overdone for 7.3.

We can instead use:
$this->send_message($Sender="",$To="",$Subject="",$Mess="",$Group="");

now..

If i have time today i'll redo it 7.3-ized smile
_________________________

Unfair, Unbalanced, Unmedicated.

Top
#317103 - 05/30/08 10:13 AM Re: Multiple Identity Detector [Re: sirdude]
Thelockman Offline
Lurker

Registered: 02/28/08
Posts: 9
Cool, Thanks.

Top
#317178 - 06/07/08 07:15 PM Re: Multiple Identity Detector [Re: Thelockman]
Thelockman Offline
Lurker

Registered: 02/28/08
Posts: 9
Hey sirdude, Ever get this finished yet?

Top
#317301 - 06/26/08 12:21 PM Re: Multiple Identity Detector [Re: Thelockman]
winter Offline
Lurker

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

Top
#317384 - 07/08/08 05:45 AM Re: Multiple Identity Detector [Re: winter]
Myke Offline
Power User

Registered: 09/06/99
Posts: 86
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 


Then replace:
Php Code:
}elseif(!stristr($multiple,"c{$Uid}c") && $Uid > 0){ 


with:

Php Code:
}elseif ((!stristr($multiple,"c{$Uid}c") && $Uid > 0) && !in_array($Uid, $multi_id_allow)){ 


This will prevent the PM being sent if the Uids in the $multi_id_allow array share the same computer and browser.

Top
#317410 - 07/16/08 05:59 AM Re: Multiple Identity Detector [Re: Myke]
Detangler Offline
Lurker

Registered: 02/23/08
Posts: 2
Is it possible to make this show the IP address of the user who triggered the alert in the PM? (Works fab otherwise though!)

Top
Page 2 of 2 < 1 2


Moderator:  sirdude 
Top Posters Last 30 Days
AllenAyres 58
Gizmo 25
sirdude 25
Zarzal 17
blaaskaak 10
willing 3
tackaberry 3
Who's Online
0 Registered (), 32 Guests and 7 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Auto repair table
by blaaskaak
Yesterday at 06:16 PM
User Authentication Class
by swebs
07/18/08 06:19 PM
[7.3.x] ubb.links
by AllenAyres
07/18/08 05:09 PM
Team UBBDev Rides Again!
by AllenAyres
07/18/08 05:08 PM
ubb.social
by willing
07/17/08 06:29 PM
Multiple Identity Detector
by Detangler
07/16/08 05:59 AM
how do I change textcolor in shoutbox
by sirdude
07/14/08 05:14 PM
New Mods
[7.3+] CustomTag - Photobucket Slideshow
by Gizmo
07/12/08 11:14 AM
[7.3.x] Copy forum permissions
by blaaskaak
07/09/08 02:37 PM
Protect users emails
by Basil Fawlty
06/29/08 08:44 AM
[7.3.x] Scheduled board close for backup
by blaaskaak
06/26/08 04:01 AM
[7.3+] CustomTag - Audo Embedding
by Gizmo
06/24/08 07:52 PM
Newest Members
Stanley, NazzaN, mmem700, Tyler, nunny
13309 Registered Users

 

 

 
fusionbb message board php hacks