wwp@yahoogroups.com:
Re: copyright infringement
Shawn Steigner 2008-Jul-23 06:17:00
Yuv, you rock.
Thanks for the small script. I checked my site and sure enough, they were
infringing it(that's the nice words).
I added your nifty little code and that did the trick.
Cheers!
PS-Thanks Robert for letting us know.
Regards-Shawn Steigner
--------------------------------
PhotoSurveyor-Sharing places like never before with photos and virtual
tours.
#removed#
720-341-9856
www.photosurveyor.com
----- Original Message -----
From: "Yuval Levy" <#removed#>
To: <#removed#>
Sent: Tuesday, July 22, 2008 9:41 PM
Subject: Re: copyright infringement
> Robert Agnel wrote:
>> To check your web site,
>> http://buy4cheap.biz/?url=http://www.yourwebsite.com
>
> thanks for the info, Rob.
>
>
>> I have the contact info if anybody should need it.
>
> won't be needed, thanks.
>
>> Hopefully this won't impact other list members.
>
> It impacts *any* site that does not protect against frame cloaking.
>
> Check out <http://www.buy4cheap.biz/?url=http://www.worldwidepanorama.com>
>
> fortunately it is easy to get rid of: a little piece of JavaScript to
> check if your site is (i)framed and get rid of the frame will void the
> <EXPLETIVES REMOVED>:
>
> <script>
> if (top.location != location) {
> top.location.href = document.location.href ;
> }
> </script>
>
> Yuv
>