Thread: Search on click

Results 1 to 4 of 4
  1. #1
    Dreamer's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Seattle
    Posts
    8,745
    Reputation
    393
    Thanks
    1,481
    My Mood
    Bitchy

    Search on click

    I need help on a function on where you enter lets say a email. It verifies that the email is on a certain website and it lets you login. I already inplemented a generate code but it isnt enough.

    Edit: Request close sorry! I found and fixed my own problem!

    Dim wc As New WebClient
    Dim strings As String
    strings = wc.DownloadString("Site")
    wc.Dispose()

    If strings.Contains(HWID) Then

    MessageBox.Show("HWID Matches!", "******", MessageBoxButtons.OK, MessageBoxIcon.Information)
    Label4.Text = "Successful Login!"
    Me.Visible = False

    Form1.Visible = True

    Else
    MessageBox.Show("Fail login. You are probably not in the database. Post your generated HWID Key!", "******", MessageBoxButtons.OK, MessageBoxIcon.Error)
    Label4.Text = "Failed Login!"
    End If
    Catch
    MsgBox("Unexpected error. Please try again!")
    End Try
    Last edited by Dreamer; 06-10-2011 at 09:30 PM.
    Resource Team: Feb/5/2012 - May/5/2012
    Middleman: April/25/2012 - September/16/12


  2. #2
    SubCub's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Clarion, Pa
    Posts
    695
    Reputation
    -32
    Thanks
    120
    My Mood
    Cheerful
    Re-Say Again...

  3. #3
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    That is a VERY insecure way of doing it.



  4. #4
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Closed on request.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)