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)
-   -   simple geo targetting text link script? (https://gfy.com/showthread.php?t=1050230)

Spudman 12-17-2011 08:14 AM

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

borked 12-17-2011 09:06 AM

Code:

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


Spudman 12-17-2011 10:53 AM

Quote:

Originally Posted by borked (Post 18636523)
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 :thumbsup

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

borked 12-17-2011 03:03 PM

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>


fris 12-18-2011 09:59 AM

was gonna say use geoplugin ;)


All times are GMT -7. The time now is 06:08 AM.

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