Jump to content

Display Banners From Other Zones


Recommended Posts

I noticed that Revive ad server displays banners from one zone to another in the same page. This strange behavior you can see it in the following link:

http://www.farmakeutikoskosmos.gr/katanalotis

 

After some refresh, you'll see that banner from zone 14 (300x600 on right side column), it will display on zone 5 (300x250 left side column in the middle of page)

 

Any ideas?

 

Thanks,

Costis Papadakis
 

Link to comment
Share on other sites

I found that in spc.php script the generated code has the same id in div elements for some reason

 

http://adworks.pixelworks.gr/www/delivery/spc-original.php?zones=1%7C2%7C3%7C4%7C5%7C6%7C7%7C8%7C14%7C15%7C11%7C12%7C13%7C16%7C31%7C32%7C33%7C34&source=&r=66422468&charset=ISO-8859-7&loc=http%3A//www.farmakeutikoskosmos.gr/katanalotis

So, the Flash Object replace the content of <div> of zone 5 with the code of zone 14, because they have the same id.

 

I think that I found the bug in www/delivery/spc.php in line 3335:

$rnd = md5(microtime());

replace with:

$rnd = md5(microtime()* rand(1,1000)); 

Costis

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...