ho trovato qst e funziona xciò..x quel ke riguarda l'IP sono ok...mancherebbero le altre 3 cosette ora...

lo script è qst:

----------------------------------------
<%
function indirizzo()
indirizzo = "Il tuo indirizzo I.P. è : " & Request.ServerVariables("REMOTE_ADDR")
end function

response.write indirizzo()
%>
----------------------------------------