Jump to content

neoounix

Approved members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by neoounix

  1. My apologizes if this has been asked before, but Revive generates Javascript tags using document.write.

    This is not good, as document.write is being phased out for security reasons and is sometimes blocked.  Chrome Dev complains about this (warnings).

    Are there any plans to rewrite the generator for the Javascript tags to use innerHTML or other more "acceptable" JS function?

    Thanks.

  2. Hello,

    I have revive version 3.2.5 running on one server and 4.0.1 on another server.   The reason is that I am running an older version of PHP on the server running 3.2.5 and don't want to break things by upgrading to a version of PHP supported by 4.0.1.

    As a work around, I want to just replace our invocation tags as follows:

    ORIGINAL TAG ON "SERVEROLD"

    <ins data-revive-zoneid="5" data-revive-id="8351b7c2e97a6c66b1382241945d20f0"></ins>

    <script async src="//serverold.com/www/delivery/asyncjs.php"></script>

    NEW TAG ON "SERVERNEW"

    <ins data-revive-zoneid="5" data-revive-id="d77d030158ef3b39e6ed6db0cf1a2192"></ins>
    <script async src="//servernew.com/www/delivery/asyncjs.php"></script>

    CHANGE TO:

    <ins data-revive-zoneid="5" data-revive-id="8351b7c2e97a6c66b1382241945d20f0"></ins>
    <script async src="//servernew.com/www/delivery/asyncjs.php"></script>

    The reason I want to do this is so I can just change the DNS entry for the ad server and not change the tags, which requires a lot of unnecessary work.

    Can you please tell me where I can edit the MySQL DB to change these data-revive-ids so I can get them to match?

    THANKS!

  3. Hi.

    I'm new here and am ex long time user of OpenX and then switched to Google DFP after the OpenX security breach, and have just installed the latest version of Revive Ad Server.

    The installation went well and then I did the standard create advertiser, campaign, add banner.. create zones links zones to banner thing.. and all look fine... used a 300x250 test banner and link.

    Then grabbed the invocation code, and BOOM, the ad server does not seem to serve any ads regardless of what invocation tag I use.

    How to debug this problem with ad server?

    Thanks!

    UPDATE:

    Ahhh.... nevermind!

     

    It working now!    

×
×
  • Create New...