在Conn.asp文件中加入了ASP防SQL注入語句,真正做到了整站防注入。同時(shí)可以記錄攻擊者的IP及提交參數(shù)和攻擊頁面。因?yàn)闀r(shí)間關(guān)系,記錄所需數(shù)據(jù)庫沒有壓到程序里,但不影響防注放功能。 小巧適用于個(gè)人網(wǎng)站的使用。
上傳時(shí)間: 2014-01-16
上傳用戶:源碼3
一個(gè)Conn數(shù)據(jù)庫連接程序,效率比較高
標(biāo)簽: Conn 數(shù)據(jù)庫 效率 連接
上傳時(shí)間: 2014-01-20
上傳用戶:zhanditian
管理登錄\system 管理員:admin 密碼:admin888 數(shù)據(jù)庫鏈接文件: Conn.asp 內(nèi)容數(shù)據(jù)庫前臺(tái)鏈接文件 system\Conn.asp 內(nèi)容數(shù)據(jù)庫后臺(tái)鏈接文件 system\ConnAdmin.asp 管理員數(shù)據(jù)庫后臺(tái)鏈接文件 system\ChkLogin.asp 登錄日志數(shù)據(jù)庫后臺(tái)鏈接文件 system\inc_config.asp 訪問統(tǒng)計(jì)數(shù)據(jù)庫后臺(tái)鏈接文件 system\data.asp 內(nèi)容數(shù)據(jù)庫后臺(tái)鏈接文件(產(chǎn)品類別樹型目錄) system\server2.asp 內(nèi)容數(shù)據(jù)庫后臺(tái)鏈接文件(產(chǎn)品類別樹型目錄) system\DataSetup4.asp 登錄日志數(shù)據(jù)庫后臺(tái)鏈接文件(壓縮登錄日志)
標(biāo)簽: admin systemConn asp system
上傳時(shí)間: 2014-01-23
上傳用戶:FreeSky
JSP+MYSQL+TOMCAT網(wǎng)絡(luò)辦公系統(tǒng) 配置服務(wù)器JSP環(huán)境(略) 安裝MYSQL數(shù)據(jù)庫(略) 建立OA數(shù)據(jù)庫 導(dǎo)入Conn/數(shù)據(jù)庫語言.txt!
標(biāo)簽: MYSQL JSP TOMCAT Conn
上傳時(shí)間: 2013-12-20
上傳用戶:youlongjian0
1、Conn.asp 數(shù)據(jù)庫連接文件 2、ipCheck.inc ip數(shù)據(jù)庫查詢函數(shù) 3、oc_ipRecord.asp ip記錄文件(被調(diào)用文件) 4、oc_ipRecord.inc ip記錄數(shù)據(jù)庫 5、RecordIP.inc ip記錄函數(shù) 6、showIPaddess.asp 顯示IP來源頁面 7、showIPRecord.asp 顯示ip記錄頁面 8、Turn.inc 多用翻頁函數(shù) 9、updateIPFrom.asp 更新IP來源數(shù)據(jù)庫文件 10、worldip.asp 世界ip來源數(shù)據(jù)庫 11、xg.css css文件 12、xmlHttpRequest.js XMLHttpRequest對(duì)象獲取js文件
標(biāo)簽: oc_ipRecord asp oc_ipRec ipCheck
上傳時(shí)間: 2015-10-27
上傳用戶:xyipie
<%@ LANGUAGE="VBSCRIPT" %> <!--#include file="Conn.asp" --> <% ProductClass_2=request("ProductClass_2") set rs=server.createobject("adodb.recordset") sqltext="select * from Product" if request("Product_Name")<>"" then sqltext=sqltext &" where Product_Name like %"& request("Product_Name") &"% " else sqltext=sqltext &" where Product_Name like %"& "" &"% " end if if request("Product_Class")<>"" then sqltext=sqltext &" and Class_1 like %"& request("Product_Class") &"% " end if
標(biāo)簽: ProductClass lt LANGUAGE VBSCRIPT
上傳時(shí)間: 2013-11-25
上傳用戶:wl9454
<%@ LANGUAGE="VBSCRIPT" %> <!--#include file="Conn.asp"--> <% set rs=server.createobject("adodb.recordset") sqltext="select * from RegUser where UserId= " & request.form("uid") & " " rs.open sqltext,co
標(biāo)簽: lt LANGUAGE VBSCRIPT include
上傳時(shí)間: 2013-12-08
上傳用戶:yuanyuan123
<%@ LANGUAGE="VBSCRIPT" %> <!--#include file="Conn.asp" --> <% Id=Session("LoginSuccess") ProductList = Session("ProductList") Products = Split(Request("cpbm"), ", ") For I=0 To UBound(Products) PutToShopBag Products(I), ProductList Next Session("ProductList") = ProductList ProductList = Session("ProductList") If Len(ProductList) =0 Then Response.Redirect "Nothing.asp" response.end end if
標(biāo)簽: lt LANGUAGE VBSCRIPT Session
上傳時(shí)間: 2013-12-09
上傳用戶:huql11633
<%@ LANGUAGE="VBSCRIPT" %> <!--#include file="Conn.asp" --> <% Id=Session("LoginSuccess") ProductList = Session("ProductList") Products = Split(Request("cpbm"), ", ") For I=0 To UBound(Products) PutToShopBag Products(I), ProductList Next Session("ProductList") = ProductList ProductList = Session("ProductList") If Len(ProductList) =0 Then Response.Redirect "Nothing.asp" response.end end if
標(biāo)簽: lt LANGUAGE VBSCRIPT Session
上傳時(shí)間: 2014-08-18
上傳用戶:小草123
pstmt = Conn.prepareStatement("select ordernumber,datetime,price,dayofmoney from zujie where ordernumber= "+ cdName + " ") rs=pstmt.executeQuery() if(rs!=null && rs.next()){ String datetime = rs.getString(2) java.text.SimpleDateFormat formatter = new java.text.SimpleDateFormat ("yyyy-MM-dd") Date date = new Date() String date1=formatter.format(date) ParsePosition pos = new ParsePosition(0) ParsePosition pos1 = new ParsePosition(0) Date dt1=formatter.parse(datetime,pos) Date dt2=formatter.parse(date1,pos1) Long l = (dt2.getTime()-dt1.getTime())/(3600*24*1000)+1 double price = rs.getDouble(3) double dayofmoney=rs.getDouble(4) double dayofmoneybuy=dayofmoney*l double otherMoney = price-dayofmoneybuy request.setAttribute("price", price) request.setAttribute("l", l) request.setAttribute("dayofmoney", dayofmoneybuy) request.setAttribute("otherMoney", otherMoney)
標(biāo)簽: prepareStatement ordernumber dayofmoney datetime
上傳時(shí)間: 2013-12-14
上傳用戶:zsjinju
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1