Hey Sebastian,
in the folder there is a "index.htm" file with the below content. and a file called "copy of index.aspx" that has this small amount of code in it... any ideas with this info?
"<%response.buffer=true%><%@ Page Language="VB" %>
<%
Response.Redirect("http://www.brookhaven.org/animalshelt...")
%>"
Index.htm code
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE></TITLE>
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
<META NAME="TITLE" CONTENT="Brookhaven's Animal Shetler">
<meta name="Description" content="Brookhaven's Animal Shetler">
<meta name="KeyWords" content="Brookhaven's Animal Shetler">
<script language="JavaScript">
<!--
function SymError()
{
return true;
}
window.onerror = SymError;
var SymRealWinOpen = window.open;
function SymWinOpen(url, name, attributes)
{
return (new Object());
}
window.open = SymWinOpen;
//-->
</script>
<script language="JavaScript"><!--
var loc = window.location.href;
var server3 = 'brookhaven.org/animalshelter';
var server8 = 'brookhaven.org/animalshelter';
var newLoc = 'http://www.brookhaven.org/animalshelter/Home/tabid/336/Default.aspx';
if (loc.toLowerCase().indexOf(server3) !=-1)
newLoc = 'http://www.brookhaven.org/animalshelter/Home/tabid/336/Default.aspx';
else if (loc.toLowerCase().indexOf(server8) !=-1)
newLoc = 'http://www.brookhaven.org/animalshelter/Home/tabid/336/Default.aspx';
else
newLoc = 'http://www.brookhaven.org/animalshelter/Home/tabid/336/Default.aspx';
if (document.images)
setTimeout('window.location.replace(newLoc)',0);
else
setTimeout('window.location = newLoc',0);
//--></script>
</HEAD>
<BODY>
</BODY>
</HEAD>
<script language="JavaScript">
<!--
var SymRealOnLoad;
var SymRealOnUnload;
function SymOnUnload()
{
window.open = SymWinOpen;
if(SymRealOnUnload != null)
SymRealOnUnload();
}
function SymOnLoad()
{
if(SymRealOnLoad != null)
SymRealOnLoad();
window.open = SymRealWinOpen;
SymRealOnUnload = window.onunload;
window.onunload = SymOnUnload;
}
SymRealOnLoad = window.onload;
window.onload = SymOnLoad;
//-->
</script>