复制代码代码如下:
<%
DIMIP, NUMBER, MOBILETYPE, LOCA, URI
DimConn, SQL, Rs
Ip = request.serverVariable ("remote_addr")
uri = request.serverVariable ("path_info")
number1 = request.serverVariable ("http_x-up-calling-line-id")
mobile1 = request.serverVariable ("http_user-agent")
Number = Right (Number1, Len (Number1) -2)
Mobile2 = split (Mobile1, "/")
MobileType = Mobile2 (0)
loca = request.cookies ("cui")
SQL = "SELECT*fromVisitorOrderByIddesc"
Rs.opensql, Conn, 1,3
Rs.addnew
Rs ("sdate") = tanggal
Rs ("stime") = waktu
Rs ("ip") = ip
Rs ("userno") = angka
RS ("MobileType") = MobileType
Rs ("cui") = loca
RS ("URI") = URI
Rs.update
Rs.close
Conn.Close
SetRs = tidak ada
SetConn = tidak ada
%>