周期性 DNS 故障

周期性 DNS 故障

我有一个经销商帐户。但有时,我的网站会出现问题。我认为服务器被黑客入侵或 DNS 服务器被黑客入侵。我在谷歌上搜索了类似的内容,然后在黑客网站上找到了相同的 HTML 代码。问题解释:mydomain.com 每次都处于活动状态,但有时会出现溢出代码。请注意,我的帐户中没有此页面或类似材料。我的域内容是否为空,并且只存在图像文件夹。

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<title>Welcome thisdomain.com</title>
<link rel="stylesheet" href="/nobrand.css" type="text/css" />
<meta name="description" content="Web Hosting. Professional Web hosting services with free domain name, unlimited web hosting space and unlimited bandwidth." />
<meta name="keywords" content="web hosting, hosting, web host, host, website hosting, webhosting, web hosting provider, web hosting service, web hosting supplier, cheap web hosting, web space, web site hosting, web space hosting, best web hosting, cpanel hosting" />
<script type="text/javascript">
if (window.top !== window.self) {document.write = "";window.top.location = window.self.location; setTimeout(function(){document.body.innerHTML='';},1);window.self.onload=function(evt){document.body.innerHTML='';};}
</script>
</head>

<body>
<div class="frame center">
<div class="content">
<div class="header">
<div class="header_top">
<div class="header_c h_tl"></div>
<div class="header_c h_tr"></div>
<div class="header_c h_bl"></div>
<div class="header_c h_br"></div>
<div id="divider"></div>
<h1>This Domain is<br /><span class="bolden">PARKED.</span></h1>
</div>
</div><!-- class="header" -->

<div style="padding-bottom:12px"></div>

<div class="body_container">

<div class="body_container">

<style>
.icontent {
    width: 1025px;
    height: 700px;
    border: none;
    margin-top: 4px;
    margin-bottom: 4px;
}
.frame {
    width: 1065px;;
}

.header_top {
    width: 1025px;
}
#grad_break {
    left: 334px;
}
</style>

<script>
    var gaJsHost = ("https:" == document.location.protocol) ? "https://ssl." : "http://www.";
    document.write("<scr"+"ipt src='" +gaJsHost+ "google-analytics.com/ga.js'></scr"+"ipt>");
</script>
<script>
    var pageTracker = _gat._getTracker("UA-9156498-1");
    pageTracker._initData();
    pageTracker._trackPageview("/parked/dns/thisdomain.com/%2F");
</script>

<center>
    <iframe frameborder="0" scrolling="no" src="/ds_frame.html?a_id=115576" class="icontent"></iframe>
</center>

<hr class="bbar" />

</div>
</div><!-- class="content" -->
<div class="frame_c frame_br"></div>
<div class="frame_c frame_bl"></div>
</div><!-- class="frame center" -->
<div id="footer">
    <div id="copyright">&copy;2012. All rights reserved.</div>
</div><!-- footer -->

</body>
</html>

问题是什么?

答案1

检查注册商的 DNS 配置页面上的 A 记录,确保它们指向正确的位置。

相关内容