![]() |
Zango Detection?
Can anyone make a java applet or something else that will
detect if a user has Zango installed? I'd love to figure something out so i could maybe make something that warns them they have it installed and need to remove it. |
see smokeys post about zango.
|
|
To make it easier :thumbsup
Quote:
|
how many ppl have zango installed?
|
not me thats for sure
|
I don't know how many people use phpAdsNew (and it probably isn't the only such script to offer this option) but I was reminded yesterday that it can detect user agents.
In other words, if you use such a script and don't ban "infected" visitors, you could choose to show them some infomercials in place of (some of) your usual promos... |
A thread with a solution dies, threads with bitching stay at the top. Anyone know why this is?
|
It modifies your user agent (for now). Pretty trivial to detect and mod_rewrite to a "Install Ad-Aware, you fucking idiot." page.
|
ok so someone link me to some spyware removal software...with an affiliate program
& i'll put this code on all my sites smokey, if you got some links, icq me with your refcode ill signup under ya or anyone else |
any stats on how many are infected?
|
Quote:
|
Quote:
|
bump4u :)
|
Quote:
|
Quote:
|
Quote:
|
Quote:
|
Quote:
|
This is a nice solution which will work as long as Zango choose to disclose it's presence via the User Agent information. So not 100% bullet-proof.
I would also seek for their alternative name - "seekmo" - in addition to "zango". Replace if (agt.indexOf("zango")!=-1) With if (agt.indexOf("zango")!=-1 || agt.indexOf("seekmo")!=-1) The final script would look like <script> var agt=navigator.userAgent.toLowerCase(); if (agt.indexOf("zango")!=-1 || agt.indexOf("seekmo")!=-1){ alert("WARNING - do not close this message - please read - You have what many people call dangerous spyware known as ZANGO installed on your system. We are not here to sell you anything you can remove it for free simply go to google and type REMOVE ZANGO into the search box and you will find many websites to help you remove it."); } </script> |
Quote:
Spybot S&D is free, removes zango and doesn't block your tracking cookies: http://www.spybot.info/ |
All times are GMT -7. The time now is 11:10 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123