Manuel olarak;

footer'a
<!--- Nomore Frame Starts -->
<script type='text/javascript'>
<!--
try
{
	var parent_location = new String(parent.location);
	var top_location = new String(top.location);
	var cur_location = new String(document.location);
	parent_location = parent_location.toLowerCase();
	top_location = top_location.toLowerCase();
	cur_location = cur_location.toLowerCase();
				
	if ( ( top_location != cur_location ) && parent_location.indexOf('http://www.siteniz.com') != 0 )
	{
		top.location.href = document.location.href;
	}
}
catch ( err )
{top.location.href = document.location.href;}
//-->
</script>
<!--- Nomore Frame Ends -->
* Kodda kırmızı bölümü değiştiriniz.