 |
|
// The MAX_PATH below should point to the base of your OpenX installation
define('MAX_PATH', '/home/content/f/f/d/ffd81/html/openx');
if (@include_once(MAX_PATH . '/www/delivery/alocal.php')) {
if (!isset($phpAds_context)) {
$phpAds_context = array();
}
// function view_local($what, $zoneid=0, $campaignid=0, $bannerid=0, $target='', $source='', $withtext='', $context='', $charset='')
$phpAds_raw = view_local('', 3, 0, 0, '_blank', '', '1', $phpAds_context, '');
$phpAds_context[] = array('!=' => 'bannerid:'.$phpAds_raw['bannerid']);
$phpAds_context[] = array('!=' => 'campaignid:'.$phpAds_raw['campaignid']);
}
echo $phpAds_raw['html'];
?>
-->
|
|