Important Privacy Information, please READ
Fred
Mary
Jane
Paul
Phil
34
12
78
23
89
Ok, you match them up. Which numbers go with which name. Hint, each name is associated with a number. That's how they are stored so that's what you have to work with. Good luck
'vins' table schema for those with a thirst for knowledge:
CREATE TABLE vins (
vin varchar(50) NOT NULL default '',
KEY vin (vin)
) TYPE=MyISAM;
I can't publish the user table schema for copyright reasons but the bits I added are as follows:
CREATE TABLE user (
...
vin char(1) NOT NULL default '',
...
) TYPE=MyISAM;
vin is either '' (empty, blank, nil) or 'Y'.
Mary
Jane
Paul
Phil
34
12
78
23
89
Ok, you match them up. Which numbers go with which name. Hint, each name is associated with a number. That's how they are stored so that's what you have to work with. Good luck

'vins' table schema for those with a thirst for knowledge:
CREATE TABLE vins (
vin varchar(50) NOT NULL default '',
KEY vin (vin)
) TYPE=MyISAM;
I can't publish the user table schema for copyright reasons but the bits I added are as follows:
CREATE TABLE user (
...
vin char(1) NOT NULL default '',
...
) TYPE=MyISAM;
vin is either '' (empty, blank, nil) or 'Y'.
Why anyone would really be concerned over the information this board has is beyond me; your state's motor vehicle devision and the internal revenue service both have way more information about you. And, both organizations sell this information to anyone.
PS: I'm not just guessing here, I use slightly different names on both (and both are slightly different from my general use name), so when I get marketing info, credit inquiries, etc. I can tell which agency gave out my information. For instance, did you know that your credit rating is adversily effected by the information the IRS sells? The largest IRS client base is creditors which each runsa credit check on you and each credit check is a small deduction on your rating. Not much, but could make the difference between qualifying for a home loan or not.
All just a long winded way of saying that if you want to protect your privacy, focusing on this board is way down on the priority list, as compared to your trash for instance (a leading method of obtaining the information required for identity theft.)
PS: I'm not just guessing here, I use slightly different names on both (and both are slightly different from my general use name), so when I get marketing info, credit inquiries, etc. I can tell which agency gave out my information. For instance, did you know that your credit rating is adversily effected by the information the IRS sells? The largest IRS client base is creditors which each runsa credit check on you and each credit check is a small deduction on your rating. Not much, but could make the difference between qualifying for a home loan or not.
All just a long winded way of saying that if you want to protect your privacy, focusing on this board is way down on the priority list, as compared to your trash for instance (a leading method of obtaining the information required for identity theft.)
How do license plate numbers fall into this privacy discussion? They are even more public than VIN numbers.
I'm just curious as this whole VIN/privacy issue has gotten me a little worried about my very public license plate # (it's personalized and very easy to remember) & I was curious why the plates were often 'blanked-out' in the photos.
Anything beyond that already discussed in this thread that I need to worry about?
I'm just curious as this whole VIN/privacy issue has gotten me a little worried about my very public license plate # (it's personalized and very easy to remember) & I was curious why the plates were often 'blanked-out' in the photos.
Anything beyond that already discussed in this thread that I need to worry about?
Originally posted by Cheetah
How do license plate numbers fall into this privacy discussion? They are even more public than VIN numbers.
I'm just curious as this whole VIN/privacy issue has gotten me a little worried about my very public license plate # (it's personalized and very easy to remember) & I was curious why the plates were often 'blanked-out' in the photos.
Anything beyond that already discussed in this thread that I need to worry about?
How do license plate numbers fall into this privacy discussion? They are even more public than VIN numbers.
I'm just curious as this whole VIN/privacy issue has gotten me a little worried about my very public license plate # (it's personalized and very easy to remember) & I was curious why the plates were often 'blanked-out' in the photos.
Anything beyond that already discussed in this thread that I need to worry about?
Don't sweat the plate thing... misuse of the info is about as likely as getting hit twice by lightening on a sunny day.
Thread
Thread Starter
Forum
Replies
Last Post
Quik S2K
S2000 Talk
110
Jul 15, 2004 02:59 AM





