Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Dane D.

macrumors 6502a
Original poster
Apr 16, 2004
645
9
ohio
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.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.