Where do I get this template/script??

Joined
Aug 14, 2008
Messages
763
Reaction score
218
Sites like these have gotten quite popular recently:
http://momsdietswork.com
You can see that the city the person is in will always be a city near you. That adds to the whole believability effect, so I wanted to know how can I make a script like this?

Thanks
 
Last edited:
heres the code shes using to use that. it just basicly pulls your ip

Code:
<script src="http://j.maxmind.com/app/geoip.js"></script><script type="text/javascript"><!--
document.write(geoip_city());
// --></script>, <script type="text/javascript"><!--
document.write(geoip_region());
// --></script>
 
Ok, one more thing. How do I make it so whenever someone clicks "add comment", he gets an error message saying "Comments disabled due to spam" or something of that sort.
 
Back
Top