简体   繁体   English

我的网站显示空白页

[英]My website showing blank pages

All the file are there, but still my index page and all other pages are only showing blank.所有文件都在那里,但我的索引页和所有其他页面仍然只显示空白。 Is it a virus attack?是病毒攻击吗?

When I check the page source code, I'm getting some code, so I don't understand why the pages remain blank.当我检查页面源代码时,我得到了一些代码,所以我不明白为什么页面保持空白。 Please refer to this link to see the code.请参阅此链接以查看代码。

I can't find any script on my files, but still the page source code shows我在我的文件中找不到任何脚本,但页面源代码仍然显示

<script type="text/javascript" src="http://ak2.imgaft.com/script/jquery-1.3.1.min.js"></script>


<img id="impspacer" alt="" height="1" width="1" />
<script type="text/javascript" language="javascript">
    var impspacer = document.getElementById('impspacer');
    if (impspacer) { impspacer.src = '/img.aspx?q=L3MkWGAkAwH5AwL0Zwx5ZQL1BQtjAGp2ZPHlAzpyZ3RmAwtyZwMyWGAkWGV2ovHmpGNyZwMwWGAkZPHlAzIzWGAkZPHlAzLyZ3RyZwMyMlHmpGVjZGHkZQZjZQN0BQZjWGV2L3xyZ3RkWGV2qTpyZ3RyZwM4WGAkWGV2MzqjWGAkZPHlAz56WGAkZFHlAzMjWGAkAFHlAzuhMlHmpGRyZwMjpPHmpIMOWGV2L2tyZ3Rj-1'; }
</script>

Can anybody please help me to get out of this.?有人可以帮我摆脱这种情况吗?

  • Replace the codebase on the site with a known clean copy用已知的干净副本替换站点上的代码库
  • Change your FTP password (making sure the new one is strong)更改您的 FTP 密码(确保新密码是强密码)
  • Run anti-virus and anti malware/spyware scans on all computers that you either do your coding on or that you use to access the site via FTP在您进行编码或用于通过 FTP 访问站点的所有计算机上运行防病毒和防恶意软件/间谍软件扫描
  • Make sure that any plugins that you use are up to date确保您使用的任何插件都是最新的
  • Make sure that the main application's codebase is also up to date确保主应用程序的代码库也是最新的

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM