2007-02-03, 07:45 PM
nither one of my 2 diffrent ad programs seem to be willing to work. Here is a picture of an error I breafly saw while setting some stuff to activate.
![[Image: error.gif]](https://camo.mybb.com/e29541d7e2335e2023a812e10fc11fd20b191c54/687474703a2f2f7777772e6a6f75726e65796f66746865616e696d616c732e636f6d2f696d616765732f6572726f722e676966)
Does anyone here use a plugin to add ad space to their sites? I am trying to insert the following code in the ad plugin and it does not seem to be working.
<?php
if (@include(getenv('DOCUMENT_ROOT').'/adrotate/phpadsnew.inc.php')) {
if (!isset($phpAds_context)) $phpAds_context = array();
$phpAds_raw = view_raw ('', 0, '', '', '0', $phpAds_context);
echo $phpAds_raw['html'];
}
?>
It works on other pages. Let me know what you think
Does anyone here use a plugin to add ad space to their sites? I am trying to insert the following code in the ad plugin and it does not seem to be working.
<?php
if (@include(getenv('DOCUMENT_ROOT').'/adrotate/phpadsnew.inc.php')) {
if (!isset($phpAds_context)) $phpAds_context = array();
$phpAds_raw = view_raw ('', 0, '', '', '0', $phpAds_context);
echo $phpAds_raw['html'];
}
?>
It works on other pages. Let me know what you think