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>
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Re: Adsense & Ads for phpBB
That specific one is only for page level adsvgeoffs wrote: ↑16 Nov 2016, 21: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>
Board rules! No PM support
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.
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Re: Adsense & Ads for phpBB
What happens if you insert the AdSense directly in your template?
Board rules! No PM support
Re: Adsense & Ads for phpBB
Which files should I insert in?
Re: Adsense & Ads for phpBB
Adds every where!! We must have money for a holiday in Denmark stoker!
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
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 -->
Board rules! No PM support
Re: Adsense & Ads for phpBB
Hello, If the page ssl is encrypted, the adblocker does not hit. Is there a solution for this?