Jump to content

magicmulder

Approved members
  • Posts

    6
  • Joined

  • Last visited

Reputation Activity

  1. Upvote
    magicmulder reacted to Matteo Beccati in Asynchronous loading and the <ins> tag   
    Hi, we basically went with whatever Google Adsense seemed to be using. Ads were supposed to be wrapped whithin an iframe, so the whole point is moot. We then decided to also allow ads without an iframe and I think that's where the problem comes from.
    However, I believe the problem can be easily solved. Could you please create an issue on github, referencing this forum thread?
  2. Upvote
    magicmulder got a reaction from Richard Foley in Doubleclick plugin vs HTTPS   
    We've noticed that the Doubleclick plugin supplied with current Revive (3.2.2. and earlier) does not support injecting the click tag for Doubleclick banners embedded via HTTPS.
    A fix would be to change
    plugins/3rdPartyServers/ox3rdPartyServers/doubleclick.class.php
    in lines 51, 52 to this:
     
    $search = array("/\[timestamp\]/i", "/(http:.*?;)(.*?)/i", "/(https:.*?;)(.*?)/i"); $replace = array("{random}", "$1click0={clickurl};$2", "$1click0={clickurl};$2");
×
×
  • Create New...