Jump to content
Welcome, Guest
Existing user? Sign In

Sign In



Sign Up
The MatriX
  • Welcome To Ghbsys
  • CS GO Streaming Version is released. Have fun streaming while cheating!
  • Have a Payment Issue? Send us a Support ticket.
  • Make a thread if you need support or join our discord for live support.
  • Have Suggestions? Make a thread and you'll earn Ghbsys Points for implemented suggestions.
  • Join our discord to stay well connected! Don't forget to integrate your discord to the site
  • Welcome to [GHB] - GAmEhAcKbAsTaRdS Forum

    Welcome to [GHB] - GAmEhAcKbAsTaRdS Forum, like most online communities you must register to view or post in our community, but don't worry this is a simple free process that requires minimal information for you to signup. Be apart of [GHB] - GAmEhAcKbAsTaRdS Forum by signing in or creating an account.
    • Start new topics and reply to others
    • Subscribe to topics and forums to get email updates
    • Get your own profile page and make new friends
    • Send personal messages to other members.

    vbulletin Login


    TopGun
     Share

    Recommended Posts

    Today , i coded a vbulletin Login from Application , thought it doesn't work because the vbulletin account password is encrypted with hash , how can i remove the hash or can anyone please give me a module that will encrypt the loging-in password so it works with the password hash?

     

    Sorry , my english sucks.

    Link to comment
    Share on other sites

    if you want to to a external login for your forum witht he existing users on the forum and their passwords in db, you need to find out how vBulletin's php logincode works, how they use their hash and salt + md5() to get to the end result

     

     

    if a user enters valid hash and you reproduce it the same way as vBulletin tha hash need to match the hash in the DB if not => wrong password

     

    thats the correct way, it should near be impossible to restore the original passwort out of the hash in your DB...

    Link to comment
    Share on other sites

    if you want to to a external login for your forum witht he existing users on the forum and their passwords in db, you need to find out how vBulletin's php logincode works, how they use their hash and salt + md5() to get to the end result

     

     

    if a user enters valid hash and you reproduce it the same way as vBulletin tha hash need to match the hash in the DB if not => wrong password

     

    thats the correct way, it should near be impossible to restore the original passwort out of the hash in your DB...

     

    Yeah, thats exactly what i meant to say O.o

    Link to comment
    Share on other sites

    Guest
    This topic is now closed to further replies.
     Share

    • Recently Browsing   0 members

      • No registered users viewing this page.
    ×
    ×
    • Create New...