MyBB Community Forums

Full Version: Joomla-Mybb Integration
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10
I think it is pretty clear the ones who need it and the ones who don't. Smile

I personally do myself.
Well,
I have almost done Joomla 1.5 and myBB 1.2.12 integration via JFusion component: http://www.jfusion.org

I hope it will be available within few days. Well, alpha release ...
Details can be found here: http://www.jfusion.org/phpbb3/viewtopic....7&t=29#p87
Sweet! Only a few days? =D. Are you god? No? How about the Tooth Fairy?
ahero4heor Wrote:Sweet! Only a few days? =D. Are you god? No? How about the Tooth Fairy?
I am one of the dummies. Do everything with knowing nothing.

Well, I need your help, myBB gurus!

Joomla logs from a new login module to myBB and is trying to verify user and his password against myBB database data.

However I have to know how myBB exactly encrypts password. They are stored in this form in database. I found too many possibilities at this forum to be useful.
Compare:

http://community.mybboard.net/showthread.php?tid=24611
md5(salt.md5(password))

http://community.mybboard.net/showthread.php?tid=12433
md5(md5($salt).$password);

http://community.mybboard.net/showthread.php?tid=3695
md5(md5($salt).md5($password));

http://community.mybboard.net/showthread.php?tid=5727
md5(md5($salt).$password);
and at the same thread
md5(md5("password").md5("salt")).

Which one is the right one??????
Thanks in an advance.
I believe it's the first one, only based on date. It's the most recent, around ~1 month ago. The other are from multiple years ago.

Will you be releasing this soon? Even a rough version with just profiles and logging in? Even that would be awesome!
Thanks.
The first one seems to me the most probable too.Smile
"Probability Based Programming" is sometimes the best approach. I will try it.

I mean to release alpha JFusion prealpha plugin for MyBB to the community as soon as possible. After the first successful login. I hoped for yesterday but had not logged.
MarHaj Wrote:Thanks.
The first one seems to me the most probable too.Smile
"Probability Based Programming" is sometimes the best approach. I will try it.

I mean to release alpha JFusion prealpha plugin for MyBB to the community as soon as possible. After the first successful login. I hoped for yesterday but had not logged.

Sounds good Smile

Good luck with the whole project I hope you get it done soon Cool
The third one works.Smile
md5(md5($salt).md5($password);

So I will make the pack, send it to the community to play with today and take a rest before next steps ...
You can find it here: http://www.jfusion.org/phpbb3/viewtopic....p=134#p134
( I think this is the best place because it is only the plugin for JFusion component).
Use md5(md5($salt).md5($password)); if $password is plaintext
I wish I knew how to install it! I'm gonna need to look at some documentation tomorrow. Looks like I've got my work already cut out for me... =x
Pages: 1 2 3 4 5 6 7 8 9 10