As of July 1st, I'm not getting Bing results in the keyword tracker. Trying a search manually using the format=rss option at Bing just returns a regular page now. Example: http://www.bing.com/search?q=pluto&first=1&count=10&format=rss It looks the tracker needs to transition to making Bing API calls instead. Something like this: http://api.bing.net/xml.aspx?sources=web&query=query-goes-here&appid=your-bing-app-id-goes-here&web.count=10&web.offset=1 with the requisite settings and changes to the PHP script.
Yeah... not sure if it's temporary bug on their part or a permanent change. The format=rss doesn't work, but it's listed as a valid XML type in their page source still...
Trying to update my script and when I go to get the php code, this is the end of what I see and can get echo serialize($output); So it appears the entire script code is not uploaded for us to get?
Firefox 4.0.1 on Windows Vista Just tried IE 9 too and same thing. The code is cutoff at that point. Nothing below it.
ok I got the code. I guess what threw me was ?> was missing from the bottom after that line. I didn't think it was the end of the script.
Yeah... it's intentional since it's optional. It saves people from getting errors when their editor adds extra carriage returns to the end of the file. Extra characters OUTSIDE the end tag is no bueno.