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?