News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Dual Login Cookies

Started by crackatown, May 01, 2011, 04:17:21 AM

Previous topic - Next topic

crackatown

#80
Just found out you don't need to set the salt on registration, it gets set on login.

Is the registration date kept in any special format or just:
date();

EDIT: Answer: No, date is stored in time(); format.

crackatown

When you require SSI.php does it keep the mysql connection open or do you have to open it again?

crackatown

Believe it or not, I got it to insert, but the password is listed as incorrect. Is there a reason for this? I am storing it like:
$password_hash = sha1(strtolower($username) . $password);

crackatown

Fixed. Two more quick check functions and I should be done.

valgusepoiss

Hi :)

You seem to be doing a lot of trial-error. Maybe you could help with my specific situation?
http://www.simplemachines.org/community/index.php?topic=446489.msg3136584

Thanks!

Advertisement: