Our website disappeared this week and was replaced with a parking screen. I copied this snippet of code from the it:
<script language='javascript' type='Text/Javascript'>
function GetIPPI(g) {
var xmlHttp = createXMLHttpRequest();
if (xmlHttp != null) {
xmlHttp.open('GET', '/'+g+'.ippi?g='+g, true);
xmlHttp.send(null);
}
}
function createXMLHttpRequest() {
try { return new ActiveXObject('Msxml2.XMLHTTP'); } catch(e) {}
try { return new ActiveXObject('Microsoft.XMLHTTP'); } catch(e) {}
try { return new XMLHttpRequest(); } catch(e) {}
return null;
}
GetIPPI('68b986f4-31ad-43c2-811a-8cbfb02ecc27');
</script>
Does this mean anything? On a PC, my AVG AV software keeps popping up and says this is an exploit. On my Mac nothing happens. Our site address is www.rotfam.com.
<script language='javascript' type='Text/Javascript'>
function GetIPPI(g) {
var xmlHttp = createXMLHttpRequest();
if (xmlHttp != null) {
xmlHttp.open('GET', '/'+g+'.ippi?g='+g, true);
xmlHttp.send(null);
}
}
function createXMLHttpRequest() {
try { return new ActiveXObject('Msxml2.XMLHTTP'); } catch(e) {}
try { return new ActiveXObject('Microsoft.XMLHTTP'); } catch(e) {}
try { return new XMLHttpRequest(); } catch(e) {}
return null;
}
GetIPPI('68b986f4-31ad-43c2-811a-8cbfb02ecc27');
</script>
Does this mean anything? On a PC, my AVG AV software keeps popping up and says this is an exploit. On my Mac nothing happens. Our site address is www.rotfam.com.