User Control Panel
|
|
|
 |
Advertisements
|
 |
|
|
|
HELP US, HELP YOU!
|
| Author |
Message |
dubbeld Newbie

Joined: 23 Jan 2005 Posts: 9
  
|
Posted: Mon Apr 18, 2005 3:30 pm Post subject: |
|
|
I receive: CHL 22210219642164014968
So I generate the code, and send it back to the server...
this is what happened...
| Code: | | <<< CHL 0 22210219642164014968<br /><br />>>> QRY 21 PROD0061VRRZH@4F 32\r\n<br />85ecb0db8f32113df79ce0892b9a102c<br /><br /><<< 540 21 |
540 = challenge failed 
by doing this....
| Code: | | sub CMD_CHL<br />{<br /> my $self = shift;<br /> my @data = @_;<br /> my $digest = CreateQRYHash($data[1]);<br /> #(function CreateQRYHash: http://siebe.bot2k3.net/docs/files/msnp11chl.pl.txt )<br /> $self->sendraw( 'QRY', 'PROD0061VRRZH@4F 32' . "\r\n" . $digest );<br />} |
Is there something I'm doing wrong? |
|
| Back to top |
|
 |
dubbeld Newbie

Joined: 23 Jan 2005 Posts: 9
  
|
Posted: Mon Apr 18, 2005 4:26 pm Post subject: |
|
|
Solved it  
used PROD0061VRRZH@4F but had to use PROD0090YUAUV{2B |
|
| Back to top |
|
 |
|
|