i'm having the same problem and saw this, but i'm not sure exactly what you mean bu "phpadsstuff goes here"...what exactly should i put in there?
Quote:
Originally Posted by Mika
Problem solved!
PhpAdsNew works now with V3-Arcade!
phpinclude_start should be something like this:
Code:
if (THIS_SCRIPT != 'arcade') {
require ('/usr/local/apache2/htdocs/phpads/phpadsnew.inc.php');
if (!isset($phpAds_context)) $phpAds_context = array();
$phpAds_raw = view_raw ('zone:1', 0, '', '', '0', $phpAds_context);
$bann = $phpAds_raw['html'];
}
if (THIS_SCRIPT != 'arcade') { phpadsstuff goes here} is the key.
|