Results 1 to 5 of 5
  1. #1
    S_M_E_X_Y's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    69
    Reputation
    10
    Thanks
    4
    My Mood
    Amused

    SMF login application

    Hey guys i was wondering if anyone knew how to make a login so that it checks the SMF login and it it correct, then you it lets you log in, if not then yea.... If anyone know how to do this, it would be great!

  2. #2
    CoderNever's Avatar
    Join Date
    Feb 2009
    Gender
    female
    Location
    https://mpgh.net MPGHCash: $700,458,011
    Posts
    1,198
    Reputation
    131
    Thanks
    2,236
    My Mood
    Buzzed
    Is it your SMF site, or are you trying to make a login for someone elses site. In other words do you have access to ftp?

  3. #3
    S_M_E_X_Y's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    69
    Reputation
    10
    Thanks
    4
    My Mood
    Amused
    Yes i have full acsess to the FT.P It is my site

  4. #4
    CoderNever's Avatar
    Join Date
    Feb 2009
    Gender
    female
    Location
    https://mpgh.net MPGHCash: $700,458,011
    Posts
    1,198
    Reputation
    131
    Thanks
    2,236
    My Mood
    Buzzed
    if I were you would use a httpwebrequst, and a php file. The php file will use _GET methods to confirm the password with the sql database, and return a result which will be checked with the request. You can always input sql into a executable, but I don't recommend it cause its laggy, and insecure.
    Last edited by CoderNever; 05-05-2011 at 09:10 PM.

  5. #5
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by CoderNever View Post
    if I were you would use a httpwebrequst, and a php file. The php file will use _GET methods to confirm the password with the sql database, and return a result which will be checked with the request. You can always input sql into a executable, but I don't recommend it cause its laggy, and insecure.
    I would even go as far as to use POST for the PHP, for even more security.

    Just reference my Web Scraping Toolkit:
    https://www.mpgh.net/forum/33-visual-...s-library.html

    And use the PostData function to make things easier. It will return the HTML of the webpage after posting the data. If you need help with the php and the vb code, just ask.

    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)