Jesse60905 Posted June 5, 2007 Posted June 5, 2007 Re: Authenticate confusion I am just a noob in coding php but I have an idea for you. Try looking in the authenticate.php for mc lite. Maybe you can get some ideas from there? Quote
Matty Posted June 5, 2007 Author Posted June 5, 2007 Re: Authenticate confusion It does it the same as mccodes in the first set of code just mine is a tad bit more securer, I changed it to do the same as the MCcodes one but still no luck. Thanks for the suggestion though, I will look at it again. Quote
Matty Posted June 5, 2007 Author Posted June 5, 2007 Re: Authenticate confusion Sorted with an else it was... if(($user['username']==$userid)&&($user['password']==$pass)){ That was causing a problem I added an else after that. I could remove it but I want to keep it secure, but making sure the user name is in the right case, therefore my fix keeps it case sensitive :) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.