For the shoutbox frame, you can call the URL
index.php?view=shoutbox
I'm assuming that your shoutbox is powered by vBulletin templates? If so, then follow the following steps:
And in the index.php, add the following somewhere (maybe near the end, but just make sure it's not in another IF, WHILE, etc. statement):
PHP Code:
if ($_GET['view']=="show")
{
// YOUR SHOUTBOX CODE HERE
}