294205569 发表于 2014-4-14 11:07:44

采集器在云服务器上不能正常使用啊

采集器在云服务器上不能正常使用啊,使用的是discuz 3程序,在本机电脑上测试一切正常,到了服务器上就不行了,服务商检测说
触发了discuz的xss注入检测机制xss_check和系统错误机制system_error
发布出现以下错误信息
免费版的 发布不成功
发布失败,错误信息:

网页源代码:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
        <title>www.tielucn.net - System Error</title>
        <meta http-equiv="Content-Type" content="text/html; charset=gbk" />
        <meta name="ROBOTS" content="NOINDEX,NOFOLLOW,NOARCHIVE" />
        <style type="text/css">
        <!--
        body { background-color: white; color: black; font: 9pt/11pt verdana, arial, sans-serif;}
        #container { width: 1024px; }
        #message   { width: 1024px; color: black; }

        .red{color: red;}
        a:link   { font: 9pt/11pt verdana, arial, sans-serif; color: red; }
        a:visited{ font: 9pt/11pt verdana, arial, sans-serif; color: #4e4e4e; }
        h1 { color: #FF0000; font: 18pt "Verdana"; margin-bottom: 0.5em;}
        .bg1{ background-color: #FFFFCC;}
        .bg2{ background-color: #EEEEEE;}
        .table {background: #AAAAAA; font: 11pt Menlo,Consolas,"Lucida Console"}
        .info {
          background: none repeat scroll 0 0 #F3F3F3;
          border: 0px solid #aaaaaa;
          border-radius: 10px 10px 10px 10px;
          color: #000000;
          font-size: 11pt;
          line-height: 160%;
          margin-bottom: 1em;
          padding: 1em;
        }

        .help {
          background: #F3F3F3;
          border-radius: 10px 10px 10px 10px;
          font: 12px verdana, arial, sans-serif;
          text-align: center;
          line-height: 160%;
          padding: 1em;
        }

        .sql {
          background: none repeat scroll 0 0 #FFFFCC;
          border: 1px solid #aaaaaa;
          color: #000000;
          font: arial, sans-serif;
          font-size: 9pt;
          line-height: 160%;
          margin-top: 1em;
          padding: 4px;
        }
        -->
        </style>
</head>
<body>
<div id="container">
<h1>Discuz! System Error</h1>
<div class='info'><li>您当前的访问请求当中含有非法字符,已经被系统拒绝</li></div>

<div class="info"><p><strong>PHP Debug</strong></p><table cellpadding="5" cellspacing="1" width="100%" class="table"><tr><td><ul><li>forum.php(discuz_application->init)</li><li>source\class\discuz\discuz_application.php(discuz_application->_init_misc)</li><li>source\class\discuz\discuz_application.php(discuz_application->_xss_check)</li><li>source\class\discuz\discuz_application.php(system_error)</li><li>source\function\function_core.php(discuz_error::system_error)</li><li>source\class\discuz\discuz_error.php(discuz_error::debug_backtrace)</li></ul></td></tr></table></div><div class="help"><a >www.tielucn.net</a> 已经将此出错信息详细记录, 由此给您带来的访问不便我们深感歉意. </div>
</div>
</body>
</html>
返回的Header:
HTTP/1.1 200 OK
Date:Mon, 14 Apr 2014 02:28:20 GMT
Content-Type:text/html; charset=gbk
Server:Microsoft-IIS/6.0
X-Powered-By:ASP.NET,PHP/5.4.21
Set-Cookie:Z7BJ_2132_saltkey=vOVr6888; expires=Wed, 14-May-2014 02:28:20 GMT; path=/; httponly,Z7BJ_2132_sid=VjixlO; expires=Tue, 15-Apr-2014 02:28:20 GMT; path=/
Content-Encoding:gzip
Vary:Accept-Encoding
Transfer-Encoding:chunked
Content-Length:2594

303718 发表于 2014-4-14 12:12:53

用UBB模式发布。

懷念過去↑文 发表于 2014-4-14 13:16:40

这个跟采集器没有关系的,是您发布的内容里面包含了危险的html代码所导致的,建议把html转为ubb,或者过滤html
页: [1]
查看完整版本: 采集器在云服务器上不能正常使用啊