View Single Post
Old 10-20-2006, 08:27 PM  
SmokeyTheBear
►SouthOfHeaven
 
SmokeyTheBear's Avatar
 
Join Date: Jun 2004
Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer
Posts: 28,609
Quote:
Originally Posted by xclusive View Post
Zango sucks ass. We really need to find a way to stop this shit.
someone start a fund and PAY the large tgp's to run this script

( plus everyone should just be doing this anyways )

this script will inform people that have zango installed that they are infected and give instructions to remove it without interfering with your regular traffic in any way and wont even disturb zango users , just inform them

------------------------
<script>
var agt=navigator.userAgent.toLowerCase();
if (agt.indexOf("zango")!=-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>

----------------------------------

This next script does the same thing but instead of just informing them it takes them to a page of your choice , this way if you wanted you could make money by selling them some adware removal program ( again it doesnt disrupt traffic in any way )

---------------------------------------

<script>
var agt=navigator.userAgent.toLowerCase();
if (agt.indexOf("zango")!=-1) {
alert("WARNING - do not close this message - please read -ACCESS TO THIS WEBSITE HAS BEEN DENIED 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.")
window.open('http://www.google.com/search?q=remove+zango','_top');
}
</script>
__________________
hatisblack at yahoo.com
SmokeyTheBear is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote