如何防止网站被采集

1.搜索自己独有的文章,找到别人采集的联系方式,加他,恐吓他,吓唬他。

2.修改程序,让他采集不完整,故意弄乱序列号。列表也程序化+手工化

3.将自己网站多增加一些内联+外链,用同列网站,交织的让他采集不了

4.增加部分图片,图片带上自己的标识

5.设置修改为一个ip 最多只能读取50页,要他采集不完 

6.故意弄几篇非法色情的的,等他采集走了,自己给删除,**就封了他

7.多弄点对自己网站有用的软文,让别人去采集吧 或弄成自己的镜像网站域名,担心自己的域名被人批量替换掉了

8.dim onlyURL,from '***指定来源网址…

    from=trim(request.serverVariables("HTTP_REFERER"))
    if from="" then '***来源为空:可能是直接输入网址或小偷…
    response.write "
    拒绝小偷!!!"
    response.write "来自:" & from
    response.write "请访问:" & onlyURL &""
    response.write ""
    response.write "" & vbCRLF
    response.end
    else
    if inStr(from,onlyURL)<>1 then
    ' ***非指定来源:盗链…
    response.write "拒绝盗链!!!"
    response.write "来自:" & from
    response.write "请访问:"
    response.write ""
    response.write ""
    response.end
    else '***来源正常,将访问后面的内容…

    end if
    end if
    %> 

    过滤文字:COPYFROM
    替换文字:文章来源: admin5.com  中文站长的聚集地

    在css中添加:
    .copyfrom{
    color:#FFFFFF;/*应该定义为你的文章背景颜色*/
    font-size:1px;
    }

    然后添加文章时,在文章中,最好是换行的时候加几个COPYFROM进去!

发表评论

邮箱地址不会被公开。 必填项已用*标注

click to changeSecurity Code