|
Title: SMF 1.1 Post by: Goosemoose on March 30, 2005, 06:31:11 PM Just to let you know I'm going through and updating the smf mod a bit for SMF 1.1. One thing I noticed though is that you use replace a lot. Just from experience writing mods, it is much better to use add where you can to keep with upgrades. Several of your replaces fail, where if they had simply been adds then it would still work with the new version of smf.
Title: Re: SMF 1.1 Post by: Editor (cowboy) on March 30, 2005, 06:44:03 PM That would be great. I am actually planning to look at SMF mod how-to's to improve this mod. This mod is my first and only mod for SMF. Let me know, if you changed it so I don't have to do it. And just put your name and changes on the info.
Title: Re: SMF 1.1 Post by: Goosemoose on March 30, 2005, 06:50:04 PM No biggie. I have it both the smf mod and the bridge now installed error free. The problem I'm having right now is that login module on the main page is not logging me into this forum as it did before. I have 3 forums and before one login would get me into all 3, but right now it's only getting me into your 1.1a bridge and ortiso bridge. I'm still trying to find the problem though , I have a few ideas.
Title: Re: SMF 1.1 Post by: Goosemoose on March 31, 2005, 12:28:35 AM Almost there. What is going on here around line 171 of MOS_SMF.php
Code: // Figure out the password, and load the settings. $user_settings = mysql_fetch_assoc($request); if ($passwd == "" || !isset($passwd)){$passwd = md5($_REQUEST['passwrd']);} // this is for Mambo, later $md5_passwrd = md5_hmac($_REQUEST['passwrd'], strtolower($user_settings['memberName'])); I get this error when trying to log in: Code: Fatal error: Call to undefined function: md5_hmac() in /home/httpd/vhosts/goosemoose.com/httpdocs/cfc/Sources/MOS_SMF.php on line 171 Title: Re: SMF 1.1 Post by: Editor (cowboy) on March 31, 2005, 03:37:51 AM We get the mambo password, and determine the SMF password based on the member name. Then login to SMF.
Title: Re: SMF 1.1 Post by: Goosemoose on March 31, 2005, 12:24:51 PM Ya I found the problem. The new version uses sha encryption
Title: Re: SMF 1.1 Post by: Editor (cowboy) on March 31, 2005, 04:57:12 PM We'll work on that when SMF make an official release.
Joomla Forum | Powered by SMF 1.1 RC1.
© 2001-2005, Lewis Media. All Rights Reserved. Joomla Bridge by JoomlaHacks.com |