• 企业400电话
  • 微网小程序
  • AI电话机器人
  • 电商代运营
  • 全 部 栏 目

    企业400电话 网络优化推广 AI电话机器人 呼叫中心 网站建设 商标✡知产 微网小程序 电商运营 彩铃•短信 增值拓展业务
    如何验证IP地址?

     sub chkIP(boardid)
       dim rsIP
       dim ipArr
       dim ignored
       dim i
       dim ip
       dim sql

       ip=Request.ServerVariables("REMOTE_ADDR")   
       ignored=false
       if not isempty(boardid) then   
         sql="select ignoreip from board where boardid="cstr(boardid)
         set rsIP=conn.execute(sql)
         if not (rsIP.eof and rsIP.bof) then
          if instr(cstr(rsIP("ignoreip")""),chr(13)chr(10)) then
            iparr=split(rsIP("ignoreip"),chr(13)chr(10))
            for i=0 to ubound(iparr)
              if trim(iparr(i))>"" and left(ip,len(trim(iparr(i))))=trim(iparr(i)) then
               ignored=true
               exit for
              end if
            next
          else
            iparr=rsIP("ignoreip")
            if ip=trim(iparr) then
             ignored=true
            end if
          end if
         end if
         rsIP.close
       end if
       if ignored then
         response.write "script language=javascript>window.location.href='ignoreip.htm'/script>"
       end if
     end sub

    上一篇:如何修改被表单引用的ASP页面?
    下一篇:如何用ASP建立Index Server查询对象并为其参数赋值?
  • 相关文章
  • 

    © 2016-2020 巨人网络通讯 版权所有

    《增值电信业务经营许可证》 苏ICP备15040257号-8

    如何验证IP地址? 如何,验证,地址,如何,验证,