作者大大,有没有这个项目的演示地址呀...
作者发一份数据库脚本...
全部代码和素材、数据库脚本,还录制了详尽的配套视频教程,不知道在哪里...
<p>RT,</p><h2><h5>提示:</h5><h2>从客户端(ctl00$ContentPlaceHolder1$txtContents=" <p>22</p>")中检测到有潜在危险的 Request.Form 值。</h2><h4><a href="http://localhost:92/">返回首页</a></h4></h2>
前几天经人介绍,用了小泥鳅,还真不错。<br/>这段时间空间被攻击就换了个,结果解析过来以后就出现/web/common/config/rewrite.config错误的提示。于是在百度上找了下,结果看到了这个<a href="http://www.51aspx.com/CV/LoachsBlog12/Loachs.Web/common/config/rewrite.config.html" target="_blank">http://www.51aspx.com/CV/LoachsBlog12/Loachs.Web/common/config/rewrite.config.html</a><br/>不过源码我不懂,没法,依葫芦画瓢,直接上传到/web/common/config/rewrite.config文件下,源码是直接用txt修改下后缀名整的<br/>1<?xml version="1.0" encoding="utf-8"?><br/>2<rewrite><br/>3<br/>4 <item lookfor="post/([A-Za-z0-9\u4e00-\u9fa5-]{1,200})((.aspx||.html)*)(/*)" sendto="default.aspx?type=post&name=$1"></item><br/>5 <item lookfor="post/([A-Za-z0-9\u4e00-\u9fa5-]{1,200})/page/(\d+)((.aspx||.html)*)(/*)" sendto="default.aspx?type=post&name=$1&page=$2"></item><br/>6 <item lookfor="post/(\d{4})/(\d{2})/(\d{2})/([A-Za-z0-9\u4e00-\u9fa5-]{1,200})((.aspx||.html)*)(/*)" sendto="default.aspx?type=post&year=$1&month=$2&day=$3&name=$4"></item><br/>7 <item lookfor="post/(\d{4})/(\d{2})/(\d{2})/([A-Za-z0-9\u4e00-\u9fa5-]{1,200})/page/(\d+)((.aspx||.html)*)(/*)" sendto="default.aspx?type=post&year=$1&month=$2&day=$3&name=$4&page=$5"></item><br/>8 <br/>9 <item lookfor="page/(\d+)((.aspx||.html)*)(/*)" sendto="default.aspx?type=default&page=$1"></item><br/>10 <item lookfor="category/([A-Za-z0-9\u4e00-\u9fa5-]{1,200})((\.aspx||\.html)*)(/*)" sendto="default.aspx?type=category&slug=$1"></item><br/>11 <item lookfor="category/([A-Za-z0-9\u4e00-\u9fa5-]{1,200})/page/(\d+)((.aspx||.html)*)(/*)" sendto="default.aspx?type=category&slug=$1&page=$2"></item><br/>12 <item lookfor="tag/([A-Za-z0-9\u4e00-\u9fa5-]{1,200})((\.aspx||\.html)*)(/*)" sendto="default.aspx?type=tag&slug=$1"></item><br/>13 <item lookfor="tag/([A-Za-z0-9\u4e00-\u9fa5-]{1,200})/page/(\d+)((.aspx||.html)*)(/*)" sendto="default.aspx?type=tag&slug=$1&page=$2"></item><br/>14 <item lookfor="author/(\w+)((\.aspx||\.html)*)(/*)" sendto="default.aspx?type=author&username=$1"></item><br/>15 <item lookfor="author/(\w+)/page/(\d+)((.aspx||.html)*)(/*)" sendto="default.aspx?type=author&username=$1&page=$2"></item><br/>16 <item lookfor="archive/(\d{4})(\d{2})((\.aspx||\.html)*)(/*)" sendto="default.aspx?type=archive&year=$1&month=$2"></item><br/>17 <item lookfor="archive/(\d{4})(\d{2})/page/(\d+)((\.aspx||\.html)*)(/*)" sendto="default.aspx?type=archive&year=$1&month=$2&page=$3"></item><br/>18 <item lookfor="search((.aspx||.html)*)" sendto="default.aspx?type=search"></item><br/>19 <br/>20 <item lookfor="feed(/*)" sendto="default.aspx?type=feed"></item><br/>21 <item lookfor="feed/post((.aspx||.html)*)" sendto="default.aspx?type=feed"></item><br/>22 <item lookfor="feed/post/categoryid/(\d+)((.aspx||.html)*)" sendto="default.aspx?type=feed&categoryid=$1"></item><br/>23 <item lookfor="feed/comment((.aspx||.html)*)" sendto="default.aspx?type=feed&action=comment"></item><br/>24 <item lookfor="feed/comment/postid/(\d+)((.aspx||.html)*)" sendto="default.aspx?type=feed&action=comment&postid=$1"></item><br/>25 <br/>26 <item lookfor="theme/([A-Za-z0-9\u4e00-\u9fa5-]{1,200})((.aspx||.html)*)" sendto="default.aspx?type=theme&theme=$1"></item><br/>27<br/>28 <item lookfor="xmlrpc/rsd((.aspx||.html)*)" sendto="default.aspx?type=rsd"></item><br/>29 <item lookfor="xmlrpc/metaweblog((.aspx||.html)*)" sendto="default.aspx?type=metaweblog"></item><br/>30 <item lookfor="xmlrpc/wlwmanifest((.aspx||.html)*)" sendto="default.aspx?type=wlwmanifest"></item><br/>31<br/>32 <br/>33</rewrite><br/>34<br/><br/>结果还是提示错误,不过具体什么提示我忘记了。<br/>就继续想办法,发现前面序号应该有问题,就把前面序号给去掉了。<br/><?xml version="1.0" encoding="utf-8"?><br/><rewrite><br/><br/><item lookfor="post/([A-Za-z0-9\u4e00-\u9fa5-]{1,200})((.aspx||.html)*)(/*)" sendto="default.aspx?type=post&name=$1"></item><br/><item lookfor="post/([A-Za-z0-9\u4e00-\u9fa5-]{1,200})/page/(\d+)((.aspx||.html)*)(/*)" sendto="default.aspx?type=post&name=$1&page=$2"></item><br/><item lookfor="post/(\d{4})/(\d{2})/(\d{2})/([A-Za-z0-9\u4e00-\u9fa5-]{1,200})((.aspx||.html)*)(/*)" sendto="default.aspx?type=post&year=$1&month=$2&day=$3&name=$4"></item><br/><item lookfor="post/(\d{4})/(\d{2})/(\d{2})/([A-Za-z0-9\u4e00-\u9fa5-]{1,200})/page/(\d+)((.aspx||.html)*)(/*)" sendto="default.aspx?type=post&year=$1&month=$2&day=$3&name=$4&page=$5"></item><br/><br/><item lookfor="page/(\d+)((.aspx||.html)*)(/*)" sendto="default.aspx?type=default&page=$1"></item><br/><item lookfor="category/([A-Za-z0-9\u4e00-\u9fa5-]{1,200})((\.aspx||\.html)*)(/*)" sendto="default.aspx?type=category&slug=$1"></item><br/><item lookfor="category/([A-Za-z0-9\u4e00-\u9fa5-]{1,200})/page/(\d+)((.aspx||.html)*)(/*)" sendto="default.aspx?type=category&slug=$1&page=$2"></item><br/><item lookfor="tag/([A-Za-z0-9\u4e00-\u9fa5-]{1,200})((\.aspx||\.html)*)(/*)" sendto="default.aspx?type=tag&slug=$1"></item><br/><item lookfor="tag/([A-Za-z0-9\u4e00-\u9fa5-]{1,200})/page/(\d+)((.aspx||.html)*)(/*)" sendto="default.aspx?type=tag&slug=$1&page=$2"></item><br/><item lookfor="author/(\w+)((\.aspx||\.html)*)(/*)" sendto="default.aspx?type=author&username=$1"></item><br/><item lookfor="author/(\w+)/page/(\d+)((.aspx||.html)*)(/*)" sendto="default.aspx?type=author&username=$1&page=$2"></item><br/><item lookfor="archive/(\d{4})(\d{2})((\.aspx||\.html)*)(/*)" sendto="default.aspx?type=archive&year=$1&month=$2"></item><br/><item lookfor="archive/(\d{4})(\d{2})/page/(\d+)((\.aspx||\.html)*)(/*)" sendto="default.aspx?type=archive&year=$1&month=$2&page=$3"></item><br/><item lookfor="search((.aspx||.html)*)" sendto="default.aspx?type=search"></item><br/><br/><item lookfor="feed(/*)" sendto="default.aspx?type=feed"></item><br/><item lookfor="feed/post((.aspx||.html)*)" sendto="default.aspx?type=feed"></item><br/><item lookfor="feed/post/categoryid/(\d+)((.aspx||.html)*)" sendto="default.aspx?type=feed&categoryid=$1"></item><br/><item lookfor="feed/comment((.aspx||.html)*)" sendto="default.aspx?type=feed&action=comment"></item><br/><item lookfor="feed/comment/postid/(\d+)((.aspx||.html)*)" sendto="default.aspx?type=feed&action=comment&postid=$1"></item><br/> <br/><item lookfor="theme/([A-Za-z0-9\u4e00-\u9fa5-]{1,200})((.aspx||.html)*)" sendto="default.aspx?type=theme&theme=$1"></item><br/><br/><item lookfor="xmlrpc/rsd((.aspx||.html)*)" sendto="default.aspx?type=rsd"></item><br/><item lookfor="xmlrpc/metaweblog((.aspx||.html)*)" sendto="default.aspx?type=metaweblog"></item><br/><item lookfor="xmlrpc/wlwmanifest((.aspx||.html)*)" sendto="default.aspx?type=wlwmanifest"></item><br/><br/> <br/></rewrite><br/><br/><br/>一试还真行!网站可打开了,我高兴啊,结果好景不长,这两天需要上传文章,发现网站后台验证码错误,没法上后台。郁闷啊!<a href="http://bbs.51aspx.com/www.51xyka.com/admin" target="_blank">www.51xyka.com/admin</a><br/>求求大哥大姐了!
呵呵 起初我对网站什么的都不懂 不过看了你们回复顿时茅舍顿开 起初我连源码下载都不会 只要有问题好像全都指向]小泥鳅开源博客V1.2源码,我还纳闷呢,源码目录结构图怎么下载呢,结果才发现立即下载(已登录),郁闷的不轻,我可是新手,实实在在的新手。下载后我把源码中就一个Web/common/config/rewrite.config文件,一对比,我把Loachs.Web/Web/common/文件下的全部整到空间去了,还真别说,真行!谢谢了!<br/>真的感谢!
你输入这个地址看看<br/><a href="http://www.51xyka.com/common/tools/verifyimage.aspx?time=0.524587368169823" target="_blank">http://www.51xyka.com/common/tools/verifyimage.aspx?time=0.524587368169823</a><br/><br/>提示无法找到资源才招致你的验证码不能显示的哦
<p>我只改了一下路径就OK啦,没有你说的那么复杂吧!</p>