simple geo targetting text link script?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Spudman
    Confirmed User
    • Aug 2002
    • 3198

    #1

    simple geo targetting text link script?

    Hey,

    does anyone know of a script that will show a simple text of the nearest city of a surfer?
    I saw one here recently but can't find it via search.

    thanks
    Take it Easy !!!
  • borked
    Totally Borked
    • Feb 2005
    • 6284

    #2
    Code:
      <script language="JavaScript" src="http://www.geoplugin.net/javascript.gp" type="text/javascript">
    	document.write("Welcome from "+geoplugin_city()+", "+geoplugin_countryName()); 
      </script>

    For coding work - hit me up on andy // borkedcoder // com
    (consider figuring out the email as test #1)



    All models are wrong, but some are useful. George E.P. Box. p202

    Comment

    • Spudman
      Confirmed User
      • Aug 2002
      • 3198

      #3
      Originally posted by borked
      Code:
        <script language="JavaScript" src="http://www.geoplugin.net/javascript.gp" type="text/javascript">
      	document.write("Welcome from "+geoplugin_city()+", "+geoplugin_countryName()); 
        </script>
      thanks dude

      can't get it to work. it doesn't print the location, there is just blank where i put the code. any trick to it?

      thanks
      Take it Easy !!!

      Comment

      • borked
        Totally Borked
        • Feb 2005
        • 6284

        #4
        Sorry, split up the script src and the script:

        Code:
        <script src="http://www.geoplugin.net/javascript.gp" type="text/javascript"></script>
        <script type="text/javascript">document.write("Welcome from "+geoplugin_city()+", "+geoplugin_countryName()); </script>

        For coding work - hit me up on andy // borkedcoder // com
        (consider figuring out the email as test #1)



        All models are wrong, but some are useful. George E.P. Box. p202

        Comment

        • fris
          Too lazy to set a custom title
          • Aug 2002
          • 55679

          #5
          was gonna say use geoplugin ;)
          Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

          Comment

          Working...