IonelBurtan
Programmer
The problem is very simple. On my site I had made a log machanism in which I have the code
Dim strREMOTE_HOST
....
strREMOTE_HOST=Request.ServerVariables("REMOTE_HOST"
Further the strREMOTE_HOST is inserted into a table from a mdb. But whenever I look to my log I see the the REMOTE_HOST is the same like REMOTE_ADDR, I mean is an IP instead of somethink like I have checked some IPs and the corespond to some WWWs but they are not inserted right.
Can this problem be solved.
Any help greatly appreciated,
s-)
Blessed is he who in the name of justice and good will, shepards the week through the valley of darknees...
Dim strREMOTE_HOST
....
strREMOTE_HOST=Request.ServerVariables("REMOTE_HOST"
Further the strREMOTE_HOST is inserted into a table from a mdb. But whenever I look to my log I see the the REMOTE_HOST is the same like REMOTE_ADDR, I mean is an IP instead of somethink like I have checked some IPs and the corespond to some WWWs but they are not inserted right.
Can this problem be solved.
Any help greatly appreciated,
s-)
Blessed is he who in the name of justice and good will, shepards the week through the valley of darknees...