DCCoolBreeze
Programmer
I establish a connection with a server via socket() and connect(). Then I attempt to send a command to the server as:
request type = 0,
username = some username
password = some password
newPassword = nulls
domain = some domain
the send() command executes successfully
then I execute a recv() and I get the following:
AccountStatus = 103
This status is returned on all accounts. Does anyone have any ideas of what this code means??
Thanks in advance
request type = 0,
username = some username
password = some password
newPassword = nulls
domain = some domain
the send() command executes successfully
then I execute a recv() and I get the following:
AccountStatus = 103
This status is returned on all accounts. Does anyone have any ideas of what this code means??
Thanks in advance