My Gaia login is being a bitch.... Any help on this one? I am using Bradleys Wrappers.
Code:Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim strHTML As String Dim sid As String Dim token As String Dim poststring As String strHTML = Wrapper.Get("http://www.gaiaonline.com/auth/login/", "http://www.gaiaonline.com/") strHTML = Replace(strHTML, Chr(34), "'") sid = Wrapper.Between(strHTML, "<input type='hidden' name='sid' value='", "' />") token = Wrapper.Between(strHTML, "<input type='hidden' name='token' value='", "' />") poststring = "username=" & TextBox1.Text & "&password=" & TextBox2.Text & "&token=" & token & "&sid=" & sid & "&redirect=http%3A%2F%2Fwww.gaiaonline.com%2F" strHTML = Wrapper.Post("http://www.gaiaonline.com/auth/login/", poststring, "http://www.gaiaonline.com/auth/login/") If (InStr(1, strHTML, "?login_success=")) Then MessageBox.Show("Logging in!") Else MessageBox.Show("Incorrect please try again.") End If End Sub
Results 1 to 8 of 8
Thread: Game
- 25 Sep. 2011 03:03am #1
Game
- 25 Sep. 2011 03:20am #2
Moderator Bachelor of Science in Virginity
- Age
- 31
- Join Date
- Nov. 2009
- Location
- Toronto
- Posts
- 5,421
- Reputation
- 546
- LCash (Rank 3)
- 1.96
- 25 Sep. 2011 04:09am #3
mine's easier (;
- 25 Sep. 2011 06:16am #4
- 25 Sep. 2011 03:55pm #5
Moderator Bachelor of Science in Virginity
- Age
- 31
- Join Date
- Nov. 2009
- Location
- Toronto
- Posts
- 5,421
- Reputation
- 546
- LCash (Rank 3)
- 1.96
- 25 Sep. 2011 04:24pm #6
Wait wtf. Why is my title now game?
- 25 Sep. 2011 05:19pm #7
Moderator Bachelor of Science in Virginity
- Age
- 31
- Join Date
- Nov. 2009
- Location
- Toronto
- Posts
- 5,421
- Reputation
- 546
- LCash (Rank 3)
- 1.96
- 25 Sep. 2011 05:20pm #8