A preserved archive of the Logical Gamers community forums, 2009-2025. The original threads and posts, served read-only. Registration, posting and private messages are gone for good.

Game

1k views · started by Skrillex ·
#1
Game
My Gaia login is being a bitch.... Any help on this one? I am using Bradleys Wrappers.

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
#2
It'd help if you told us what the problem is.
#3
mine's easier (;
#4
MY login is one string of code.
#5
Chad wrote:
MY login is one string of code.


Looks like you're the winner here.
#6
Wait wtf. Why is my title now game?
#7
Skrillex wrote:
Wait wtf. Why is my title now game?


#8
stapled wrote:


Last night it said, The Game.