Jump to content

a problem


divinedesigns1

Recommended Posts

hey im having a problem, its not my connection to the database since i test to make sure im connected and is able to pull any data from each table the problem im having is when i try to use the username and password for the login its outputting "wrong username or password" even tho its the exact username and password. can anyone say what would code this to happen? also the information was manually enter so its not encrypted even tho the script have the md5 encryption function

Link to comment
Share on other sites

also the information was manually enter so its not encrypted even tho the script have the md5 encryption function
Hashed password and stored password probably are not matching when you are checking db. both should match
Link to comment
Share on other sites

yeah, but that wasnt the problem, if i tell you the problem you prolly would want to hit me hehehehehehe but yeah the problem was that i was targeting a table that i forgot i deleted so instead of using weirdo table, i was using sicko table so because of that the login page wasnt doing anything :D

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...