View Single Post
Old 10-07-2007, 07:23 AM  
spacedog
Yes that IS me. Bitch.
 
Industry Role:
Join Date: Nov 2001
Posts: 14,149
Do you want to redirect Zango infected traffic?

Just posting code for those who want to use it.

By placing this code in your .htaccess, users with zango installed will be detected & redirected to a page of your choice.

On that page you should include instructions to that user explaining to them why they're on that page & how to remove zango. You can also use google adwords or any other ad system, or even sell anti spyware, or no ads at all.. your call..

According to my own stats, zango infected users account for a very minimal amount of visitors..

From somewhere around 740K unique visitors over the last month & half to my entire domain portfolio, 616 users were detected.. 11 of those users clicked a google ad making $2.23


anyway, here is the code.. change the url to your domain

Code:
RewriteEngine On 
RewriteCond %{HTTP_USER_AGENT} zango [NC]
RewriteCond %{HTTP_USER_AGENT} ^.*ZangoToolbar.*$ [NC]
RewriteCond %{HTTP_USER_AGENT} ^.*Seekmo.*$ [NC]
RewriteCond %{HTTP_USER_AGENT} ^.*hbtools.*$ [NC]
RewriteCond %{HTTP_USER_AGENT} ^.*hotbar.*$ [NC]
RewriteRule ^$ http://www.yourdomain.com/zango.htm [R]

btw, anyone got zango user agents I may be missing?

Last edited by spacedog; 10-07-2007 at 07:24 AM..
spacedog is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote