Doesn't display smilies for me but the chatbox works! Anyway, changed it so it uses my own onsite smilies.
If you want to add it to ther pages blank out the two lines in shoutbox.php
PHP Code:
// if($forum != $referer) { echo 'Access Denied!'; exit; }
The create a Hook as per this
post
Cut'n'Paste the FORUMHOME code into it. If you want it to display on SHOWTHREAD you hook it to SHOWTHREAD_complete ... and change the last line to
PHP Code:
vB_Template::preRegister('SHOWTHREAD', $sb_pro);