Thanks for responding....and yes, I actually saw that I wasn't suppose to post this message in this forum after I had already hit the post. Argh.... Already starting out on the wrong foot.
Well, I'm attempting to get the plugin going as you mentioned. Went into Plugin System > Add New Plugin > Hook Location (navigated to global under vBulletin: General) and clicked on global_start. Then gave it a title....and in the Plugin PHP Code in the edit box I've put the following code:
<?php
if (@include(getenv('DOCUMENT_ROOT').'/phpadsnew/phpadsnew.inc.php')) {
if (!isset($phpAds_context)) $phpAds_context = array();
$phpAds_raw = view_raw ('zone:3', 0, '_blank', 'http://ws6store.com', '0', $phpAds_context);
echo $phpAds_raw['html'];
}
?>
But nothing appears when I go to my index page at
www.f-bodyhideout.com/forums