Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: Mexican on March 09, 2004, 06:26 PM

Title: Change Password
Post by: Mexican on March 09, 2004, 06:26 PM
Can someone plz  tell me packet to change an account password?
Title: Re:Change Password
Post by: Newby on March 09, 2004, 06:32 PM
Packetlog it yourself?
Title: Re:Change Password
Post by: Spht on March 09, 2004, 06:38 PM
Quote from: Mexican on March 09, 2004, 06:26 PM
Can someone plz  tell me packet to change an account password?

SID_CHANGEPASSWORD (0x31) for the old logon system and SID_AUTH_ACCOUNTCHANGE (0x55) / SID_AUTH_ACCOUNTCHANGEPROOF (0x56) for the new logon system.
Title: Re:Change Password
Post by: Eli_1 on March 09, 2004, 06:38 PM
Quote from: Mexican on March 09, 2004, 06:26 PM
Can someone plz  tell me packet to change an account password?
The packet for changing password is 0x31

For past day now I havn't been able to view anything on bnetdocs for some wierd reason, so that's all the info. I can give you... :(
Title: Re:Change Password
Post by: Mexican on March 09, 2004, 06:40 PM
Ya thnx i got it, and Newb if u can be a little smart im asking here because right now i cant packet log it. thnx.
Title: Re:Change Password
Post by: tA-Kane on March 10, 2004, 04:39 PM
Quote from: Eli_1 on March 09, 2004, 06:38 PM
Quote from: Mexican on March 09, 2004, 06:26 PMFor past day now I havn't been able to view anything on bnetdocs for some wierd reason, so that's all the info. I can give you... :(
Though it doesn't solve the problem (it usually alleviates it), you can try hiding the menu so that BnetDocs doesn't have to look up and send so much information.
Title: Re:Change Password
Post by: Eli_1 on March 10, 2004, 05:44 PM
Quote
Though it doesn't solve the problem (it usually alleviates it), you can try hiding the menu so that BnetDocs doesn't have to look up and send so much information.
Quote

Well I never found out what was happening, but I'm assuming it's because my comp was on so long and was low on resources... The page would load but it would cut off at about 1/3 done and the rest would be a bank page, or it would say "done" in the status bar and just be a blank page anyway...
Title: Re:Change Password
Post by: K on March 10, 2004, 05:49 PM
Quote from: Eli_1 on March 10, 2004, 05:44 PM
Quote
Though it doesn't solve the problem (it usually alleviates it), you can try hiding the menu so that BnetDocs doesn't have to look up and send so much information.
Quote

Well I never found out what was happening, but I'm assuming it's because my comp was on so long and was low on resources... The page would load but it would cut off at about 1/3 done and the rest would be a bank page, or it would say "done" in the status bar and just be a blank page anyway...

This happens to me sometimes as well.  I  believe it's a problem with BnetDocs, not your computer.
Title: Re:Change Password
Post by: Eli_1 on March 10, 2004, 06:05 PM
Quote
This happens to me sometimes as well.  I  believe it's a problem with BnetDocs, not your computer.

tank ya, K  ;D
Title: Re:Change Password
Post by: Kp on March 10, 2004, 06:12 PM
Yes.  Since Arta continues to store the database on his home network rather than migrate it to the primary vL storage, you incur trans-oceanic latency for every hit to bnetdocs.  When this is combined with the traditional time limit on how long a script may run, it becomes apparent that the Bnetdocs PHP scripts will frequently be slain for taking too long to fetch the data from Arta's computer.  The solution is to download the data directly from his system, rather than using BnetDocs as an HTML-izing proxy for this purpose.
Title: Re:Change Password
Post by: PaiD on March 10, 2004, 06:13 PM
Quote
This happens to me sometimes as well.  I  believe it's a problem with BnetDocs, not your computer.
YaY I am not the only person that it happens with. :)