%@Language="JScript"%>
<%
geoLocations = new ActiveXObject("AlaxInfo.MaxMindGeoLite.LazyLocations");
//geoLocation = geoLocations.Item("alax.info");
geoLocation = geoLocations.Item("80.92.234.64");
%>
Alax.Info - MaxMind - Geolocation
Status
<% if(geoLocations != null) { %>
- geoLocations: not null
- geoLocations.Initialized: <% =geoLocations.Initialized %>
<% if(geoLocation != null) { %>
- geoLocation: not null
- geoLocation.City: <% =geoLocation.City %>
<% } else { %>
- geoLocation: null
<% } %>
<% } else { %>
- geoLocations: null
<% } %>