Jump to content

omml

Approved members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by omml

  1. Hello,

     

    Not sure this question goes here or on the developers section.

     

    I see that the images are stored in adserver/www/images/image_file.jpg

    I wonder if it is possible to get a direct image url, I mean that adserver generates it so I can use some code like follows:

     

    <?php
    $img = image_url_generated_by_adserver;
    header('Content-Type: image/jpeg');
    readfile($img);
    ?>

     

    I'd appreciate any advise.

     

    Thanks!

     

    Oscar

×
×
  • Create New...