i was told you had a hack that could help me with this -
ok so this is my include file and im using php ads new
Code:
// This code is PHP4 only:
// ob_start();
// require("yourheader.html");
// $header = ob_get_contents();
// ob_end_clean();
include("vbs_counter.php");
ob_start();
require('side.php');
$side = ob_get_contents();
ob_end_clean();
ob_start();
require('ads.php');
$ads = ob_get_contents();
ob_end_clean();
this is ads.php
Code:
<?php
require(getenv('DOCUMENT_ROOT').'/ads/phpadsnew.inc.php');
if (!isset($phpAds_context)) $phpAds_context = array();
$phpAds_id = view ('', 1, '_blank', '', '1', $phpAds_context);
?>
i put $ads in my header and i get this error
Quote:
Database error in vBulletin *CENSORED*:
Invalid SQL: SELECT * FROM usergroup WHERE usergroupid=6
mysql error: Table 'nerdnati_ads.usergroup' doesn't exist
mysql error number: 1146
Date: Friday 15th of November 2002 03:17:33 AM
Script: http://nerdnations.com/bbs/bbs/
Referer:
|