From owner-freebsd-isp@FreeBSD.ORG Wed Aug 22 15:12:23 2007 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9CE1116A469 for ; Wed, 22 Aug 2007 15:12:23 +0000 (UTC) (envelope-from brdbrd@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.182]) by mx1.freebsd.org (Postfix) with ESMTP id 72BF113C45A for ; Wed, 22 Aug 2007 15:12:23 +0000 (UTC) (envelope-from brdbrd@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so234843waf for ; Wed, 22 Aug 2007 08:12:22 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=LyIgUnU+n0AOx93YvPqH+3yrVq8a5Qpl4CW27RZNn9DWMgZEA5bdH8EDkqG4DgNxW1+Dz7gpUMziVRiHm7+3dP84gtX86gLhZpLXoiMb2pzosoaskTj1aI96gB96Mr9+E4wcYtUYVlLlQUhj65kwXvpwea1+NLWiI75oRY9A6G0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=c/+zcWfOyNvhjLTxRbfDCFM81F7RJ5WlTnyUUwjOTB24GMsUV8MZuK0GnBqD1P7MUSPH54GMvjsjoPYFWb75Yc+fH5mDuYvgL0yvQDlQ74ZBgSpwWunkPlwucyyfLMkUCffSp7z97DB8RdonoJRtW1jQ/pMfgGPft6iINw9exvk= Received: by 10.115.90.1 with SMTP id s1mr805513wal.1187794065713; Wed, 22 Aug 2007 07:47:45 -0700 (PDT) Received: by 10.114.76.7 with HTTP; Wed, 22 Aug 2007 07:47:45 -0700 (PDT) Message-ID: <35ffa5710708220747x63bb3951v57472d20f4356f3d@mail.gmail.com> Date: Wed, 22 Aug 2007 08:47:45 -0600 From: "Brad Davis" Sender: brdbrd@gmail.com To: "jack patel" , freebsd-isp@freebsd.org In-Reply-To: <2c457f7d0708220512t6d837768jbfcafe9824ea27@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2c457f7d0708220512t6d837768jbfcafe9824ea27@mail.gmail.com> X-Google-Sender-Auth: 648b17b1cfb2e3bf Cc: Subject: Re: Get ISP Detail X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 15:12:23 -0000 On 8/22/07, jack patel wrote: > I am working on a web project and in that i have to show the location > of visitor on the page > > i want to show information like city,ISP name and county. > > i searched on net i got many detiail. > > i got ip2location but it is paid > > I want to technical detail how programatically i can get name of ISP > or get database/list of all the ISPs all over the world > > Please help Hi Jack, In the ports collection you will find a program called GeoIP. Regards, Brad Davis