久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      如何防止網(wǎng)頁的內(nèi)容被別人采集,非法訪問你的網(wǎng)站


      <%
      ‘****************************************
      ‘           怎么防止網(wǎng)頁的內(nèi)容被別人采集,非法的訪問你的網(wǎng)站          
      ‘****************************************
      dim onlyURL,from    ‘***指定來源網(wǎng)址…
      onlyURL=”http://127.0.0.1/”
      from=trim(request.serverVariables(“HTTP_REFERER”))
      if from=”” then   ‘***來源為空:可能是直接輸入網(wǎng)址或小偷…   
      response.write “<div style=’display:none’><p>拒絕小偷!!!”  
      response.write “<p>來自:” & from    
      response.write “<p>請訪問:<a href='” & onlyURL & “‘>” & onlyURL &”</a>”   
      response.write “<p><form name=’blankForm’ method=get action=’’></form>”   
      response.write “<p><script language=””JavaScript””>blankForm.submit()</script>” & vbCRLF   
      response.end
      else
      if inStr(from,onlyURL)<>1 then          
         ‘ ***非指定來源:盜鏈…     
         response.write “<div style=’display:none’><p>拒絕盜鏈!!!”       
         response.write “<p>來自:” & from        
         response.write “<p>請訪問:<a href=’” & onlyURL & “’>” & onlyURL &”</a>”       
         response.write “<p><form name=’blankForm’ method=get action=’’></form>”      
         response.write “<p><script language=””JavaScript””>blankForm.submit()</script>”       
         response.end
      else          ‘***來源正常,將訪問后面的內(nèi)容…  
       
      end if
      end if
      %>

       

      分享到: 更多

      贊(0)
      分享到: 更多 (0)
      網(wǎng)站地圖   滬ICP備18035694號-2    滬公網(wǎng)安備31011702889846號