Forum Moderators: martinibuster

Message Too Old, No Replies

site being framed for adsense.

sites being framed for adsense revenue

         

Sobriquet

5:49 am on Mar 13, 2005 (gmt 0)

10+ Year Member



I was trying to search google for my main keyword and found another site. This site has a framed structure.

In the top frame [header area], it has adsense adverts - 2 blocks.

Then there is a body frame that includes my complete website, alongwith my adsense adverts ( i use three adsense blocks )

My site is showing 1 block of adsense.

Is it possible to report this site? to whom in G?

Can anyone suggest a script to break out of such framed sites?

jetteroheller

6:37 am on Mar 13, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



<script>
if(top.location!=location){top.location.href=location.href}
</script>

Breaks out of a frame

Sobriquet

7:47 am on Mar 13, 2005 (gmt 0)

10+ Year Member



Thanks....

I added the script to one of the main include files, at the start.

It did the work i wanted but i noticed a strange thing which i could not explain.

The font size of the site increased by 1 point. I still no reason to why this happened. ( I use xoops for this site, if anyone can help me )

icedowl

9:09 am on Mar 13, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I do it ever so slightly different than jetteroheller. I have the following inserted immediately after "<head>":

<script>
<!--
if (top.location!= location) top.location.href = location.href;
//-->
</script>

I'm using Mambo (it's not a whole lot different than xoops). I haven't had this change any of the font sizes at all.