need ip/country program

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • american pervert
    Confirmed User
    • Sep 2002
    • 6840

    #1

    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!
    I can resist everything except temptation
  • PHmike
    Registered User
    • Nov 2002
    • 71

    #2
    http://www.maxmind.com
    I am hiring.

    Comment

    • Madball
      Confirmed User
      • May 2002
      • 748

      #3
      No need to look it up, 99 in 100 hack attempts are from Russia so don't waste your time.
      <a href="http://www.homepageofthedead.com"><img src="http://board.gofuckyourself.com/images/globill_88x31.gif"></a>

      Comment

      • Warden
        Confirmed User
        • Nov 2002
        • 2906

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

        http://www.iptocountry.com/
        AIM: ZeeRiddler
        ICQ: 128160005
        Warden's MS

        Comment

        • american pervert
          Confirmed User
          • Sep 2002
          • 6840

          #5
          thanks for the links!

          madball- I'm not tracking attacks, but thanks for the concern
          I can resist everything except temptation

          Comment

          • Anthony_A
            Confirmed User
            • Feb 2003
            • 1219

            #6
            Visual Route. Get it from download.com

            You could have just asked me in ICQ, you know I know everything!
            PAYBUYNET.COM Need Processing? Email me tony at paybuynet dot com

            ICQ 21239908

            Comment

            • Danielle
              Confirmed User
              • Jun 2002
              • 1227

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

              Hugs,
              Danielle

              Comment

              • kevinale
                Confirmed User
                • Dec 2002
                • 2115

                #8
                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
                1monkey0cup.com

                Comment

                • Calvinguy
                  Confirmed User
                  • Oct 2002
                  • 1752

                  #9
                  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?

                  Comment

                  • kevinale
                    Confirmed User
                    • Dec 2002
                    • 2115

                    #10
                    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.
                    1monkey0cup.com

                    Comment

                    • american pervert
                      Confirmed User
                      • Sep 2002
                      • 6840

                      #11
                      thanks for the info..

                      anthony_a, thats exactly what I needed, how did you know, lol
                      I can resist everything except temptation

                      Comment

                      • richard
                        Confirmed User
                        • Feb 2001
                        • 543

                        #12
                        www.ip-sorter.com



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

                        Comment

                        • nuclei
                          old school fart
                          • May 2001
                          • 1015

                          #13
                          This is a rather simple perl module but thats why it is also free

                          http://www.perlcoders.com/packages/C...module-1.6.zip
                          The next generation of SEO

                          Comment

                          • justsexxx
                            Too lazy to set a custom title
                            • Aug 2001
                            • 13723

                            #14
                            www.ip-sorter.com rocks

                            Andre
                            Questions?

                            ICQ: 125184542

                            Comment

                            • buran
                              Confirmed User
                              • Mar 2002
                              • 264

                              #15
                              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
                              [this signature intentionally left blank]

                              Comment

                              Working...