Quote:
Originally Posted by Pulsorock
I'm using Max Media Manager 0.1x (same as PAN2.1) but I can't make it work. The phpinclude_start has this:
PHP Code:
ob_start();
if (@include(getenv('DOCUMENT_ROOT').'/maxserver/phpadsnew.inc.php')) {
if (!isset($phpAds_context)) $phpAds_context = array();
$phpAds_raw = view_local ('', 5, 0, 0, '_blank', '', '0', $phpAds_context);
}
ob_end_clean();
But on the forum I get Database error
Any idea? :disappointed:
|
Not familiar with MaxMediaManager, but your view_local function call isn't specifying a zone, and the PHP Ads new function is view_raw.
Also, is you're ad server on the same machine as your vbulletin? If not that would explain the SQL error, which appears to be caused by the SQL server you're talking to not having the appropriate table.