[Openfirst-cvscommit] logger_asp logger.asp,1.2,1.3
Brought to you by:
xtimg
From: <chr...@us...> - 2003-05-06 02:03:47
|
Update of /cvsroot/openfirst/logger_asp In directory sc8-pr-cvs1:/tmp/cvs-serv25838 Modified Files: logger.asp Log Message: Updated to fix coding errors Index: logger.asp =================================================================== RCS file: /cvsroot/openfirst/logger_asp/logger.asp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** logger.asp 3 May 2003 20:52:22 -0000 1.2 --- logger.asp 6 May 2003 02:03:44 -0000 1.3 *************** *** 1,9 **** <% IP = Request.ServerVariables("REMOTE_ADDR") ! HostLookUp = Request.ServerVariables("REMOTE_HOST") ! Location = Request.ServerVariables("SERVER_NAME") Query = Request.ServerVariables("QUERY_STRING") If Query = "" Then Query = "N/A" ! Browser = Request.ServerVariables("SERVER_SOFTWARE") strSql = "INSERT INTO ofirst_logger (IPAddress,Da,Location,QueryString,HostLookup,Browser) VALUES ('" --- 1,9 ---- <% IP = Request.ServerVariables("REMOTE_ADDR") ! HostLookUp = Request.ServerVariables("HTTP_HOST") ! Location = Request.ServerVariables("PATH_INFO") Query = Request.ServerVariables("QUERY_STRING") If Query = "" Then Query = "N/A" ! Browser = Request.ServerVariables("HTTP_USER_AGENT") strSql = "INSERT INTO ofirst_logger (IPAddress,Da,Location,QueryString,HostLookup,Browser) VALUES ('" |