You need to use this code in the plugin;
ob_start();
include('translateflags.php');
$translateflags = ob_get_contents();
ob_end_clean();
You then add this to your template;
<!-- vBGT Code Start-->
<div align="center">
<!-- google_ad_section_start(weight=ignore) -->
$translateflags
<!-- google_ad_section_end -->
</div>
<!-- vBGT Code End -->
Make sure you upload translateflags.php to your FORUM folder.
At the end of the day the install works, you must have missed a step or not followed it correct.
|