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.
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.
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.
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
None of the text or images in this public website may be copied without the expressed written consent of the authors. Copyright 2005 by MamboHacks.com. Powered by Mambo. All rights reserved. TERMS OF USE