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

   Re: Multiple Identity Detector to Del.icio.us Add to del.icio.us
  Digg Re: Multiple Identity Detector Digg it

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: 137
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: 439
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
_________________________

A taxpayer voting for Obama is like a chicken voting for Colonel Sanders.

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: 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 


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
#317521 - 08/28/08 04:10 PM Re: Multiple Identity Detector [Re: chillin]
MattUK Offline
Journeyman

Registered: 11/23/01
Posts: 137
Trying to set this up for 7.3.1, but the first step..

Find

$this -> ubbt_setcookie("{$config['COOKIE_PREFIX']}ubbt_dob","",time()-3600);

Can't find that in the file.. where is it now?

Top
Page 2 of 2 < 1 2


Moderator:  sirdude 
Top Posters Last 30 Days
AllenAyres 18
Gizmo 12
sirdude 6
GEN 3
tackaberry 2
Philipp 2
willing 2
Who's Online
0 Registered (), 35 Guests and 11 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Team UBBDev Rides Again!
by Gizmo
08/28/08 11:45 PM
Multiple Identity Detector
by MattUK
08/28/08 04:10 PM
[7.3.x] ubb.links
by AllenAyres
08/26/08 09:57 AM
Installing FlashChat with 7.3
by Gizmo
08/23/08 05:36 AM
[7.2.1] - Naked shoutbox
by Iann128
08/22/08 07:27 PM
Nice Ajax Chat
by M4D
08/21/08 10:02 PM
51-card NVIDIA folding rig cranks out 265,200 ppd
by AllenAyres
08/13/08 10:10 PM
New Mods
Installing FlashChat with 7.3
by Paug
08/23/08 12:14 AM
[7.x] AddThis - Social Networking
by Gizmo
08/01/08 01:30 AM
[7.3.x] ubb.links
by AllenAyres
06/20/08 11:50 PM
[7.3] Dissallow quotes more then 3 levels deep
by blaaskaak
06/09/08 09:01 AM
[7.2.1] - Naked shoutbox
by sirdude
08/17/07 10:36 PM
Newest Members
welcomeback1, Paug, Tim Keating, anscers, Murphdog
13324 Registered Users

 

 

 
fusionbb message board php hacks