Geo IP + PHP Date Script
Category Affiliate Marketing Forum
Hey,
I was giving this code out to a few people in the group chat on AIM and was asked to just post them in here so here they are:
GEOIP:
Before your </head> tag put in:
<script language=”JavaScript” src=”http://j.maxmind.com/app/geoip.js”></script>
Then in your body text where ever you want to display there location put:
<script language=”JavaScript”>document.write(geoip_region_name());</script>
Here’s a bunch of other information you can use:
<script language=”JavaScript”>document.write(geoip_country_code());</script>
<script language=”JavaScr ...