Jump to content

saschadd

Approved members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by saschadd

  1. <?php echo rand();?>Forgot to post example codes for checking, maybe i have a typo i dont see Asynchronous Tag <!-- Revive Adserver Asynchronous JS Tag - Generated with Revive Adserver v5.0.5 --> <ins data-revive-zoneid="5" data-revive-id="72292fd559d86f65a6853bcc36c02081"></ins> <script async src="//www.mydomain.de/_extra/ads/revive/www/delivery/asyncjs.php"></script> Iframe Tag <!-- Revive Adserver iFrame Tag - Generated with Revive Adserver v5.0.5 --> <iframe id='aa2fe789' name='aa2fe789' src='https://www.mydomain.de/_extra/ads/revive/www/delivery/afr.php?resize=1&amp;zoneid=5&amp;source=https%3A%2F%2Fwww.mydomain.de&amp;cb=<?php echo rand();?>' frameborder='0' scrolling='no' width='161' height='147' allowtransparency='true' allow='autoplay'><a href='https://www.mydomain.de/_extra/ads/revive/www/delivery/ck.php?n=a79d75df&amp;cb=<?php echo rand();?>' target='_blank'><img src='https://www.mydomain.de/_extra/ads/revive/www/delivery/avw.php?zoneid=5&amp;source=https%3A%2F%2Fwww.mydomain.de&amp;cb=<?php echo rand();?>&amp;n=a79d75df' border='0' alt='' /></a></iframe>
  2. Hi, i have revive running for some time now and it works great so far with iframe banner codes. Unfortunately since a few weeks it gives me the following errors on the w3c checker for the iframe code produced by revive The frameborder attribute on the iframe element is obsolete. The scrolling attribute on the iframe element is obsolete.# The allowtransparency attribute on the iframe element is obsolete. Text not allowed in element iframe in this context. Before i tried to fix these errors i tried to just use the asynchronous tag but unfortunately this is not working. My server is running with htaccess setting <ifModule mod_headers.c> Header set X-Content-Type-Options: nosniff </ifModule> for more security and the script /www/delivery/asyncjs.php gets blocked because of a MIME-Type-conflict ("text/html") and gets blocked (X-Content-Type-Options: nosniff) At the moment i dont know how to fix this problem without deactivating the nosniff option. Maybe somebody knows a way wo fix this by looking in the asyncjs.php script?
  3. Its working now. I had a misconfiguration in my webserver.
  4. Hello, I have issues with pagespeed complaining about three scripts that come from Revive Adserver which are actually the following ones www/delivery/spcjs.php www/delivery/spc.php www/delivery/fl.js I tried to switch from asynchronous code to iframe after reading this thread but this doesnt change anything. How could i solve this problem? Does somebode else have such a behaviour?
  5. Hello, i am trying to setup Revive Adserver on an https-only website. But what code I use I always get the ads full or partly served over http, even if i change the http parts in the code to https. Even if the javascript loads over https the img src shows http. Revive Adserver itself is installed with ssl. How can I force Revive Adserver to serve ads only via https? Which version of the code is best used for https?
×
×
  • Create New...