蓝雨 发表于 2010-4-1 19:00:06

动网8.3论坛远程图片自动下载插件

将downpic.asp放在论坛根目录下
用记事本打开savepost.asp
找到<!--#include file="inc/dv_ubbcode.asp"-->在下面添加<!--#include file="downpic.asp"-->然后找到'验证码校验
If Dvbbs.Board_Setting(4) <> "0" Then
   If Not Dvbbs.CodeIsTrue() Then
    If ajaxpost Then
   Call showAjaxMsg(0,"验证码校验失败,请点击验证码进行刷新!","","")
    Else
   Response.redirect "showerr.asp?ShowErrType="&Dvbbs.ErrType&"&ErrCodes=<li>验证码校验失败,2秒后自动返回上一页面。&action=OtherErr&autoreload=1"
    End If
   End If
End If在这下面加上以下代码
If Action=5 Or Action=6 Then content=ReplaceRemoteUrl(content,"","")
页: [1]
查看完整版本: 动网8.3论坛远程图片自动下载插件