Quote:
Originally posted by KageKhan+May 5 2007, 18:46--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (KageKhan @ May 5 2007, 18:46)</td></tr><tr><td id='QUOTE'> <!--QuoteBegin--DB-Buyer2@May 5 2007, 18:11
tips:
when you login to CO(game) dont paste the password. pasting the password will cause an error(wrong/invalid pass).
other then that it should be simple to use, apon successfuly making an id my program auto saves info in seperate text documents created in the sub directory my program creates.
|
lol although I'm glad to see youre dedicated to making sure everyone has a clear understanding of how to use your program, I was asking for tips on how to create my own account creator (PM would be fine) or to tell me what methods your program employs to create accounts (such as xml submission or if it just takes in the information and then automates the signup process via the web browser etc.) I suppose my questions could be answered by simply using your program and finding out myself so I'm sorry to have troubled you with such questions ;-) [/b][/quote]
Public Function CreateAccount(UserName As String, Password As String, Email As String, ID As String, Question As String, Answer As String)
CreateAccount = "http://account.conqueronline.com/en/register-en/reg.php?name=" & UserName & "&password=" & Password & "&password2=" & Password & "&realname=MrMagic&email=" & Email & "&email1=" & Email & "&radiobutton=radiobutton&idcard=" & ID & "&idcard2=" & ID & "&question=" & Question & "&answer=" & Answer & "&answer1=" & Answer & "&imageField2.x=51&imageField2.y=15"
End Function
^^ the packet to create an account. Use winsock or INET to send the packet.
I made an account creator a long time ago but not releasing it here muahaha :P