php forum
php mysql forum
php mysql smarty
 
Page 1 of 3 1 2 3 >
Topic Options
#312421 - 12/30/06 06:39 PM Multiple Identity Detector
chillin Offline
Journeyman

Registered: 01/26/03
Posts: 127
Loc: bend, OR USA
Multiple Identity Detector
Old mod by JustDave ported to 7.02 by chillin. This mod uses a cookie to track user id logins from a single computer. Thus if a person logs into your site using the same browser on the same computer with two or more user id's you'll get a Private Topic with the details.

Working Under
7.02

Files Modified (pre-UBB.T7.3):
/libs/ubbthreads.inc.php

Files Modified (UBB.T7.3+):
/libs/html.inc.php

Install
Follow the one step in the attached text file. BE SURE TO MODIFY THE CONFIG OPTIONS inside the text file before copying into your live site. These configs determine who gets sent the Private Topic.

Php Code:

####################
## CONFIG OPTIONS ##
## EDIT THESE !!  ##
####################
$admins = array(31,2998,4214);  //array of user numbers to send PT to
$sender = 2998; //user number of PT creator
####################
## END CONFIG	 ##
####################
 



Attachments
2326-multipleidentity.txt (222 downloads)



Edited by Gizmo (09/07/08 12:14 AM)
Edit Reason: 7.3 Compat
_________________________
i see threads people
http://www.chinooktc.com

Top
#312423 - 12/30/06 07:18 PM Re: Multiple Identity Detector [Re: chillin]
Ian_W Offline

Veteran

Registered: 02/22/02
Posts: 2575
Loc: England
thanks smile
_________________________
Fans Focus - Focusing on Fans of Sport

