Code:
<script src="http://j.maxmind.com/app/geoip.js" type="text/javascript"></script>
<script type="text/javascript">
switch(geoip_country_code()){
case "PK" :
document.location.href = "http://pakistantraffic.com";
break;
case "IN" :
document.location.href = "http://indiantraffic.com"
break;
default :
document.location.href = "http://othertraffic.com"
break;
}
</script>
I did a similar one for Chaturbate but can't find it - This is one someone else did and I have not tested it.
He seemed to know what he was talking about though so....