% '--- SEGNO L' INDIRIZZO IP --- ip = request.servervariables("REMOTE_ADDR") '--- SEGNO IL REFERER DI PROVENIENZA --- referer = request.servervariables("HTTP_REFERER") '--- SEGNO LO USERAGENT PER VEDERE IL BWS E IL S.O. useragent = request.servervariables("HTTP_USER_AGENT") wap = Request.ServerVariables("HTTP_ACCEPT") ' BETA VERSION PER VEDERE SE E' UN CELL '--- FINE PARTE FUNCTION E SUB Sistema = os(useragent) browver = BWS(useragent) Set conn = Server.CreateObject("ADODB.Connection") conn.open "Driver={Microsoft Access Driver (*.mdb)};DBQ=" & Server.MapPath("/mdb-database/zstat.mdb") Set rs = Server.CreateObject("ADODB.Recordset") '--- SCRIVO LA TABELLA GENERALE sql= "Select * from generale" rs.Open sql, conn, 3, 3 rs.addnew rs.fields("data") = formattadata(date()) rs.fields("ora") = formattaora(now()) rs.fields("ip") = ip rs.fields("referer") = referer rs.fields("pagina") = request.servervariables("SCRIPT_NAME") rs.fields("useragent") = useragent if Sistema <> 12 then rs.fields("osok") = true 'SEGNO CHE HO TROVATO CON SUCCESSO IL S.O. if browver <> 9 then rs.fields("bwok") = true 'SEGNO CHE HO TROVATO CON SUCCESSO IL BWS. rs.update rs.close sql = "select id,visite from os where id like '"& Sistema &"'" rs.Open sql, conn, 3, 3 rs.fields("visite") = rs.fields("visite") + 1 rs.update rs.close sql = "select id,visite from bw where id like '"& browver &"'" rs.Open sql, conn, 3, 3 rs.fields("visite") = rs.fields("visite") + 1 rs.update rs.close Call ScriviOra() Call ScriviKey(referer) Call ScriviReferer(referer) '--- libero risorse conn.close set rs = nothing set conn = nothing %>
| Web site policy and personal data treatment | |||
|
Varisco & srl pays great attention to the protection of its customer’s personal details. Varisco has company guidelines aimed at applying the rules on data protection matters, in particular, art.15 of the 675/96 Law on data safety. Collection of information Registering with Varisco & C. srl web site does not imply the use of cookies, therefore there is no record of any personal data that could make the user’s surfing traceable. The IP addresses of the users who access Varisco’s web pages are recorded only for statistical purposes to get information on the total number of visits to the web site. The spontaneous sign in to the Newsletter implies the registration of the user’s data in the database that manages the sending of notification emails. No recorded data concerning the users are passed on to others,
they are only managed by the web site staff. |
|||