Topic: Get server's name by the version letters

Get server's name by the version letters. How to get them:
Check the latest two letters from the version:

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
------------------------------------------------------------
A - 01
B - 02
C - 03
D - 04
E - 05
F - 06
G - 07
H - 08
I - 09
J - 10
K - 11
L - 12
M - 13
N - 14
O - 15
P - 16
Q - 17
R - 18
S - 19
T - 20
U - 21
V - 22
W - 23
X - 24
Y - 25
Z - 26

Example : Server/client version 1.02.11 - This is Server/Client version 1.02k

If you have version like this one "1.02k+", that means that the
version was updated:
Example :
1.02k - 1.02.11
1.02k+ - 1.02.37
1.02k++ - 1.02.63

Edit client version:
Note: You must know that client version 1.00.00 is equal to 22345 so
10000 = 22345.
If you must get client version 1.04.Q (a.k.a. 1-04-17) do this:
Subtract 10000 from 10417(1 04 17) to get 417.
Now add 417 and 22345 and you'll get 22762 and you get version 1.04Q;

Downloads:
Version Calculator:
Download: (2shared)

Credits:
- X-Mu