|
Posted by Olli Mδntyranta on 12/05/06 14:38
Jonathan N. Little wrote:
> Philip Ronan wrote:
>> In article <rnrf44-8nm.ln1@ophelia.g5n.co.uk>,
>> Toby Inkster <usenet200611@tobyinkster.co.uk> wrote:
>>
>>> Andy Dingley wrote:
>>>
>>>> Can't use server-side stuff or SSI if it's on a different server.
>>> Can!
>>>
>>> include("http://www.google.com/");
>>>
>>> works nicely in PHP.
>>
>> Not a very good idea though.
>>
>> From <http://www.google.com/intl/en/terms_of_service.html>:
>>>> You may not take the results from a Google search and reformat and
>>>> display them, or mirror the Google home page or results pages on
>>>> your Web site.
>>
> Sure, but Toby was just show that it *can* be done not whether or not it
> *should* be done. It has been mentioned in this thread grabbing content
> without permission was a bad idea. With permission it is not a problem.
>
I think it's a problem as well, that the page source looks like this:
<html><head><title>blaa blaa-page</title></head><body>
<h1>Lorem ipsum dolor sit amet</h1>
<p>bit of blaa blaa blaa</p>
<html><head><title>Google</title>
<!-- lots of blaablaa here -->
</head><body>
<!-- more blaablaa here -->
</body></html>
<p>and yet some blaa blaa</p>
</body></html>
Or is it not?
Olli
Navigation:
[Reply to this message]
|