JizzInUrMouth69
10-28-2009, 02:39 AM
Hi, I'm stuck with this shoutmix shoutbox on this website, I have tried to ask people how to get the username from the member logged into the website integrated, but people would not help me out too much; that is why I signed up on this forum. If anyone knows how to get the username from the website that you are logged on into to be connected to the shoutbox, please help me, I would appreaciate it if someone that knew how would help me out. Also, I do not know if this is PHP or CSS.
Here one code I got.
&name=url_encode(username)&code=md5(username. YOUR_CODE)
And here is another code I fount on a different website that might or might not work.
<?php global $user_ID, $user_identity ?>
<?php function shoutmix($user_identity = '') {
return htmlspecialchars(
'&name='.rawurlencode($user_identity)
.'&code='.md5($user_identity.'uniquecodehere'));
}
?>
<?php if ( $user_ID ) : ?>
<iframe title="yourshoutmixid" src="http://www5.shoutmix.com/?yourshoutmixid<?=shoutmix($user_identity);?>" width="200" height="200" frameborder="0" scrolling="auto">
<a href="http://www5.shoutmix.com/?yourshoutmixid<?=shoutmix($user_identity);?>">View shoutbox</a>
</iframe>
<?php endif; ?>
BTW, my shoutmix ID is: JizzInUrMouth69
Thanks, JizzInUrMouth69
www.shoutmix.com - Is where I registered for the shoutbox.
Here one code I got.
&name=url_encode(username)&code=md5(username. YOUR_CODE)
And here is another code I fount on a different website that might or might not work.
<?php global $user_ID, $user_identity ?>
<?php function shoutmix($user_identity = '') {
return htmlspecialchars(
'&name='.rawurlencode($user_identity)
.'&code='.md5($user_identity.'uniquecodehere'));
}
?>
<?php if ( $user_ID ) : ?>
<iframe title="yourshoutmixid" src="http://www5.shoutmix.com/?yourshoutmixid<?=shoutmix($user_identity);?>" width="200" height="200" frameborder="0" scrolling="auto">
<a href="http://www5.shoutmix.com/?yourshoutmixid<?=shoutmix($user_identity);?>">View shoutbox</a>
</iframe>
<?php endif; ?>
BTW, my shoutmix ID is: JizzInUrMouth69
Thanks, JizzInUrMouth69
www.shoutmix.com - Is where I registered for the shoutbox.