Quote:
Originally Posted by ThePimp
Any other suggestions? I'm using PHPAdsNew and outputting a PHP file for the rotation.
|
I'm also using PHPAdsNew. Is this working for you? I am still having problems whit it.
PHP Code:
ob_start();
if (@include(getenv('DOCUMENT_ROOT').'http://www.mydomain.com/phpads/phpadsnew.inc.php'))
{
if (!isset($phpAds_context))
{
$phpAds_context = array();
$phpAds_raw = view_raw ('zone:1', 0, '', '', '0', $phpAds_context);
$phpAds_context2 = array();
$phpAds_raw2 = view_raw ('zone:2', 0, '', '', '0', $phpAds_context2);
$phpAds_context3 = array();
$phpAds_raw3 = view_raw ('zone:3', 0, '', '', '0', $phpAds_context3);
$phpAds_context4 = array();
$phpAds_raw4 = view_raw ('zone:4', 0, '', '', '0', $phpAds_context4);
$phpAds_context7 = array();
$phpAds_raw7 = view_raw ('zone:7', 0, '', '', '0', $phpAds_context7);
}
}
ob_end_clean();