Page 1 of 1

Search Results MOD

Posted: Sun Feb 12, 2006 8:48 am
by karenthaibsyah
Hi,

When I installed the MOD it worked really well.

Now I get the following message :

Warning: file_get_contents(http://search.msn.com/results.aspx?q=Si ... &FORM=QBRE): failed to open stream: HTTP request failed! HTTP/1.0 403 Forbidden in /home/sindo/public_html/phpbbforum/admin/admin_search_results.php on line 60

The results for Google, Altavista and Yahoo display ok.
Any ideas ?

Thanks,
Karen

Posted: Sun Feb 12, 2006 9:14 am
by battye
Create a page in notepad with the following contents:

Code: Select all

<?php
echo file_get_contents('http://search.msn.com/results.aspx?q=Sindo+Self+Defence&FORM=QBRE');
?>
Save it as fgc.php and upload it to your site, and then run the file. Do you get the same error?

Posted: Sun Feb 12, 2006 9:49 am
by karenthaibsyah
The error I now get is :

Warning: file_get_contents(http://search.msn.com/results.aspx?q=Si ... &FORM=QBRE): failed to open stream: HTTP request failed! HTTP/1.0 403 Forbidden in /home/sindo/public_html/fgc.php on line 2

Posted: Sun Feb 12, 2006 11:02 am
by battye
I think it is a problem on MSN's side, it isn't the MOD.

Posted: Sun Feb 12, 2006 12:25 pm
by karenthaibsyah
I did wonder if that might be the case.
Many thanks for your help.

Cheers,
Karen