Hello,
I am trying to make an C# application that will verify if your nostale login informations are good.
In PHP, I sent the packet "NoS0575 6322112 USERNAME 109177246F927042641467C191156B736755635463B1358334 5 00332B980.9.3.3055 0 B5D5C01C083E1F954259316FE2206F9D", and it returned me the list of the channels, so it works in PHP.
But then I tried with C#, and it respond me "fail An error occured .. Try again" but I have the same socket connection as php and good cryptography (I think)
Here is my C# connection :
And my cryptography:
Please help :confused:
I am trying to make an C# application that will verify if your nostale login informations are good.
In PHP, I sent the packet "NoS0575 6322112 USERNAME 109177246F927042641467C191156B736755635463B1358334 5 00332B980.9.3.3055 0 B5D5C01C083E1F954259316FE2206F9D", and it returned me the list of the channels, so it works in PHP.
But then I tried with C#, and it respond me "fail An error occured .. Try again" but I have the same socket connection as php and good cryptography (I think)
Here is my C# connection :
And my cryptography:
Please help :confused: