Try it from the core file your are trying to display it on (viewlisting.php, index.php, etc):
PHP Code:
if(@include(getenv('DOCUMENT_ROOT').'/phpads/phpadsnew.inc.php'))
{
if (!isset($phpAds_context)) $phpAds_context = array();
{
$phpAds_raw = view_raw ('zone:1', 0, '', '', '0', $phpAds_context);
//echo $phpAds_raw['html'];
$phpadsnew = $phpAds_raw['html'];
$class_tpl->assign('phpadsnew', $phpadsnew);
}
}
Then at the template add this where you want it to display (viewlisting.tpl.php or etc):