![]() |
Just so everyone knows, Jim will be working on a better mousetrap in the coming weeks.
We're on their radar - and it sorta sucks because as soon as Jim comes up with a new idea, it's kinda hard to hide it from them while posting it here on the board so that people can know aobut it :D But last I heard, new measures were in the works & programmers were being contacted |thumb |
Quote:
If you use the Zango trap in .htacces you will have zango pop up's all over. Remove it ASP. They won. Not a word about that here! Fighting Zango is dangerous. They have support everywhere. I got banned at GFY for fighting AFF-Zango. At our forum at sexyads, ( webmasters only with login ) Aff-Zango is popping up after we started a thread fighting Zango. |
Very nice info..thanks
|
A PHP/htaccess Zango solution
I added this to my pages today:
zango_detect.php - PHP file Code:
if ( stristr ( $_SERVER['HTTP_USER_AGENT'], "zango" ) ): Code:
php_value auto_append_file "/path/to/zango_detect.php" This won't work if a the loaded PHP script (http://site.com/page.php) has executed one of those: Code:
exit; You could auto_prepend_file the script, but it will crash if you have a header("anything") or setcookie() - i.e. if you modify the HTTP headers. It's a lame ass solution, but it has a close button on it, it works on almost every page without modification, it's save script/HTML wise and it still allows your surfers to see your content. That way poor surfers who have no idea wtf is going on won't be redirected, even tho nobody's using Zango to advertise on your pages. |
A quick demo
If you have Zango installed or if you can modify your browser to send a user agent name that has the word "zango" in it (case insensitive), you should see a red warning here:
http://www.nudemenblog.com/blog/ |
All times are GMT -4. The time now is 04:00 AM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc