Quote:
Originally Posted by Dave Hybrid
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.
|
Dear Dave ,
I am sure everything has done fine , maybe because of my MySQL or Php version .
I use php 5.2.10 and MySQL 5.0.83 did you wanna me to send you one of sites details , so you can check by your self ?
Thanks ,
Zi55