Thanks, Greek!
BTW, if you are also affected and need a quick fix, Gamesandcasino's own Gaputernut posted this fix, which works:
Quote:
I used
<script type="text/javascript">
if(top!= self) top.location.href = self.location.href
</script>
i put it right after the <head>
looks like this....
<html>
<head>
<title>blah blah</title>
<meta name="description" content="blah blah">
<meta name="keywords" content="blah blah">
<meta http-equiv="Content-Type" content="text/html;">
<script type="text/javascript">
if(top!= self) top.location.href = self.location.href
</script>
</head>
<body>
this will make your page come up completely with your url, not theirs.
|
This will help your sites asap I understand.
I am not content to protect myself against this incidence though, this is a community issue, it can happen to anyone, anytime and needs to be exposed.