I am no longer able to log in to my boonex account. but now Incorrect username/password comes up. I tried all the procedures mentioned in many forums but still nothing.
I change the password and cleared the cache but no result :
UPDATE `Profiles` SET `Salt` = CONV(FLOOR(RAND()*99999999999999), 10, 36) WHERE `ID`='1';
UPDATE `Profiles` SET `Password` = SHA1(CONCAT(md5('New Admin Password'), `Salt`)) WHERE `ID`='1';
I get a new password with forgot password but no result
Please Help !
Thank you.