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.

[VB.NET] LG Auth

1.2k views · started by Jah ·
#1
[VB.NET] LG Auth
I did this just to convert from C# to VB.NET cause i wanted to make one and got stuck lol and i saw Chris's release so this is Mostly his help :P

you will need an HTTPwrapper http://www.mediafire.com/?fora71ljn7em6i7

        [color=blue]If[/color] TextBox1.Text = [color=red]""[/color] [color=blue]Then[/color]
MessageBox.Show([color=red]"Please enter a Username"[/color])
[color=blue]End If[/color]
[color=blue]If[/color] wrapper.Post([color=red]"http://forum.logicalgamers.com/login.php?do=login"[/color], [color=red]"vb_login_username="[/color] + TextBox1.Text + [color=red]"&vb_login_password_hint=Password&vb_login_password="[/color] + TextBox2.Text + [color=red]"&s=&securitytoken=guest&do=login&vb_login_md5password=&vb_login_md5password_utf="[/color]).Contains(([color=red]"Thank you for logging in,"[/color])) [color=blue]Then[/color]
MessageBox.Show([color=red]"Logged in!"[/color])
[color=blue]Else[/color] : MessageBox.Show([color=red]"Failed to login"[/color])
[color=blue]End If[/color]
[color=blue]If[/color] TextBox2.Text = [color=red]"" [/color][color=blue]Then[/color]
MessageBox.Show([color=red]"Please enter a password"[/color])
[color=blue]End If[/color]
#2
You gotta fix your download. you uploaded a Shortcut and it won't work on others computers. At least that's what happens to me.
#3
Sorry didn't realize :/ Updated it :) HTTPWrapper.vb
#4
All god :) Thank you for updating it :)
#5
Ferret wrote:
All god :) Thank you for updating it :)


Np ;)
Did you just start programming ?
#6
Nope. I've been programming since I was 12/13 :) <--mostly Copy Pasta. I'm a lot better now xD