User Profile

Chriso

(no biography information)

Id 40
Member for16 years, 7 months, 13 days
Comments made2
Documents authored0
News posted0
Packets authored0
Servers owned0

Comments

Chriso
🔎

Im pretty sure 0x02 response means that your CD-key is currently clanned. I have been receiving it during clan creation on clanned CD-keys.

Chriso
🔎

Local IP address in network byte order can be determined using the inet_addr API (http://msdn2.microsoft.com/en-us/library/ms738563.aspx)

Region can be determined by joining LOCALE_SISO639LANGNAME and LOCALE_SISO3166CTRYNAME together after they have been determined by the GetLocaleInfo API e.g.:
Region = GetLocaleInfo(LOCALE_SISO639LANGNAME) & GetLocaleInfo(LOCALE_SISO3166CTRYNAME)