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.

MSN search not working this AM?

Discussion in 'Keyword Tracker' started by mcdar, Oct 20, 2005.

  1. #1
    I am having a problem with all the sites I monitor getting MSN results.

    When trying to get a single result I get this error:
    Caryl
     
    mcdar, Oct 20, 2005 IP
  2. SEbasic

    SEbasic Peon

    Messages:
    6,317
    Likes Received:
    318
    Best Answers:
    0
    Trophy Points:
    0
    #2
    That's reassuring to see, as all of my rankings (ALl of them) for multiple sites just wen't to n/a in MSN...

    I'm not seeing a warning like you, but I would be *very* surprised if all of the rankings my sites have all suddenly dropped into oblivion.
     
    SEbasic, Oct 20, 2005 IP
  3. Design Agent

    Design Agent Peon

    Messages:
    3,061
    Likes Received:
    154
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Msn.com is always intermittent for me (mac, firefox/ safari/ uk) - probably their most hated combination. Msn.co.uk works fine though.

    SE your rankings appear fine :D
     
    Design Agent, Oct 20, 2005 IP
  4. mcdar

    mcdar Peon

    Messages:
    1,831
    Likes Received:
    110
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I only get that message when attempting to do them individually, not when doing automated update.

    Also, that message does NOT appear in the "error message box" it appears at the very top of the page.

    Caryl
     
    mcdar, Oct 20, 2005 IP
  5. mcdar

    mcdar Peon

    Messages:
    1,831
    Likes Received:
    110
    Best Answers:
    0
    Trophy Points:
    0
    #5
    MSN.com is fine. It is the Keyword Tracker that is having a problem producing the MSN results.

    Caryl
     
    mcdar, Oct 20, 2005 IP
  6. SEbasic

    SEbasic Peon

    Messages:
    6,317
    Likes Received:
    318
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Good to hear ;) :D
     
    SEbasic, Oct 20, 2005 IP
  7. Kim Steinhaug

    Kim Steinhaug Peon

    Messages:
    22
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Im trying to debug the advanced script, it chokes on searches on MSN. Google and Yahoo works fine, but MSN chokes. It cant get passed this line :

       $data = get_page ('search.msn.com', '/results.aspx?q=' . urlencode ($_REQUEST['q']) . '&first=' . $start . '&count=10&format=rss');
    
    Code (markup):
    Anyone has some info for this?
     
    Kim Steinhaug, Oct 20, 2005 IP
  8. rickbender1940

    rickbender1940 Guest

    Messages:
    259
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #8
    I'm seeing this too this morning
    [Edit] The script has been updated, there's a related thread this morning
     
    rickbender1940, Oct 20, 2005 IP
  9. Kim Steinhaug

    Kim Steinhaug Peon

    Messages:
    22
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Hmm... It could seem that msn are blocking all request to their server. Tried some other ways of fetching the content but all hangs on search.msn.com, I could fire up snoopy and spoof user agent and referrer to see what MSN then tells me...

    Well, we can rule out that. Tried doing a spoof with snoopy with IE as agent and Firefox and agent, with and without a referrer. So for some reason all queries agains search.msn.com chokes, tried three different approaches. digitalpoint original, fopen and fsockopen - all fails.

    Strange!

    Luckily for me I can quicly modify the search.msn.com to search.msn.no, a little rewrite of the get_page() for MSN and I'm up and running again.

    For those living in Norway or possible other alternative search.msn.* domains here is a fix :

    Add this function to advanced.script.php somwehere :
      function _fetch($domain,$query){
        $text = '';
        $fd=fopen('http://' . $domain . $query,"r");
        while ($line=fgets($fd,1000)) { $text.=$line; } fclose ($fd);
        return $text;
      }
    Code (markup):
    Then find this line in the bottom :
       $data = get_page('search.msn.com', '/results.aspx?q=' . urlencode ($_REQUEST['q']) . '&first=' . $start . '&count=10&format=rss');
    
    Code (markup):
    and change to :
       $data = _fetch('search.msn.no', '/results.aspx?q=' . urlencode ($_REQUEST['q']) . '&first=' . $start . '&count=10&format=rss');
    
    Code (markup):
    Mvh,
    Kim Steinhaug
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    www.steinhaug.no - www.easywebshop.no - www.easycms.no
     
    Kim Steinhaug, Oct 20, 2005 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
    Was able to pinpoint real quick where the problem is with MSN (some changes they made). For now, the "Check All" will skip MSN until I get a new version of the advanced usage script available (probably early this afternoon). But right *now*, I'm late for some stuff I have to do...
     
    digitalpoint, Oct 20, 2005 IP
  11. eduardomaio

    eduardomaio Peon

    Messages:
    450
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    0
    #11
    When the update is available let us know by a sticky or an announcement on the keyword tracker page.
     
    eduardomaio, Oct 20, 2005 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
    I will post a note in the KW tracker (and probably a note in this thread).
     
    digitalpoint, Oct 20, 2005 IP
  13. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,333
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #13
    digitalpoint, Oct 20, 2005 IP