[ASK] any code that I can use on html site that shows user location?

makingfastcash22

Senior Member
Joined
Feb 15, 2009
Messages
1,159
Reaction score
180
I am looking for a way to have a message that says where the user is coming from, Like Welcome Houston Visitor.

I know there is a way to do it, but I lost the theme that had the code in it.

Any ideas?
 
Thats a really good question, now you have me wondering the same thing
 
I say it in a wordpress theme a long time ago called the instigator theme..

So when people came to the site it always said something about the city they were in.

I will do some more digging.. If I find it I will post it. :)
 
Hey makingfastcas22,

Sure! I know a decent snippet of code that'll work for you.

Try this out where you want it to show the city & state of their IP address:

Code:
<script src="http://promos.fling.com/geo/txt/location.php"></script>

See if that works for ya!
 
Back
Top