IP to Country Database UPDATED!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    IP to Country Database UPDATED!

    Updated: Database is Over 99.5% Country's Listed.

    just unzip and import to server (phpmyadmin normally)

    If you decide to update it (if you can find anymore that i aint listed) please upload here and SHARE :D

    Will soon upload my ip to county including city's, timezones, zip codes, States, Latitude, Longitude, flags etc.. once its 99.5% finished
    Attached Files

    #2
    Pls add ISP to the database

    Free Mobile Web Scripts by me: Free Youtube Downloader, Tweets Reader, Facebook Wall Posts Reader
    PHP Tutorials: How to Secure Your PHP Script (PHP SECURITY)
    Want to Develop/Edit your WAP/Web Site? Add me to Gtalk (gmail) 'lakshan1989' or PM me.

    Comment


      #3
      nice share.... thank u

      Comment


        #4
        WOW my notepad ++ explodes when open this :D

        BTW good share

        Comment


          #5
          why you dont use APIs ??
          IP Address Geolocation to Identify Website Visitor's Geographical Location
          WIPmania - WorldIP free geolocation database, service and tools - main page
          Free Real-Time Visitor IP Geo Location API | IPLocationTools.com
          etc etc
          Unamos los corazones,hoy todos somos multicolores!

          Comment


            #6
            the best and the easiest thing is to install mod_geoip at your server.
            Advertise your mobile site for FREE with AdTwirl

            Comment


              #7
              thankz friend....

              Comment


                #8
                thanks.

                i do not whats wrong in downloading any script or this script u given.

                i am not able to download any files from here from some days ago.

                keep showing me error "the archieve is either unknown format or damaged"

                i tried from cyber also and it not working at home and in cyber.
                sigpic

                WANT GOOD CHEAP HOSTING WITH 99% UPTIME? THEN PM ME FOR DETAILS!!

                Comment


                  #9
                  Originally posted by GumSlone View Post
                  the best and the easiest thing is to install mod_geoip at your server.
                  How can that be done?

                  Comment


                    #10
                    Originally posted by youngbobby View Post
                    How can that be done?
                    Code:
                    yum install mod_geoip
                    
                    You will then find the GeoIP database (GeoIP.dat) in the /usr/share/GeoIP directory. As the geographic allocation of IP addresses can change over time, it's a good idea to download the newest GeoIP.dat now:
                    
                    cd /usr/share/GeoIP/
                    mv GeoIP.dat GeoIP.dat_orig
                    wget http://www.maxmind.com/download/geoip/database/GeoIP.dat.gz
                    gunzip GeoIP.dat.gz
                    
                    Next we restart Apache:
                    
                    /etc/init.d/httpd restart
                    
                    That's it already!
                    
                     
                    3 A Short Test
                    
                    To see if mod_geoip is working correctly, we can create a small PHP file in one of our web spaces (e.g. /var/www/html):
                    
                    vi /var/www/html/geoiptest.php<?php
                    print_r($_SERVER);
                    ?>
                    Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
                    Visit: WapMasterz Coming Back Soon!
                    _______
                    SCRIPTS FOR SALE BY SUBZERO
                    Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
                    FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
                    _______
                    Info & Tips
                    php.net
                    w3schools.com

                    Comment


                      #11
                      Originally posted by subzero View Post
                      Code:
                      yum install mod_geoip
                      
                      You will then find the GeoIP database (GeoIP.dat) in the /usr/share/GeoIP directory. As the geographic allocation of IP addresses can change over time, it's a good idea to download the newest GeoIP.dat now:
                      
                      cd /usr/share/GeoIP/
                      mv GeoIP.dat GeoIP.dat_orig
                      wget http://www.maxmind.com/download/geoip/database/GeoIP.dat.gz
                      gunzip GeoIP.dat.gz
                      
                      Next we restart Apache:
                      
                      /etc/init.d/httpd restart
                      
                      That's it already!
                      
                       
                      3 A Short Test
                      
                      To see if mod_geoip is working correctly, we can create a small PHP file in one of our web spaces (e.g. /var/www/html):
                      
                      vi /var/www/html/geoiptest.php<?php
                      print_r($_SERVER);
                      ?>
                      Thanks sub but lol, i'm not too tight with that yet. I wish you can gimme a base tip like where to start.

                      Thanks again

                      Comment


                        #12
                        i try to download this attachment 10 times..but always error.

                        Comment

                        Working...
                        X