matt1020
01-08-2010, 01:52 AM
ok so i have MyBB v1.4 and trying to intergrate http://shoutmix.com into index page, so what it does is get the logged in username (eg. Matt) and the shoutbox has a unique code (eg. 123456) and then need to be converted MD5
Matt123456 = ceaf42401d410649b9dd09d36406ab96
so the web address will be:
http://www6.shoutmix.com/?xboxlivemodding&mode=test&name=Matt&code=ceaf42401d410649b9dd09d36406ab96
but alli can get it to do is
http://www6.shoutmix.com/?xboxlivemodding&mode=test&name=Matt&code=
im converting the Username and unique code to md5 using :
$code1 = md5($mybb->user['username'].'123456');
and so the intergration in the main page is:
http://www6.shoutmix.com/?xboxlivemodding&mode=test&name={$mybb->user['username']}&code={$code1}
but the code part dont show ?? the username shows fine, its just the code if anyone can help me, please signup to http://xboxlivemodding.co.uk/home and ask for Matt or Pyschobean in the other shoutbox. or just reply to this thread with your suggestions.
Matt123456 = ceaf42401d410649b9dd09d36406ab96
so the web address will be:
http://www6.shoutmix.com/?xboxlivemodding&mode=test&name=Matt&code=ceaf42401d410649b9dd09d36406ab96
but alli can get it to do is
http://www6.shoutmix.com/?xboxlivemodding&mode=test&name=Matt&code=
im converting the Username and unique code to md5 using :
$code1 = md5($mybb->user['username'].'123456');
and so the intergration in the main page is:
http://www6.shoutmix.com/?xboxlivemodding&mode=test&name={$mybb->user['username']}&code={$code1}
but the code part dont show ?? the username shows fine, its just the code if anyone can help me, please signup to http://xboxlivemodding.co.uk/home and ask for Matt or Pyschobean in the other shoutbox. or just reply to this thread with your suggestions.