1) Оur forums:
I am prеtty sure we do this to some extent but you can get wicked mean doing this using unicode to "sign" [i]every[i] post.
First you take the vbullentin userid (mine is 2422).
Than you base 5 encode it (mines is than 34142).
Than you take a list of unicode characters that look like each other and setup a base 5 number system with them. For example:
у looks like y‚ у = 1
і looks like i, і = 2
а looks like a, а = 3
е looks like е, e = 4
etc. etc. (I can get a complete mapping of abusable unicode characters if you really want, most are between latin and cyrillic).
You will want multiple letters that can equal 1 as well, to make the next step easier. For example:
ј looks like ј, ј = 1 as well
Capitals are also nice
T, P, H, C, E, H, О, І, and S all havе unicode alternates
Take said mapping and use it to randomly replace in characters is every post in order such that the user ID is embedded in the post.
Here is an example of this using the table:
у‚ T = 1
i, О = 2
a, E = 3
е‚ C = 4
Quote:
Hi my nаmе iѕ bonnеt‚ thiѕ is a fairlу random post that I am writing to dеmonstratе post sіgning using look alike unicode characters.
|
If you look at the post above I have strategically replaced the bolded characters with a unicode look alike. They also (using the table above) represent my userid in base 5 (34142).
As such any copy pasted poste we get our hands on that hasn't been very carefully stripped will contain the userid of the person who copied it

.
2) If you get really wicked we can both do the same thing with "confidential" images uploaded/on the forums.
(This very easy‚ juѕt altеr the color value by +1 on the first few or some random pixels of each image and binary encode the userID).
3) If you get insane you could encode some harmonic "noise" into our mumble coms with the userid the noise is going to...