View Single Post
  #7  
Old 03-06-2012, 06:52 PM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 327,416
Hall of Famer is on a distinguished road
Default

Well this is fairly easy, all you need to do is to insert a row into the forum database user table whenever a user registers on the adoptables site. Of course it can get a bit tricky, since MyBB uses this kind of salt and loginkey system, but I've successfully decoded MyBB's way of generating codes so its all said and done.

The problem is with existing users migrating from the site to forum, or the other way around. I have yet to find a way to accomplish this, but gotta say it is much easier to achieve with your old md5 password encryption system. I changed it to a combination of Sha1 and Sha512 after a user called Noseatback criticized a lack of security in this script. Now you see the issue here, theres no way to decrypt from Sha1 or Sha512 and then encrypt with md5. MyBB also uses md5, though a bit improved with the usage of salt.
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote