here is the HTML code I usedPHP Function
If you're using PHP, you can add the following function to your script for quick integration. The function will produce correct parameters to be appended at the end of your shoutbox URL.
Then alter your shoutbox HTML codes by adding the following codes (after your shoutbox URL):Code: Select all
function shoutmix($name = '') { return htmlspecialchars( '&name='.rawurlencode($name) .'&code='.md5($name.'UNIQUEUSERID')); }Code: Select all
Example ...mix.com/?jizzinurmouth69<?=shoutmix($name);?>" width="...
Code: Select all
<!-- Begin ShoutMix - http://www.shoutmix.com --><iframe title="jizzinurmouth69" src="http://www6.shoutmix.com/?jizzinurmouth69" width="100" height="200" frameborder="0" scrolling="auto"><a href="http://www6.shoutmix.com/?jizzinurmouth69">View shoutbox</a></iframe><!-- End ShoutMix -->