View Single Post
Old 05-13-2020, 10:01 PM  
bill_musk
Confirmed User
 
bill_musk's Avatar
 
Industry Role:
Join Date: Nov 2014
Posts: 453
Quote:
Originally Posted by drexl View Post
The data used to produce your stats comes from the backend. The cookies are only used to bind a username to an affiliate, after that it is in the db.

If you look at your stats you see this:
Timestamp User ID Purchase Amount Commission Track Signup Date Country User UID


Column #2 is an ID that has a 1-1 relationship with a username, thus it will change for each username. Column #8 is User UID (User Unique ID) and is a 1-n relationship with usernames (1 user can have many usernames)

For example your user could have a username webmasterxxx with User ID = 12345678 who has a User UID of ABCDEFG.
When that user is stolen, in the backend it will show like username cc_newusername with user ID = 777777 and User UID = ABCDEFG

12345678 shows up in YOUR stats, 777777 shows up in "who you know"'s stats. Both are the same user (same UUID).


They do have the data, they just need to change the binding to an affiliate from username to user, and this would solve part of the "stealing"

Where did u get this information from?

As far as I know, clearing cache and making a new account will change the UID. Impossible to bind it to multiple username.
bill_musk is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote