Quote Originally Posted by MattSmith View Post
Post your code, if you interpret the same actions as the browser there is no way yours wouldn't work :p
Code:
        Wrapper.Post("http://www.gaiaonline.com/auth/login", "&username=" + TextBox1.Text + "&password=" + TextBox2.Text)
        If Wrapper.Get("http://www.gaiaonline.com/?login_success=1").IndexOf("Welcome back" + TextBox1.Text + "!") Then
            MessageBox.Show("logged in")
        Else : MessageBox.Show("Failed!")

        End If
I so forgot how to make a gaia auth, I still remember with the other site though at least.