From what I can see, the following block is the code that plays the music in background.
Code:
$zhmusicara = '<!-- /content area table -->';
$vbulletin->templatecache['footer'] = str_replace($zhmusicara,$zhmusicara.fetch_template('zh_music'),$vbulletin->templatecache['footer']);
If I remove
<!-- /content area table --> from that, would I bee able to insert
$zhmusicara and put a conditional so it only plays in certain pages (like private.php, search.php etc...) and also put various conditionals for specific forums and guest messages.
Thanks.