Main Page blocked

L

Lee

I have had both default.htm and index.htm on my site for years. Recently the
people who host my server have altered the index.htm so when viewed in the
browser it says core-project and does not come up as broken as it has a
script and 404 in the code i.e. Thy saved it as index.htm.back. If I
overwrite it, all my main entry pages have core-project on them. This is the
code

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>

<head>
<style>
a:link {font:8pt/11pt verdana; color:red}
a:visited {font:8pt/11pt verdana; color:#4e4e4e}
</style>
<meta HTTP-EQUIV="Content-Type" Content="text-html; charset=Windows-1252">
<title>Cannot find server</title>
</head>

<SCRIPT>

function doNetDetect() {
saOC.NETDetectNextNavigate();
document.execCommand('refresh');
}

function initPage()
{
document.body.insertAdjacentHTML("afterBegin","<object id=saOC
CLASSID='clsid:B45FF030-4447-11D2-85DE-00C04FA35C89' HEIGHT=0
width=0></object>");
}

</SCRIPT>

<body bgcolor="white" onload="initPage()">

<table width="400" cellpadding="3" cellspacing="5">
<tr>
<td id="tableProps" valign="top" align="left"><img id="pagerrorImg"
SRC="pagerror.gif"
width="25" height="33"></td>
<td id="tableProps2" align="left" valign="middle" width="360"><h1
id="textSection1"
style="COLOR: black; FONT: 13pt/15pt verdana"><span id="errorText">The
page cannot be displayed</span></h1>
</td>
</tr>
<tr>
<td id="tablePropsWidth" width="400" colspan="2"><font
style="COLOR: black; FONT: 8pt/11pt verdana">The page you are looking
for is currently
unavailable. The Web site might be experiencing technical difficulties,
or you may need to
adjust your browser settings.</font></td>
</tr>
<tr>
<td id="tablePropsWidth" width="400" colspan="2"><font id="LID1"
style="COLOR: black; FONT: 8pt/11pt verdana"><hr color="#C0C0C0" noshade>
<p id="LID2">Please try the following:</p><ul>
<li id="instructionsText1">Click the
<a xhref="javascript:location.reload()" target="_self">
<img border=0 src="refresh.gif" width="13" height="16"
alt="refresh.gif (82 bytes)" align="middle"></a> <a
xhref="javascript:location.reload()" target="_self">Refresh</a> button, or
try again later.<br>
</li>

<li id="instructionsText2">If you typed the page address in the
Address bar, make sure that
it is spelled correctly.<br>
</li>
<li id="instructionsText3">To check your connection settings, click
the <b>Tools</b> menu, and then click
<b>Internet Options</b>. On the <b>Connections</b> tab, click
<b>Settings</b>.
The settings should match those provided by your local area network
(LAN) administrator or Internet service provider (ISP). </li>
<li ID="list4">If your Network Administrator has enabled it, Microsoft
Windows
can examine your network and automatically discover network
connection settings.<BR>
If you would like Windows to try and discover them,
<br>click <a href="javascript:doNetDetect()" title="Detect
Settings"><img border=0 src="search.gif" width="16" height="16" alt="Detect
Settings" align="center"> Detect Network Settings</a>
</li>
<li id="instructionsText5">
Some sites require 128-bit connection security. Click the <b>Help</b>
menu and then click <b> About Internet Explorer </b> to determine what
strength security you have installed.
</li>
<li id="instructionsText4">
If you are trying to reach a secure site, make sure your Security
settings can support it. Click the <B>Tools</b> menu, and then click
<b>Internet Options</b>. On the Advanced tab, scroll to the Security section
and check settings for SSL 2.0, SSL 3.0, TLS 1.0, PCT 1.0.
</li>
<li id="list3">Click the <a href="javascript:history.back(1)"><img
valign=bottom border=0 src="back.gif"> Back</a> button to try another link.
</li>


</ul>
<p><br>
</p>
<h2 id="IEText" style="font:8pt/11pt verdana; color:black">Cannot find
server or DNS Error<BR> Internet Explorer

</h2>
</font></td>
</tr>
</table>
</body>
</html>

Please can someone help as I cannot get hold of these people and my site is
not as busy as it usually is.


Is it o.k. what they have done.

Regards
 
M

M C

The same thing happened to us except the files had only the words
core-project.
Have you received any confirmations that you were hacked?

Thanks!
MC
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top