PHP include based on viewer country? Monthly service? Isthere an alternative?

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default PHP include based on viewer country? Monthly service? Isthere an alternative?

    Hi All - looking for opinions. I need to have some pages on my site come up
    with an 'advert' based on the viewers country. I know there are services out
    there that provide a database system that look up an IP for a monthly fee.
    Anyone use them? Any one in particular? Is there another system out there?
    Help! Thanks!

    Ansel_Tk1 Guest

  2. Similar Questions and Discussions

    1. Need to include flash based screen
      Hi all, I have started learning coldfusion concepts recetly. I am creating a web page which takes 2mins approximately to load. I want to include...
    2. Alternative to Server Side Include?
      Is there any alternative way to put one file on a server and have it update itself to everypage like SSI does? I am looking for a modern way? Is...
    3. Create Report Based on Monthly Intervals
      I hope one of you SQL Guru's can assist me on this one. I want to create a report in my ASP app (SQL 2000 backend). This report will show the...
    4. Module for Country/Country Codes Lists
      Hi! My name is Shlomi Fish and I am a co-developer of the WWW::Form module: http://search.cpan.org/~bschmau/WWW-Form-1.13/ Benjamin Schmaus...
    5. Include Files Dynamically Based On User Selection !
      http://www.aspfaq.com/2042 "Lovely Angel For You" <lovely_angel_for_you@yahoo.com> wrote in message...
  3. #2

    Default Re: PHP include based on viewer country? Monthly service? Is there an alternative?

    I've used the MaxMind web services before, very simple to setup and use:

    [url]http://www.maxmind.com/app/web_services[/url]

    For just the country, $20 for 200,000 queries isn't bad, at least you're not
    tied to a monthly fee. I setup a local database and stored all of my web
    service lookups locally, so that repeat IP address wouldn't cost me a repeat
    lookup.

    There's all kinds of other services out there...

    [url]http://www.google.com/search?hl=en&lr=&c2coff=1&q=ip+country+lookup[/url]

    Joseph

    "Ansel_Tk1" <webforumsuser@macromedia.com> wrote in message
    news:d02svf$scr$1@forums.macromedia.com...
    > Hi All - looking for opinions. I need to have some pages on my site come
    > up
    > with an 'advert' based on the viewers country. I know there are services
    > out
    > there that provide a database system that look up an IP for a monthly fee.
    > Anyone use them? Any one in particular? Is there another system out there?
    > Help! Thanks!
    >

    Joseph Szobody Guest

  4. #3

    Default Re: PHP include based on viewer country? Monthly service? Is there an alternative?

    .oO(Ansel_Tk1)
    >Hi All - looking for opinions. I need to have some pages on my site come up
    >with an 'advert' based on the viewers country. I know there are services out
    >there that provide a database system that look up an IP for a monthly fee.
    >Anyone use them? Any one in particular? Is there another system out there?
    What does the country an IP address/range might belong to tell you about
    the country of the viewer? They don't have to be the same necessarily.

    Micha
    Michael Fesser Guest

  5. #4

    Default Re: PHP include based on viewer country? Monthly service? Is there an alternative?


    I think the extension is called GeoIP and you can get it on phpclasses.org

    On Wed, 02 Mar 2005 19:12:49 +0100, Michael Fesser <netizen@gmx.net> wrote:
    > .oO(Ansel_Tk1)
    >
    >> Hi All - looking for opinions. I need to have some pages on my site
    >> come up
    >> with an 'advert' based on the viewers country. I know there are
    >> services out
    >> there that provide a database system that look up an IP for a monthly
    >> fee.
    >> Anyone use them? Any one in particular? Is there another system out
    >> there?
    >
    > What does the country an IP address/range might belong to tell you about
    > the country of the viewer? They don't have to be the same necessarily.
    >
    > Micha


    --
    Alexandro Colorado
    ------------------------------
    Support Engineer
    InterAKT Online
    [url]http://www.interaktonline.com[/url]
    Tel: 40(21) 312.5312
    Alexandro Colorado Guest

  6. #5

    Default Re: PHP include based on viewer country? Monthly service? Is there an alternative?

    You can find several packages in this website.

    [url]http://www.ip2location.com[/url]

    mkwong8888@hotmail.com Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139