Thread: Login error
View Single Post
  #11  
Old 31st March 2022, 12:07
Hector Hector is offline
Member
 
Join Date: Nov 2013
Hungary
Posts: 6
Default
Quote:
Originally Posted by MaD42 View Post
In takelogin.php I edited
PHP Code:
if ($row["passhash"] != md5($row["secret"] . $password $row["secret"]))
bark(); 
with

PHP Code:
//if ($row["passhash"] != md5($row["secret"] . $password . $row["secret"]))
// bark(); 
But now I found a new problem!All problems that I uploaded are red and I can stay at seed...What can I do?

Hi the problem with this is that it clears the password and everyone can log in with your username without a password maybe some other solution is possible?
Reply With Quote