View Single Post
Old 11-18-2005, 04:53 PM  
AmateurFlix
Confirmed User
 
Industry Role:
Join Date: Jul 2004
Posts: 7,760
Simple way to get chinese traffic off your tgp

I found a quick & easy method of getting chinese traffic out of my tgp network that is free & easy to implement.

It only redirects users who have their browsers set to chinese language, so it's not 100% effective but it should catch the majority of them.

Place the following code in your html before the </head>

<SCRIPT LANGUAGE="JavaScript">
if (navigator.appName hahahaha 'Netscape')
var language = navigator.language;
else
var language = navigator.browserLanguage;

if (language.indexOf('zh') > -1 || language.indexOf('zh-cn') > -1 || language.indexOf('zh-hk') > -1 || language.indexOf('zh-mo') > -1 || language.indexOf('zh-tw') > -1 || language.indexOf('zh-sg') > -1)
document.location.href = 'http://www.yoursiteurl.com/chinesepage.htm';
</script>

Change the url to whatever page you want to send them to.
Also change the "hahahaha" in line two to a double equal sign, no space in between. I guess the board script doesn't display that normally.

I've used Jade Bucks as a sponsor on my site since they have language appropriate sites & billing that works for that region.

This will redirect the chinese traffic off of your tgp so that your trade script will not count clicks (since there will be none) from the chinese traffic. So sites sending you lots of this traffic will be penalized by your trade script, which will in turn build better trades with sites that are sending you better quality traffic.

I wouldn't be surprised if people building their sites up with chinese traffic try to flame this thread, however keep in mind that as far as your income is concerned, chinese traffic is indistinguishable from hitbot traffic. They both only cost you money and offer you nothing in return (unless you use Jade Bucks )
__________________
AmateurFlix is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote