Hello,i want to make some program for darkorbit but i have got problem with SID login... I made this code:
But it gives me loginError=199
What i do wrong?
Code:
Dim request As System.Net.HttpWebRequest = System.Net.HttpWebRequest.Create("http://" & TextBox1.Text & ".darkorbit.bigpoint.com/indexInternal.es?action=internalStart&dosid=" & TextBox2.Text)
Dim response As System.Net.HttpWebResponse = request.GetResponse()
What i do wrong?