Phornixx |
05-03-2008 08:16 PM |
I dont seem to get this working, I dont use Adsense, I use AdutAdWorld ads, my code is as follows:
Header
Code:
$output.='
<div align="center">
<!-- begin Ad World Media for channel: Amateur , publisher: XXX http://XXXXXXX.com , Ad Dimension: Super Banner - 728 x 90 -->
<script language="javascript">
document.write('<iframe src="http://newt1.adultadworld.com/jsc/z5/ff2.html?n=607;c=2437;s=6320;d=14;w=728;h=90;p=6320" frameborder=0 marginheight=0 marginwidth=0 scrolling="no" allowTransparency="true" width=728 height=90></iframe>');
</script>
<!-- end Ad World Media for channel: Amateur , publisher: XXX http://XXXXXXXX.com , Ad Dimension: Super Banner - 728 x 90 -->
</div>
</td>
</tr>
</table>
';
The error in the archive page is this:
Code:
Parse error: syntax error, unexpected T_STRING in /usr/www/XXXX/www.XXXXXX.com/archive/index.php(254) : eval()'d code on line 6
And the same for the footer code, any help?
Thanks in advance...
|