Adsense & Ads for phpBB
Re: Adsense & Ads for phpBB
I have tried several scripts all have failed to write. Which files are we updating?
<script async src="http://pagead2.googlesyndication.com/pa ... "></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-9985926644863798",
enable_page_level_ads: true
});
</script>
<script async src="http://pagead2.googlesyndication.com/pa ... "></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-9985926644863798",
enable_page_level_ads: true
});
</script>
Re: Adsense & Ads for phpBB
That specific one is only for page level adsvgeoffs wrote: 16 Nov 2016, 19:21 I have tried several scripts all have failed to write. Which files are we updating?
<script async src="http://pagead2.googlesyndication.com/pa ... "></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-9985926644863798",
enable_page_level_ads: true
});
</script>
Re: Adsense & Ads for phpBB
I put in your sample code for, Ad Block detector ad code and it still gives me a 403 forbidden. There is something preventing java script code from being inserted in. It fails when i just put in:
script type="text/javascript"
</script>
url on error page.
http://www.palmerstoncellars.com/phpbb/ ... e=settings
What files are you writing to?
script type="text/javascript"
</script>
url on error page.
http://www.palmerstoncellars.com/phpbb/ ... e=settings
What files are you writing to?
Re: Adsense & Ads for phpBB
I have deleted and re-installed and still have the same problem of 403, plain text works but when I put in java script something somewhere is preventing from being installed. I know I am using cpanel with apache web server.
Re: Adsense & Ads for phpBB
What happens if you insert the AdSense directly in your template?vgeoffs wrote: 26 Nov 2016, 01:00 I have deleted and re-installed and still have the same problem of 403, plain text works but when I put in java script something somewhere is preventing from being installed. I know I am using cpanel with apache web server.
Re: Adsense & Ads for phpBB
You could try: styles/prosilver/template/overall_header.html
Right after this line:
Code: Select all
<!-- EVENT overall_header_page_body_before -->
Re: Adsense & Ads for phpBB
Hello, If the page ssl is encrypted, the adblocker does not hit. Is there a solution for this?