» Site Navigation | | | » Advertisement | | | » Recent Threads | | | Lil Wayne 10-21-2008 09:33 PM Today 09:02 PM 41 Replies, 331 Views | | | | | | | |  |  | [VB.NET] Gaia Login |  |
11-27-2007, 10:32 PM
|
#1 (permalink)
| I'm in your mind...
Join Date: Sep 2007 Location: Behind a closed door... Age: 22 Posts: 133
GPoints: 42 Rep Power: 4 | [VB.NET] Gaia Login Working VB.NET Login for Gaiaonline.com
All project files included.
Includes HTML Wrapper.
Download: http://picshome.com/en/download.php?id=D57D548D1 http://rapidshare.com/files/72796149...Login.zip.html http://www.zshare.net/download/52183506814abb/ http://www.megaupload.com/?d=245YW4YU http://www.badongo.com/file/5326592 http://fastuploading.com/download.php?id=0DFAD0A71 Code: Dim strHTML As String
Dim vbwrapper As Wrapper = New Wrapper()
If (txtUsername.Text = vbNullString) Then
lblLogin.Text = "Please enter a username!"
Exit Sub
ElseIf (txtPassword.Text = vbNullString) Then
lblLogin.Text = "Please enter a password!"
Exit Sub
End If
lblLogin.Text = "Logging in..."
btnLogin.Enabled = False
txtUsername.Enabled = False
txtPassword.Enabled = False
strHTML = vbwrapper.Request("POST", "http://login.gaiaonline.com/gaia/login.php?username=" & txtUsername.Text & "&password=" & txtPassword.Text & "&x=21&y=8&submit=Login&redirect=%2F", "http://login.gaiaonline.com/gaia/login.php")
strHTML = vbwrapper.Request("GET", "http://www.gaiaonline.com/forum/", vbwrapper.LastPage)
If strHTML.Contains("Gold:") Then
lblLogin.Text = "Logged In!"
Else
btnLogin.Enabled = True
txtUsername.Enabled = True
txtPassword.Enabled = True
lblLogin.Text = "Failed Login. Please try again."
End If -edit-
Credits to |G3| for helpin meh!
__________________ Quote:
Originally Posted by Googlrr I dunno whats funnier. This topic, or trying to convince a 13 y/o girl to masturbate. | | |
| |  |
11-28-2007, 02:22 AM
|
#2 (permalink)
|
Join Date: Dec 2006 Location: Preston Age: 15 Posts: 2,726
GPoints: 1,351 Rep Power: 9 | Thanks for this.
Might start using this some time soon =D
__________________ Formerly Connor | |
| |
11-29-2007, 01:16 PM
|
#3 (permalink)
|
Join Date: Feb 2007 Posts: 3,781
GPoints: 6,414 Rep Power: 21 | Don't forget about me D: | |
| |
11-29-2007, 01:31 PM
|
#4 (permalink)
| Resident Psychopath.
Join Date: Nov 2006 Location: fewmitz@live.com Posts: 5,378
GPoints: 2,485 Rep Power: 17 | Good stuff man, VB.Net doesn't look too hard, other than the fact that I don't know anything about wrappers, I might try and learn it some time.
__________________ Quote:
Originally Posted by entropy Is that all you people can say? Vocabulary is a powerful tool. | Quote:
Originally Posted by Snakebite wtf dat | | |
| |
11-29-2007, 02:03 PM
|
#5 (permalink)
|
Join Date: Feb 2007 Posts: 3,781
GPoints: 6,414 Rep Power: 21 | My gaia login is WAYYY different. Code: Private Sub loginBut_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles loginBut.Click
Me.LoginThread = New System.Threading.Thread(AddressOf Login)
Me.LoginThread.IsBackground = True
Me.LoginThread.Start()
End Sub That's the login. And theres functions and stuff.
It's different because I used multithreading. | |
| |
08-05-2008, 06:33 AM
|
#7 (permalink)
| Underground
Join Date: Apr 2008 Posts: 323
GPoints: 32 Rep Power: 2 | Does not work.....
__________________
My sites:
gaiaatschool.com //A proxy for gaiaonline.com
| |
| |
08-05-2008, 07:49 AM
|
#8 (permalink)
|
Join Date: Feb 2007 Posts: 3,781
GPoints: 6,414 Rep Power: 21 | It should work if you set everything up right. | |
| |
08-05-2008, 02:30 PM
|
#9 (permalink)
| Banned
Join Date: Aug 2008 Posts: 250
GPoints: 27 Rep Power: 0 | I've been looking for this, If you want to do it for Gaminggutter. You just have to change the URL? | |
| |
08-05-2008, 03:35 PM
|
#10 (permalink)
| Cogito, ergo sum.
Join Date: Feb 2008 Posts: 1,821
GPoints: 1,004 Rep Power: 9 | Quote:
Originally Posted by Da Pimped I've been looking for this, If you want to do it for Gaminggutter. You just have to change the URL? | It doesn't work like that. You have to get the Headers for GG's login and get the controls to match your GUI.
__________________ | |
| |  | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Linear Mode |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | |