GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   need ip/country program (https://gfy.com/showthread.php?t=121169)

american pervert 03-31-2003 05:20 PM

need ip/country program
 
I'm looking for a program that can tell you what country a person is from by their ip addy. anyone got any leads?

thanks!

PHmike 03-31-2003 05:34 PM

http://www.maxmind.com

Madball 03-31-2003 05:41 PM

No need to look it up, 99 in 100 hack attempts are from Russia so don't waste your time.

Warden 03-31-2003 05:49 PM

I've never used them but have heard this company is pretty good and you can't beat the price

http://www.iptocountry.com/

american pervert 03-31-2003 10:32 PM

thanks for the links!

madball- I'm not tracking attacks, but thanks for the concern

Anthony_A 03-31-2003 10:40 PM

Visual Route. Get it from download.com

You could have just asked me in ICQ, you know I know everything! :winkwink:

Danielle 03-31-2003 10:51 PM

Here is another one to look at. Http://www.trafficassistant.com

Hugs,
Danielle

kevinale 04-01-2003 12:26 AM

Quote:

Originally posted by american perv
I'm looking for a program that can tell you what country a person is from by their ip addy. anyone got any leads?

thanks!

Something like in my sig? Or do you mean from a list of IP addresses? I can help you.

ICQ 149241543

Calvinguy 04-01-2003 12:58 AM

How fast is this? I mean if you put it in your index file and it have to look through a giant database of IP's wouldn't you see a slowdown?

kevinale 04-01-2003 01:05 AM

Quote:

Originally posted by Calvinguy
How fast is this? I mean if you put it in your index file and it have to look through a giant database of IP's wouldn't you see a slowdown?
Many factors. For a low traffic site with few visitors, not noticable.. If you have a high traffic virtual account, it'll be slow.

It all has to do with what you've got and how you tweak it.

american pervert 04-01-2003 01:39 AM

thanks for the info..

anthony_a, thats exactly what I needed, how did you know, lol

richard 04-01-2003 06:55 AM

www.ip-sorter.com

:Graucho

C based CGI programs that sit on top of the maxmind.com data.

nuclei 04-01-2003 07:07 AM

This is a rather simple perl module but thats why it is also free :winkwink:

http://www.perlcoders.com/packages/C...module-1.6.zip

justsexxx 04-01-2003 07:24 AM

www.ip-sorter.com rocks

Andre

buran 04-01-2003 07:47 AM

We've been using the database from http://www.ip2country.com

They release updates to the database quarterly, and it's pretty cheap.

As for speed, no it's not slow. You're not scanning through the database, you use the IP address you wish to look up (the first three octects/class C) to generate the offset into the file.

Ie, you fopen the file, then fseek to the byte location determined by:

where IP is A.B.C.D

offset = (a*(256^2)+b*256+c)*2

the final *2 is because the dataset is two characters, the ISO country code (US, UK, DE, etc)

hey Anthony, what's your ICQ? Always good to know more people who know everything. 1240050


All times are GMT -7. The time now is 05:50 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123