FrameKiller Script Has Taken Over My Site/Blog
-
Can anyone help me out with gaining control over my blog again?
There seems to be an iframe in place of my site/blog with a FrameKiller script. I’ve tried a few scripts out, but nothing.
Help! Thanks a bunch!
source view shows:
<script type=”text/javascript”>
<!–
dimensionUpdated = 0;
function applyFrameKiller()
{
if(window.top != self)
{
cHeight = 0;
if( typeof( window.innerHeight ) != ‘undefined’ ) {
//Non-IE
cHeight = window.innerHeight;
dimensionUpdated = 1;
} else if( document.documentElement && ( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) {
//IE 6+ in ‘standards compliant mode’
cHeight = document.documentElement.clientHeight;
dimensionUpdated = 1;
} else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) {
//IE 4 compatible
cHeight = document.body.clientHeight;
dimensionUpdated = 1;
}
if( cHeight <= 250 && dimensionUpdated == 1)
{
window.top.location = “https://shoppertunity.com/?fp=cnJa21ygLon9UQdKTlfDwqn7WQtJMgAebs1Xu6LxXmZ%2FhvWoXuw7G5ZLem57JHBqUE5p8Ilwdx7KljG7JXm3GQ%3D%3D&prvtof=aS%2BaxbcHEWKeT%2BGzDcTrbnY%2FIdzI7OkGy20yLgTDqX0%3D&poru=rKVDD%2BE75lYI2D3kDZOto1EwTYqBRxSI6YZx34porncCIasBGG0FiGt84Qa%2Bbcb4&cifr=1&”;
}
}
}applyFrameKiller();
// –>
</script><frameset rows=”100%,*” frameborder=”no” border=”0″ framespacing=”0″>
<frame src=”https://shoppertunity.com/?fp=cnJa21ygLon9UQdKTlfDwqn7WQtJMgAebs1Xu6LxXmZ%2FhvWoXuw7G5ZLem57JHBqUE5p8Ilwdx7KljG7JXm3GQ%3D%3D&prvtof=6Lz9HJcKPODBAm6Kqjg6qRxi4RQInPScn%2BLRahY8CTY%3D&poru=CsLlwFm2JpP9H4GbgDK4y0o1b%2F3tKZHUuo%2BWlieFR7EnSeBJsMoBsZfLM7gh7LRg&”>
</frameset>
<noframes>
<body bgcolor=”#ffffff” text=”#000000″>
Click here to proceed.
</body>
</noframes><!–
*/
–>
- The topic ‘FrameKiller Script Has Taken Over My Site/Blog’ is closed to new replies.