Ive been trying to insert phpAdsNew into vbulletin but i have failed
this is what my phpinclude template looks like:
ob_start();
require("../ads/phpAdsNew.inc.php");
$header = ob_get_contents();
ob_end_clean();
And this is the code i add to the header
<?php view("468x60", 0, "_blank"); ?>
But it isnt working, what am i doing wrong
this is what my phpinclude template looks like:
ob_start();
require("../ads/phpAdsNew.inc.php");
$header = ob_get_contents();
ob_end_clean();
And this is the code i add to the header
<?php view("468x60", 0, "_blank"); ?>
But it isnt working, what am i doing wrong
Comment