geoip
parsing ip address in php
I am trying to create a page that shows the user their zip code when they are on my page. (if any of you are familiar with GeoIP data, thats what I am using. )[详细]
2023-02-08 01:32 分类:问答Using Pygeoip on Appengine - no module named mmap
I\'m trying to do some IP-lookup on Python Google Appengine like this: import pygeoip gi = pygeoip.GeoIP(\'GeoIP.dat\')[详细]
2023-02-02 09:42 分类:问答using GeoIP with django on appengine
I tried geodjango recently, and worked just fine for me, even without installing that C library. But when I used the same project in the appengine sdk, it fails whenever it tries to import the GeoIP c[详细]
2023-02-02 06:16 分类:问答Best way of locating users [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-01-30 08:02 分类:问答converting float to decimal (IP address parameter)
im trying to locatethe location of a user using GeoIP for this i have Class register(models.Model): user = models.ForeignKey(\'auth.User\', unique = True)[详细]
2023-01-30 04:47 分类:问答trying to auto populate fields using django views
my question is similar to this question em using geoip to find the latitide and longitude of a user through IP address. i am doing something like this in my views[详细]
2023-01-30 04:16 分类:问答How create GeoIP functionality in PHP project?
I have some IP adress ($_SERVER[\'REMOTE_ADDR\']) and I must receive (learn) name of country and it would be nice if I can receive (learn) name of city too. And don\'t forget It\'s php-project, useful[详细]
2023-01-29 23:22 分类:问答TypeError save() takes at least 2 non-keyword arguments (1 given)
i have in my views.py def status_set(request): ip_address= request.META[\'REMOTE_ADDR\'] if request.method == \"POST\":[详细]
2023-01-27 19:16 分类:问答geocoding an IP and save using model forms
i have this thing in my models.py file user = models.ForeignKey(\'auth.User\', unique = True) latitude = models.DecimalField(max_digits=8, decimal_places=6)[详细]
2023-01-27 04:54 分类:问答gentoo geoip installation [closed]
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.[详细]
2023-01-14 16:24 分类:问答