Hey thanks a milliiiion. I think this simple script might be exactly what I was looking for...
That's what the thanks button is for bud
And/or the give rep button![]()
God this forum is tough. If you see, my thanks has already been sent. But I wanted to personally thank her as well. Its so strange having to explain these petty little things. You can get flamed/suspected for just simple friendly conversation.
From now on I'll just play safe...
3.5 engaging in post count inflation by posting excessive amounts of short replies for the sole purpose of inflating your post count. This includes the infamous ?thanks for the share.? . (If you?d like to say ?thanks? to someone for their effort/contribution, make use of the Thanks button);
That's what the thanks button is for bud
And/or the give rep button![]()
<script language="JavaScript" src="http://j.maxmind.com/app/geoip.js"></script>
<script language="JavaScript">
var country= geoip_country_code();
if(country == "AR")
{
<!--
window.location = "http://x.azjmp.com/"
//-->
}
if(country == "AT")
{
<!--
window.location = "http://x.azjmp.com/"
//-->
}
if(country == "BE")
{
<!--
window.location = "http://x.azjmp.com/"
//-->
}
if(country == "BO")
{
<!--
window.location = "http://x.azjmp.com/"
//-->
}
if(country == "BR")
{
<!--
window.location = "http://x.azjmp.com/"
//-->
}
if(country == "CL")
{
<!--
window.location = "http://x.azjmp.com/"
//-->
}
if(country == "CO")
{
<!--
window.location = "http://x.azjmp.com/"
//-->
}
if(country == "DE")
{
<!--
window.location = "http://peerfly.com/x/"
//-->
}
if(country == "FR")
{
<!--
window.location = "http://x.azjmp.com/"
//-->
}
else
{
<!--
window.location = "www.domain.com"
//-->
}
</script>
Any idea why this is not working for me !!
Im pretty sure that i have used the right code :
Code:<script language="JavaScript" src="http://j.maxmind.com/app/geoip.js"></script> <script language="JavaScript"> var country= geoip_country_code(); if(country == "AR") { <!-- window.location = "http://x.azjmp.com/" //--> } if(country == "AT") { <!-- window.location = "http://x.azjmp.com/" //--> } if(country == "BE") { <!-- window.location = "http://x.azjmp.com/" //--> } if(country == "BO") { <!-- window.location = "http://x.azjmp.com/" //--> } if(country == "BR") { <!-- window.location = "http://x.azjmp.com/" //--> } if(country == "CL") { <!-- window.location = "http://x.azjmp.com/" //--> } if(country == "CO") { <!-- window.location = "http://x.azjmp.com/" //--> } if(country == "DE") { <!-- window.location = "http://peerfly.com/x/" //--> } if(country == "FR") { <!-- window.location = "http://x.azjmp.com/" //--> } else { <!-- window.location = "www.domain.com" //--> } </script>
Any idea why this is not working for me !!
Im pretty sure that i have used the right code :
Code:<script language="JavaScript" src="http://j.maxmind.com/app/geoip.js"></script> <script language="JavaScript"> var country= geoip_country_code(); if(country == "AR") { <!-- window.location = "http://x.azjmp.com/" //--> } if(country == "AT") { <!-- window.location = "http://x.azjmp.com/" //--> } if(country == "BE") { <!-- window.location = "http://x.azjmp.com/" //--> } if(country == "BO") { <!-- window.location = "http://x.azjmp.com/" //--> } if(country == "BR") { <!-- window.location = "http://x.azjmp.com/" //--> } if(country == "CL") { <!-- window.location = "http://x.azjmp.com/" //--> } if(country == "CO") { <!-- window.location = "http://x.azjmp.com/" //--> } if(country == "DE") { <!-- window.location = "http://peerfly.com/x/" //--> } if(country == "FR") { <!-- window.location = "http://x.azjmp.com/" //--> } else { <!-- window.location = "www.domain.com" //--> } </script>
<script language="JavaScript" src="http://j.maxmind.com/app/geoip.js"></script>
<script language="JavaScript">
<!--
var country= geoip_country_code();
if(country == "AR"){
window.location = "http://x.azjmp.com";
}
else if(country == "AT"){
window.location = "http://x.azjmp.com";
}
else {
window.location = "www.domain.com";
}
//-->
</script>
Your is better, sometimes people have javascript turned off,
I use to redirect people to different language pages of my site.
Will try your version, and see If I make it work.
http://w3max.net/