Arkdaşlar herkeze selam;
http://www.ipadresimne.com/ daki gibi ip adrtesini söyleyen host adresini tarayıcı tipini işletim sistemini söyleyen kodları bulamadım birtane buldum ip adresi için o da çalışmadı gitti.
<%
Dim temp, ip
temp = Request.ServerVariables("HTTP_X_FORWARDED_FOR")
If temp<>"" Then
ip = temp
Else
ip = Request.ServerVariables("REMOTE_ADDR")
End If
Response.Write ip
%>
Yardım ederseniz sevirim.
ip kod yardım
2
●1.458
- 10-06-2006, 14:42:45Üyeliği durdurulduasp;
https://www.r10.net/hazyr-kodlar/7286...terme-asp.html
php;
https://www.r10.net/hazyr-kodlar/7285...terme-php.html
her iki script de sadece ip adresini gösterir.