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.

COOP error

Discussion in 'Co-op Advertising Network' started by seohome, Nov 27, 2004.

  1. #1
    Hi,

    I just registered in the forum (although I've been lurking for a while :) ) and also signed up for the COOP ad network.

    However, I'm having a problem. I can't get it to work. I've done everything as you explained but the forum doesn't load at all... I mean, not just the links but the whole thing... do you know why this may happen?

    Thanks and sorry for the trouble :(

    Julian
     
    seohome, Nov 27, 2004 IP
  2. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,333
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #2
    What's the error you are getting, and what's the URL?
     
    digitalpoint, Nov 27, 2004 IP
  3. seohome

    seohome Peon

    Messages:
    52
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    The URL of the forum is http://www.poemas-del-alma.com/phpBB2/index.php

    The error ocurrs in the page_tail.php, and it makes the page not to load at all... that's all I know...
     
    seohome, Nov 27, 2004 IP
  4. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,333
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #4
    I don't see any errors.
     
    digitalpoint, Nov 27, 2004 IP
  5. seohome

    seohome Peon

    Messages:
    52
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    That's because I removed it :D , sorry (I didn't think you would answer so fast)

    Check it out now http://www.poemas-del-alma.com/phpBB2/index.php
     
    seohome, Nov 27, 2004 IP
  6. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,333
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #6
    It still doesn't give me an error, it just shows nothing. The only thing I can think of is maybe your server doesn't support URLs in fopen().
     
    digitalpoint, Nov 27, 2004 IP
  7. seohome

    seohome Peon

    Messages:
    52
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Yes, by "error" I meant the page didn't load.

    You're probably right as I can't load the ad_network.php so the problem isn't in page_tail.php after all. Is there a way to fix this or change the code to make it work? Or what if I try uploading those files in another server that supports it?

    Again, sorry for the inconveniences :confused:
     
    seohome, Nov 27, 2004 IP
  8. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,333
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #8
    Probably will want to talk to the server admin to find out.
     
    digitalpoint, Nov 27, 2004 IP
  9. seohome

    seohome Peon

    Messages:
    52
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Well, someone with the same problem just tested the fopen function in a server that's having the error and it's working fine. So it must be something else.

    Do you have some other suggestion? Thanks
     
    seohome, Nov 27, 2004 IP
  10. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,333
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #10
    Maybe a routing issue between your server and the ad server? If you have shell access to the server, can you ping ads.digitalpoint.com?
     
    digitalpoint, Nov 27, 2004 IP
  11. seohome

    seohome Peon

    Messages:
    52
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Hi again Shawn,

    My friend from http://www.xeoweb.com who couldn't insert the links either got it to work by placing

    include ($phpbb_root_path . 'ad_network.php');
    $template->assign_vars(array('AD_NETWORK' => $ad_network[0]));
    unset ($ad_network);

    before

    $template->assign_vars(array(
    'PHPBB_VERSION' => '2' . $board_config['version'],
    'TRANSLATION_INFO' => ( isset($lang['TRANSLATION_INFO']) ) ? $lang['TRANSLATION_INFO'] : '',
    'ADMIN_LINK' => $admin_link)
    );

    instead of before

    $template->pparse('overall_footer');

    I thought you should know. However, I'm still not able to insert them in my forum.
     
    seohome, Nov 27, 2004 IP
  12. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,333
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #12
    Not sure... It looks to me like the server can't contact the ad server for whatever reason.
     
    digitalpoint, Nov 27, 2004 IP
  13. john_loch

    john_loch Rodent Slayer

    Messages:
    1,294
    Likes Received:
    66
    Best Answers:
    0
    Trophy Points:
    138
    #13
    It's prolly just an error level set in the forum code before shawns code, hence an empty page with no content.

    If you set your error reporting level to highest just prior to your implementation of shawns code you'll likely see what's up.

    I'm bangin this off quickly so don't flame me if I'm out there.

    Cheers,

    JL
     
    john_loch, Nov 27, 2004 IP