Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.053 X-Spam-Evidence: '*H*': 0.89; '*S*': 0.00; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'uses.': 0.09; 'api': 0.11; 'stored': 0.12; 'cookies': 0.16; 'lie,': 0.16; 'parts.': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'wizard': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'entered': 0.20; 'machine': 0.22; '>>>': 0.22; 'separate': 0.22; 'header:User- Agent:1': 0.23; '(for': 0.26; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'am,': 0.29; 'database,': 0.30; 'getting': 0.31; 'yes.': 0.31; 'subject:from': 0.34; 'no,': 0.35; 'but': 0.35; 'google': 0.35; 'there': 0.35; 'too': 0.37; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'address.': 0.39; 'received:org': 0.40; 'how': 0.40; 'company': 0.60; 'facebook': 0.61; "you're": 0.61; 'such': 0.63; 'choose': 0.64; 'city': 0.66; 'partner': 0.70; '8bit%:92': 0.71; '8bit%:100': 0.72; 'jul': 0.74; 'address,': 0.75; 'location?': 0.84; 'skip:\xef 10': 0.84; 'subject:Location': 0.84; 'cast': 0.91; '2013': 0.98 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Dave Angel Subject: Re: Geo Location extracted from visitors ip address Date: Sat, 06 Jul 2013 07:49:07 -0400 References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Gmane-NNTP-Posting-Host: 174.32.174.34 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130510 Thunderbird/17.0.6 In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 32 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1373111366 news.xs4all.nl 15931 [2001:888:2000:d::a6]:43641 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:50058 On 07/06/2013 04:41 AM, Νίκος Gr33k wrote: > Στις 6/7/2013 11:30 πμ, ο/η Chris Angelico έγραψε: >> On Sat, Jul 6, 2013 at 6:01 PM, ����� Gr33k wrote: >>> Is there any way to pinpoint the visitor's exact location? >> >> Yes. You ask them to fill in a shipping address. They may still lie, >> or they may choose to not answer, but that's the best you're going to >> achieve without getting a wizard to cast Scrying. > > No, no registration requirements. > > you know when i go to maps.google.com its always find my exact city of > location and not just say Europe/Athens. > > and twitter and facebook too both of them pinpoint my _exact_ location. > > How are they able to do it? We need the same way. > At some point, you entered your address, and it's stored in some database in the sky. You have cookies on your machine which correlate to that database. Chances are you did it for google-maps, and google shared it with their search engine and other parts. As far as I know, each such company has a separate database, but perhaps google (for exakmple) has an partner API which facebook uses. -- DaveA