1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Duplicate ad's appearing

Discussion in 'Co-op Advertising Network' started by trevHCS, Oct 5, 2004.

  1. #1
    I've followed the instructions for adding the ads to our:
    http://www.aardvarkbusiness.net/chat/

    ...site and set it up currently with 2 ads, however its the same 2 ads that are appearing everytime at the bottom of the pages.


    In pagetail.php I've put:

    include ($phpbb_root_path . 'ad_network.php');
    $template->assign_vars(array('AD_NETWORK' => $ad_network));
    $template->assign_vars(array('AD_NETWORK2' => $ad_network));
    Code (markup):
    and in overall_footer.tpl I've got:

    {AD_NETWORK}     {AD_NETWORK2} 
    Code (markup):

    Originally I tried this with 5 ads and I'm sure it did work for a few reloads, but then it just went into duplicates (unless I was just imagining it).

    Am I doing anything daft here?

    Cheers
    Trev
    (no, I'm not the Aardvark for anyone who knows the site in question :))
     
    trevHCS, Oct 5, 2004 IP
  2. Nitin M

    Nitin M White/Gray/Black Hat

    Messages:
    640
    Likes Received:
    93
    Best Answers:
    0
    Trophy Points:
    0
    #2
    change
    to this:

    include ($phpbb_root_path . 'ad_network.php');
    $template->assign_vars(array('AD_NETWORK' => $ad_network));
    include ($phpbb_root_path . 'ad_network.php');
    $template->assign_vars(array('AD_NETWORK2' => $ad_network));
     
    Nitin M, Oct 5, 2004 IP
  3. DarrenC

    DarrenC Peon

    Messages:
    3,386
    Likes Received:
    154
    Best Answers:
    0
    Trophy Points:
    0
    #3
    aye up Trev :)
     
    DarrenC, Oct 5, 2004 IP
  4. trevHCS

    trevHCS Peon

    Messages:
    40
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Cheers Nitin - working now. Thinking about it that makes sense, but I'm having a Monday morning brain sleep on a Tuesday (running late as usual).

    wwhhomes - does thou not have enough faith in our travel forums bringing you vast fortunes that you need to find traffic in dens of link popularity such as this? ;)

    Trev
     
    trevHCS, Oct 5, 2004 IP