Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
[]coy7 said:
I've installed this and it works -- I just found out that two sisters who post on my board must share a computer.

Now that I know this -- and get reminded everytime one of them logs on -- is there any way to exclude member numbers from this check? [/]
I admin on coy's board.... so the repeated duplicate PMs from the sisters were bugging me. They must toss their cookies. So I tweaked this a bit.

So..... Here's how you can ignore certain user numbers:

In the original double identity detection code....

Where it says:

Code
<br />         else {<br />            $tempID = ${$config['cookieprefix']."IDstack"};<br />


Change to this:
Code
<br />         elseif (!stristr(",{$config['allowed_dupes']},","{$user['U_Number']}")) {<br />            $tempID = ${$config['cookieprefix']."IDstack"};<br />



Then go into your config file.... at the very bottom and put this variable into the extra/unknown variable section.


$config['allowed_dupes'] = '14,17,13';

Between the quotes... put "allowed" duplicate user numbers. Separate them with a comma. What this does... if the user number matches a number on this list, it skips the Private Message send out.

Now if a user on the list has more identities than the what you list, you won't get notified. It basically ignores this user and it's assumed that they are allowed unlimited duplicates.

Hope that helps.
Josh


Sponsored Links
Entire Thread
Subject Posted By Posted
[6.2] Multiple Identity Detector JustDave 02/15/2003 9:13 PM
Re: [6.2] Double Identity Detector JoshPet 02/15/2003 9:15 PM
Re: [6.2] Double Identity Detector JustDave 02/15/2003 9:17 PM
Re: [6.2] Double Identity Detector JustDave 02/15/2003 9:25 PM
Re: [6.2] Double Identity Detector JoshPet 02/15/2003 9:36 PM
Re: [6.2] Double Identity Detector omegatron 02/15/2003 10:01 PM
Re: [6.2] Double Identity Detector Dalantech 02/15/2003 10:46 PM
[6.2] Multiple Identity Detector JustDave 02/15/2003 11:12 PM
Re: [6.2] Multiple Identity Detector chillin 02/16/2003 12:18 AM
Re: [6.2] Multiple Identity Detector Hal9000 02/16/2003 12:44 AM
Re: [6.2] Multiple Identity Detector chillin 02/16/2003 12:52 AM
Re: [6.2] Multiple Identity Detector JustDave 02/16/2003 1:02 AM
Re: [6.2] Multiple Identity Detector Mudpuppy 02/16/2003 5:54 AM
Re: [6.2] Multiple Identity Detector JustDave 02/16/2003 6:16 AM
Re: [6.2] Multiple Identity Detector Hal9000 02/22/2003 9:30 AM
Re: [6.2] Multiple Identity Detector Lisa_P 02/22/2003 10:02 AM
Re: [6.2] Multiple Identity Detector caymuc 02/22/2003 10:45 AM
Re: [6.2] Multiple Identity Detector JoshPet 02/27/2003 4:32 AM
Re: [6.2] Multiple Identity Detector Mudpuppy 02/27/2003 6:01 AM
Re: [6.2] Multiple Identity Detector Gardener 02/27/2003 2:21 PM
Re: [6.2] Multiple Identity Detector JoshPet 02/27/2003 8:05 PM
Re: [6.2] Multiple Identity Detector Gardener 02/27/2003 8:50 PM
Re: [6.2] Multiple Identity Detector JoshPet 02/27/2003 10:17 PM
Re: [6.2] Multiple Identity Detector Hal9000 02/27/2003 11:28 PM
Re: [6.2] Multiple Identity Detector Astaran 02/27/2003 11:43 PM
Re: [6.2] Multiple Identity Detector salim 02/27/2003 11:45 PM
Re: [6.2] Multiple Identity Detector ksanuk 03/04/2003 3:56 PM
Re: [6.2] Multiple Identity Detector JoshPet 03/04/2003 5:13 PM
Re: [6.2] Multiple Identity Detector ksanuk 03/05/2003 3:45 AM
Re: [6.2] Multiple Identity Detector ksanuk 03/06/2003 6:49 AM
Re: [6.2] Multiple Identity Detector ksanuk 03/06/2003 10:59 AM
Re: [6.2] Multiple Identity Detector PhotoPost 03/06/2003 11:46 PM
Re: [6.2] Multiple Identity Detector Beentheredonethat 03/12/2003 8:30 PM
Re: [6.2] Multiple Identity Detector smilesforu 03/19/2003 11:31 AM
Re: [6.2] Multiple Identity Detector JoshPet 04/16/2003 7:07 AM
Re: [6.2] Multiple Identity Detector Mudpuppy 04/16/2003 8:50 AM
Re: [6.2] Multiple Identity Detector Dalantech 04/16/2003 8:57 AM
Re: [6.2] Multiple Identity Detector Hal9000 04/16/2003 6:43 PM
Re: [6.2] Multiple Identity Detector JoshPet 04/16/2003 6:48 PM
Re: [6.2] Multiple Identity Detector Dave_L_dup1 04/16/2003 6:54 PM
Re: [6.2] Multiple Identity Detector AKD96 04/22/2003 2:17 AM
Re: [6.2] Multiple Identity Detector JoshPet 04/22/2003 2:26 AM
Re: [6.2] Multiple Identity Detector smilesforu 04/22/2003 4:35 AM
Re: [6.2] Multiple Identity Detector tenshu 07/22/2003 11:02 AM
Re: [6.2] Multiple Identity Detector deltajo 07/28/2003 12:09 AM
Re: [6.2] Multiple Identity Detector AKD96 07/28/2003 8:09 AM
Re: [6.2] Multiple Identity Detector AKD96 07/28/2003 8:14 AM
Re: [6.2] Multiple Identity Detector JoshPet 07/28/2003 8:25 AM
Re: [6.2] Multiple Identity Detector deltajo 07/28/2003 5:54 PM
Re: [6.2] Multiple Identity Detector Gardener 07/28/2003 6:43 PM
Re: [6.2] Multiple Identity Detector Ian_W 07/28/2003 8:58 PM
Re: [6.2] Multiple Identity Detector JustDave 07/28/2003 11:23 PM
Re: [6.2] Multiple Identity Detector Ian_W 07/29/2003 2:02 AM
Re: [6.2] Multiple Identity Detector Chevy454 11/26/2003 12:41 AM
Re: [6.2] Multiple Identity Detector isaac 11/29/2003 9:18 AM
Re: [6.2] Multiple Identity Detector Chevy454 12/12/2003 10:14 PM
Re: [6.2] Multiple Identity Detector Kordegnen 01/21/2004 11:06 AM
Re: [6.2] Multiple Identity Detector ksanuk 01/21/2004 1:41 PM
Re: [6.2] Multiple Identity Detector Rose 10/01/2006 4:41 PM
Re: [6.2] Multiple Identity Detector Rose 10/01/2006 6:00 PM

Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
badfrog
badfrog
somewhere on the coast of Maine
Posts: 94
Joined: March 2007
Forum Statistics
Forums63
Topics37,575
Posts293,930
Members13,823
Most Online6,139
Sep 21st, 2024
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2025 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.1
(Snapshot build 20240918)