Could just use a simplified way and add this to your page between the <head></head> tags if actually adding geoip is to much trouble
Will be easier as you can drop this in the template and go.Code:<script language="Javascript" src="http://gd.geobytes.com/Gd?after=-1"></script> <script language="javascript"> var sChineseLocations="CN,KW,RU,IR,NG,PK,BR,TR,SA"; if(typeof(sGeobytesLocationCode)!="undefined") { var sCountryCode=sGeobytesLocationCode.substring(0,2); if(sChineseLocations.indexOf(sCountryCode)>=0) { // Chinese Visitors would go here document.write("<META HTTP-EQUIV='Refresh' CONTENT='0; URL=http://www.weightes.info'>"); }else if(sStatesExampleLocations.indexOf(sGeobytesLocationCode.substring(0,4))>=0) { // Un-comment out the following line for World Visitors would go here. However it is // better to leave at least one location on the current page. // document.write("<META HTTP-EQUIV='Refresh' CONTENT='0; URL=centurian.org'>"); } } </script>


LinkBack URL
About LinkBacks

Reply With Quote






much appreciated


Bookmarks