Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: BaDDBLooD on April 29, 2004, 03:45 PM

Title: Profile Keys?
Post by: BaDDBLooD on April 29, 2004, 03:45 PM
[3:45:06 PM] System\Account Created = 29570387 4107055400
[3:45:06 PM] System\Username = w#Eurijk
[3:45:06 PM] System\Last Logon = 29634090 1836275344
[3:45:06 PM] System\Last Logoff = 29634090 1258313992
[3:45:06 PM] System\Time Logged = 1166974

Anyone have any idea on how i would go about parsing this?

+1 Karma to you

EDIT: Forget karma doesn't exist anymore ;[
Title: Re:Profile Keys?
Post by: Zakath on April 29, 2004, 03:51 PM
Yes. Lots of people have figured out how to parse this. All the dates are expressed in the form of FILETIMEs. MSDN has an excellent example of how to turn a FILETIME into a more easily expressed structure. Time logged is seconds...you should be able to figure out what to make of that.
Title: Re:Profile Keys?
Post by: Eric on April 29, 2004, 03:52 PM
Quote[3:45:06 PM] System\Account Created = 29570387 4107055400
Windows FileTime.

Quote[3:45:06 PM] System\Username = w#Eurijk
Battle.net's old school way of formatting a Warcraft III name.

Quote[3:45:06 PM] System\Last Logon = 29634090 1836275344
Windows FileTime.

Quote[3:45:06 PM] System\Last Logoff = 29634090 1258313992
Windows FileTime.

Quote[3:45:06 PM] System\Time Logged = 1166974
Elapsed time in seconds.
Title: Re:Profile Keys?
Post by: BaDDBLooD on April 29, 2004, 05:03 PM
Thanks alot, apreciate it greatly ^_^
Title: Re:Profile Keys?
Post by: Adron on April 29, 2004, 05:29 PM
Quote from: BaDDBLooD on April 29, 2004, 05:03 PM
Thanks alot, apreciate it greatly ^_^

Weren't you supposed to disappear and never come back so we'd be rid of you?
Title: Re:Profile Keys?
Post by: MyndFyre on April 29, 2004, 05:45 PM
Quote from: Adron on April 29, 2004, 05:29 PM
Quote from: BaDDBLooD on April 29, 2004, 05:03 PM
Thanks alot, apreciate it greatly ^_^

Weren't you supposed to disappear and never come back so we'd be rid of you?

Some wishes just never come true :-/
Title: Re:Profile Keys?
Post by: Archangel on April 29, 2004, 05:53 PM
Maybe if we try harder he will leave :(
Title: Re:Profile Keys?
Post by: iago on April 29, 2004, 05:56 PM
Quote from: Adron on April 29, 2004, 05:29 PM
Quote from: BaDDBLooD on April 29, 2004, 05:03 PM
Thanks alot, apreciate it greatly ^_^

Weren't you supposed to disappear and never come back so we'd be rid of you?

haha, I was wondering the same thing.

Title: Re:Profile Keys?
Post by: BaDDBLooD on April 29, 2004, 08:55 PM
i believe skywing said this WASN'T a instant messenging service????
Title: Re:Profile Keys?
Post by: Archangel on April 29, 2004, 09:12 PM
Lol, maybe if we ignore him, he will just leave :).

[EDIT] JP
Title: Re:Profile Keys?
Post by: Adron on April 30, 2004, 08:17 AM
Quote from: BaDDBLooD on April 29, 2004, 08:55 PM
i believe skywing said this WASN'T a instant messenging service????

Wasn't a lying board either?
Title: Re:Profile Keys?
Post by: GoSuGaMING on April 30, 2004, 02:18 PM
Quote from: Adron on April 30, 2004, 08:17 AM
Quote from: BaDDBLooD on April 29, 2004, 08:55 PM
i believe skywing said this WASN'T a instant messenging service????

Wasn't a lying board either?


im missing something lol maby cuz im dumb but... what did he lie about?
Title: Re:Profile Keys?
Post by: BaDDBLooD on April 30, 2004, 03:42 PM
Quote from: GoSuGaMING on April 30, 2004, 02:18 PM
Quote from: Adron on April 30, 2004, 08:17 AM
Quote from: BaDDBLooD on April 29, 2004, 08:55 PM
i believe skywing said this WASN'T a instant messenging service????

Wasn't a lying board either?


im missing something lol maby cuz im dumb but... what did he lie about?

yes.. please inform, if i had to guess i would say there talking about when i said i was "leaving" these forums.. but that was just a figure of speech
Title: Re:Profile Keys?
Post by: voodooism on May 10, 2004, 04:29 PM
http://support.microsoft.com/default.aspx?scid=kb;EN-US;185476 (http://support.microsoft.com/default.aspx?scid=kb;EN-US;185476)
http://msdn.microsoft.com/archive/default.asp?url=/archive/en-us/dnarvbtips/html/msdn_msdn195.asp (http://msdn.microsoft.com/archive/default.asp?url=/archive/en-us/dnarvbtips/html/msdn_msdn195.asp)

Here are links to help if somebody had trouble finding them.