主頁 > 知識庫 > 正則表達式檢查來訪IP是否合法的實際應用

正則表達式檢查來訪IP是否合法的實際應用

熱門標簽:湖南企業(yè)智能外呼系統(tǒng)供應商 電銷機器人公司簡介 百音電話機器人 自制電銷機器人 RO地圖標注app 高德地圖標注短信簽約 福州工作銷售電話機器人 錫林郭勒盟地圖標注位置 知名的電話機器人
正則表達式檢查來訪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 

 

標簽:玉林 西寧 河北 吉林 昆明 秦皇島 怒江 茂名

巨人網(wǎng)絡通訊聲明:本文標題《正則表達式檢查來訪IP是否合法的實際應用》,本文關鍵詞  正則,表達式,檢查,來訪,;如發(fā)現(xiàn)本文內容存在版權問題,煩請?zhí)峁┫嚓P信息告之我們,我們將及時溝通與處理。本站內容系統(tǒng)采集于網(wǎng)絡,涉及言論、版權與本站無關。
  • 相關文章
  • 下面列出與本文章《正則表達式檢查來訪IP是否合法的實際應用》相關的同類信息!
  • 本頁收集關于正則表達式檢查來訪IP是否合法的實際應用的相關信息資訊供網(wǎng)民參考!
  • 推薦文章