Alıntı:
<%
behindProxy = Request.ServerVariables("HTTP_X_FORWARDED_FOR")
proxy = Request.ServerVariables("REMOTE_ADDR")
if behindProxy = "" then
IPNO= proxy
else
IPNO=behindProxy&""&"("&proxy&")"
end If
Online = Application("NumSession")
%>
<font face="Tahoma" style="font-size: 11px; font-weight:700" color="#587EA4">Şuanda </font>
<font face="Tahoma" style="font-size: 11px"> <%=Online%></font>
<font face="Tahoma" style="font-size: 11px; color="#587EA4"> Kişi online</font>
|
Global.asa desteği ile çalışır.. görüntülenmesini istediğin sayfalara ekle.