Questions tagged [geoip]

GeoIP is the process of analyzing an IP address and determining the geographical location of that end point.

GeoIP assigns a location to an IP address, generally by doing a lookup in a specifically created database. Popular providers are MaxMind, Google, InfoSniper, and IP2Location. These, in turn, are based on Regional Internet Registries (RIR).

Common uses for this location information include:

  • Selecting the closest mirror for a download
  • Providing region specific billing information (currency, shipping cost)
  • Regionalizing the content of a page (local deals or specials)
694 questions
-4
votes
4 answers

How to use Geoip to get Current city name on NodeJs

I want to apply Geoip to get my current city's name on Nodejs, then I try to install Geoip package by Npm, but it seems like that it has some mistake when running on Windows, so what should I do to solve the problem.
answerhua
  • 43
  • 1
  • 5
-4
votes
1 answer

How to get user-ip, location, country name, currency and time in PHP

I want the smallest possible code for this question. I never want to follow other questions as they never helped me and given me back to back errors
-4
votes
1 answer

Geolocation sometimes does not work

I am using a geo location script on my site to create a country and city location that shows within a sentence whenever users visit my page. However the function is not working as intended and sometimes gives the wrong country and city. This is code…
seowebanalyst
  • 19
  • 1
  • 8
-4
votes
1 answer

Issue with Script tag inside Javascript code

This page should display a Google ad. I Tried everything but it's not working. I think that the problem is with the closing script tag - . Can you please copy the source code and test it? I really couldn't make the ad appear till now even…
user1341839
  • 75
  • 1
  • 13
1 2 3
46
47