(Okay - mainly football (the British variety wink at the moment - but expanding all the time....)

Top
#312424 - 12/30/06 08:43 PM Re: Multiple Identity Detector [Re: Ian_W]
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5354
Loc: Portland, OR, USA
Sounds great, good job smile.
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
#313503 - 03/12/07 08:30 AM Re: Multiple Identity Detector [Re: Gizmo]
badfrog Offline
Power User

Registered: 03/05/07
Posts: 83
Loc: somewhere on the coast of Main...
does this still work in 7.1 ?

NVM... it does work laugh



Edited by badfrog (03/12/07 08:46 AM)
Edit Reason: answered my own question...

Top
#313506 - 03/12/07 02:02 PM Re: Multiple Identity Detector [Re: badfrog]
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
Cool, didn't know this was available thumbsup
_________________________
- Allen wavey
- What Drives You?

Top
#313508 - 03/12/07 02:05 PM Re: Multiple Identity Detector [Re: AllenAyres]
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5354
Loc: Portland, OR, USA
"Danger Will Robinson, danger danger" lol
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
#313748 - 03/31/07 09:27 PM Re: Multiple Identity Detector [Re: chillin]
Myke Offline
Power User

Registered: 09/06/99
Posts: 97
Loc: Sydney, Australia
Thanks for this mod! smile

I noticed a typo in the Message Subject. In the attachment:

Code:
$Subject = "Multiple Identies Detected";


should be:

Code:
$Subject = "Multiple Identities Detected";

Top
#313826 - 04/10/07 12:07 AM Re: Multiple Identity Detector [Re: Myke]
jgeoff Offline
Power User

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

Very cool. I just installed this the other day, and got my first notice:
Quote:

The following users have logged in from the same computer: Fame, Debra,

What would be cool is, if the names actually linked to their profiles... any chance of that? wink

Thanks again. cool
_________________________
GangsterBB.NET (Ver. 7.3)
2007 Content Rulez Contest - Honorable Mention
UBB.classic 6.7.2 - RIP
Browser: Firefox 2.0

Top
#313945 - 04/26/07 07:08 AM Re: Multiple Identity Detector [Re: jgeoff]
1QuickSI Offline
Coder

Registered: 06/10/01
Posts: 705
Loc: CT
Under 7.1.1 where is this file located? Going blind in my old age...laff...
_________________________
...Steven
Hostboard.com
Running UBB v6.1.0.4
Doing what NO other UBB in the world is doing.
The first & only production UBB powered by MySQL.

Top
#313946 - 04/26/07 07:30 AM Re: Multiple Identity Detector [Re: 1QuickSI]
1QuickSI Offline
Coder

Registered: 06/10/01
Posts: 705
Loc: CT
NM, figured it out.
_________________________
...Steven
Hostboard.com
Running UBB v6.1.0.4
Doing what NO other UBB in the world is doing.
The first & only production UBB powered by MySQL.

Top
#314078 - 05/12/07 09:17 PM Re: Multiple Identity Detector [Re: 1QuickSI]
gliderdad79 Offline
User

Registered: 03/24/06
Posts: 31
Not to sure yet but I have noticed a few things happening with this mod. First thing is I am not receiving all notifications, a few have been sent duplicate at the same time. Also I have received twice now a that moderator shared the same login as 2 other members. Now when I get that notification, I immediately go and look at each users last on ip(mind you I did this as soon as the notice came in)So to get notified that all three shared the account it had to have been within moments of each other, thats why I checked the last on ip. When I do check the ip the all come back to each members location. If they shared and was all within moments of each other wouldn't the last on ip's match?

Top
#314081 - 05/12/07 11:14 PM Re: Multiple Identity Detector [Re: gliderdad79]
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5354
Loc: Portland, OR, USA
Originally Posted By: gliderdad79
If they shared and was all within moments of each other wouldn't the last on ip's match?
Yes
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
#314083 - 05/13/07 02:25 AM Re: Multiple Identity Detector [Re: Gizmo]
gliderdad79 Offline
User

Registered: 03/24/06
Posts: 31
LOL, thanks Giz I knew that. Just trying to show whats going on. The fact that none are the same tells me it's not fully working under 7.1.1 I know this was written for 7.0.2 but may need to be tweeked a bit:D

Top
#314085 - 05/13/07 06:58 AM Re: Multiple Identity Detector [Re: gliderdad79]
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5354
Loc: Portland, OR, USA
Logic would state to compare the files modified to see what was added/removed to see if anything needs to be adapted wink
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
#314086 - 05/13/07 03:22 PM Re: Multiple Identity Detector [Re: Gizmo]
gliderdad79 Offline
User

Registered: 03/24/06
Posts: 31
Yes you are right, but I deleted the 7.0.2 download, shocked

Top
#314089 - 05/13/07 08:22 PM Re: Multiple Identity Detector [Re: gliderdad79]
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5354
Loc: Portland, OR, USA
You did? lol; whats funny is i have every release from UBB.C6.3 in a directory on my DVR lol...
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
#314090 - 05/13/07 08:22 PM Re: Multiple Identity Detector [Re: Gizmo]
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5354
Loc: Portland, OR, USA
That includes all of the alpha's/beta's of UBB7 and several beta's of UBB.C
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
#314091 - 05/13/07 09:50 PM Re: Multiple Identity Detector [Re: Gizmo]
gliderdad79 Offline
User

Registered: 03/24/06
Posts: 31
I received a backup of the guys computer who ran our site before he passed. Stupidly I went through it and deleted all the old one also stemming from classics. I know I had a brain fart shocked

Top
#314289 - 06/01/07 08:31 AM Re: Multiple Identity Detector [Re: jgeoff]
Myke Offline
Power User

Registered: 09/06/99
Posts: 97
Loc: Sydney, Australia
Originally Posted By: jgeoff

What would be cool is, if the names actually linked to their profiles... any chance of that? wink

Replace the following line:

Php Code:
$Message .= $display_name.", "; 

with:

Php Code:
$Message .= "<a href=\"{$config['BASE_URL']}/ubbthreads.php?ubb=showprofile&amp;User=$spray[$i]\">$display_name</a>, "; 


and you'll get profile links with each user listed.

Top
#314671 - 07/10/07 09:43 PM Re: Multiple Identity Detector [Re: Myke]
gliderdad79 Offline
User

Registered: 03/24/06
Posts: 31
This works in 7.2b5 grin

Top
Page 1 of 3 1 2 3 >



Moderator:  sirdude 
Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks