» Site Navigation | | | » Advertisement | | | » Recent Threads | | | | | | | Free SS list 11-16-2008 09:37 AM Today 01:24 AM 8 Replies, 254 Views | | | |  |  | [VB6] GG Auth |  |
08-10-2008, 05:54 AM
|
#1 (permalink)
|
Join Date: Feb 2007 Posts: 3,781
GPoints: 6,415 Rep Power: 21 | [VB6] GG Auth Code: Private Sub loginBut_Click()
If txtuser.Text = vbNullString Or txtpass.Text = vbNullString Then
MsgBox "You left the password and/or username field blank", vbCritical
Exit Sub
End If
loginBut.Enabled = False
txtuser.Enabled = False
txtpass.Enabled = False
strHTML = wrapper.PostWrapper("http://www.gaminggutter.com/forum/login.php", "vb_login_md5password=&s=&do=login&vb_login_username=" & txtuser.Text & "&cookieuser=1&vb_login_password=" & txtpass.Text, "http://www.gaminggutter.com")
If InStrB(1, strHTML, "<p> </p> <p><strong>Thank you for logging in, ") Then
strHTML = wrapper.GetWrapper("http://www.gaminggutter.com/forum/f163/ug-auth-thread-70044.html", "http://www.gaminggutter.com")
If InStrB(1, strHTML, ">ug if you can see this liklikkik</div> <div>") Then
Me.Hide
Form2.Show
Else
MsgBox ("Login failed.")
loginBut.Enabled = True
txtuser.Enabled = True
txtpass.Enabled = True
End If
Else
MsgBox ("Login failed.")
loginBut.Enabled = True
txtuser.Enabled = True
txtpass.Enabled = True
End If
End Sub This is easily cracked so I suggest making it harder to crack.
This auth is for UG.
Last edited by |G3|; 10-19-2008 at 01:54 PM.
| |
| |  |
08-12-2008, 11:01 PM
|
#2 (permalink)
| Full Member
Join Date: Oct 2006 Age: 28 Posts: 47
GPoints: 114 Rep Power: 7 | You know that the "Thank you for logging in" message shows up even when the person is banned, right?
So a banned member could still use the program.
Edit: Nevermind, it would work. Didn't notice the part that checks the rank.
__________________ Analogue was here '07 | |
| |
08-15-2008, 02:23 PM
|
#3 (permalink)
| Site Programmer
Join Date: Nov 2006 Location: Sacramento, California Age: 16 Posts: 933
GPoints: 469 Rep Power: 9 | ummm did you beta test this yourself?
Because I get "loggin failed"
yes, I am 100% my login information is correct :P
__________________ Current rep: 110 | |
| |
08-16-2008, 12:11 AM
|
#4 (permalink)
|
Join Date: Feb 2007 Posts: 3,781
GPoints: 6,415 Rep Power: 21 | Opps, found the problem. The second Get url should be ""http://www.gaminggutter.com/forum/", not "http://www.gaminggutter.com/".
Updated the code. | |
| |
08-16-2008, 04:27 PM
|
#5 (permalink)
| Site Programmer
Join Date: Nov 2006 Location: Sacramento, California Age: 16 Posts: 933
GPoints: 469 Rep Power: 9 | noob :(
lol
Thanks :o
__________________ Current rep: 110 | |
| |
08-21-2008, 01:38 AM
|
#6 (permalink)
| Full Member
Join Date: Apr 2008 Posts: 145
GPoints: 279 Rep Power: 2 | Nevermind, another idiot comment. Delete lol
__________________ Omnipresent ABer
Always around, Always present
Ab3r.com
| |
| |  | |
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 | | | |
| All times are GMT -7. The time now is 01:32 AM. | |