MyBB Community Forums

Full Version: [TUTORIAL]Integrate Windows Live Logins with MyBB
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5
(2010-06-18, 09:03 PM)mark-in-dallas Wrote: [ -> ]php config can be viewed here: http://testingserver.net23.net/phpinfo.php

That marks SQLite as being version 2.8.17. That sounds far too old.
Oh god, 000webhost. That explains it all.
Gives me a blank page when i land on www.mydomain.com/wlregister.php

Watch Try This to use WL Connect on my site: https://login.live.com/wlogin.srf?appid=....0&lc=1033
Ok whoever sets this up gets FREE Advertising... Set it up for me that is Smile .. let me know... unlimited text/image advertising on my site (all 3) all i need it set up is on 1 site which is: www.shawnscomputersupport.cz.cc
I did all as it said. But when i was taken to windows live site and i login with my live ID, it redirected to mysiteURL/webauth-handler.php which shows a blank page.

Please help me out regarding this.
(2010-08-20, 05:43 AM)kavin Wrote: [ -> ]I did all as it said. But when i was taken to windows live site and i login with my live ID, it redirected to mysiteURL/webauth-handler.php which shows a blank page.

Please help me out regarding this.

Is your PHP install set up to show errors?
(2010-08-20, 05:55 AM)afrothunder Wrote: [ -> ]
(2010-08-20, 05:43 AM)kavin Wrote: [ -> ]I did all as it said. But when i was taken to windows live site and i login with my live ID, it redirected to mysiteURL/webauth-handler.php which shows a blank page.

Please help me out regarding this.

Is your PHP install set up to show errors?


I'm not sure about your question.
But in my hosting panel PHP info, it says display_errors: Off.
(2010-08-20, 06:14 AM)kavin Wrote: [ -> ]
(2010-08-20, 05:55 AM)afrothunder Wrote: [ -> ]
(2010-08-20, 05:43 AM)kavin Wrote: [ -> ]I did all as it said. But when i was taken to windows live site and i login with my live ID, it redirected to mysiteURL/webauth-handler.php which shows a blank page.

Please help me out regarding this.

Is your PHP install set up to show errors?


I'm not sure about your question.
But in my hosting panel PHP info, it says display_errors: Off.

You should turn on display_errors so that its possible to see what is failing.
(2010-08-20, 07:41 AM)afrothunder Wrote: [ -> ]You should turn on display_errors so that its possible to see what is failing.

Thanks for the quick replies afrothunder. I have turned it on and this is the error its showing when i get redirected to webauth-handler.php.

Fatal error: Call to undefined function mhash() in /home/vol13/byethost24.com/cyberguards.in/htdocs/windowslivelogin.php on line 1515
(2010-08-20, 09:14 AM)kavin Wrote: [ -> ]
(2010-08-20, 07:41 AM)afrothunder Wrote: [ -> ]You should turn on display_errors so that its possible to see what is failing.

Thanks for the quick replies afrothunder. I have turned it on and this is the error its showing when i get redirected to webauth-handler.php.

Fatal error: Call to undefined function mhash() in /home/vol13/byethost24.com/cyberguards.in/htdocs/windowslivelogin.php on line 1515

Unfortunately your current PHP installation doesn't support the Windows Live PHP library.

This has happened before. ( http://community.mybb.com/thread-65575-p...#pid471177, http://community.mybb.com/thread-65575-p...#pid485116 )

It seems that the mhash and mcrypt PHP modules are required for the scripts to work properly.(I should have added this to the requirements in the original post)

If you would like more information about it you can go to this url here:
http://social.msdn.microsoft.com/Forums/...3b699d3d3f

If possible you can try to get your web host to add these modules, after that everything should work fine.
No problems afrothunder.

Really pleased to see the lightening fast help. I have planned a hosting transfer in the following month. Hope i can get it work then.

Thanks for the tutorial and help.
Pages: 1 2 3 4 5