strHTML = HTTP.PostWrapper("http://www.mydomainname.net/login.php", "username=myusername&password=mypassword&submit=Login")
and all works fine but now id like to go though a list of accounts i have all the usernames stored in list1 and all the passwords stores in list2
So now i try and and do the post with the fist lines so i grab the first line from list1 for the username and the first line of list2 for the password and try and do the post like so.
strHTML = HTTP.PostWrapper("http://www.mydomainname.net/login.php?tid=", "username=" & List1.List(0) & "password=" & List2.List(0) & "submit=Login")
But seems like the post is not working even tho the is a line in list and list 2...
This post has been edited by rpgmaker: 18 August 2012 - 04:55 AM

New Topic/Question
Reply



MultiQuote



|