My solution to Zango. Everyone should do this

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • darksoul
    Confirmed User
    • Apr 2002
    • 4997

    #1

    My solution to Zango. Everyone should do this

    I've parsed my server logs and altho it accounts for 1% of the traffic I still believe its something that should be prevented as soon as possible.
    Among the solutions proposed here I think another one is to inform the user.

    Preview Here

    If you want to inform your surfers you can create a landing page like that or use mine and add the following .htaccess code to your sites:

    Code:
    RewriteEngine On
    RewriteCond %{HTTP_USER_AGENT} ^.*ZangoToolbar.*$ [NC]
    RewriteCond %{HTTP_REFERER} !^http://www.dark5.com.*$ [NC]
    RewriteCond %{HTTP_REFERER} !^http://www.yourdomain.com.*$ [NC]
    RewriteRule .* http://www.dark5.com/warnings/zango.php?ref=www.yourdomain.com [R,L]

    I've added it to a couple of my sites and will add it to all.
    If all big traffic sites would use something like this we could accomplish something.
    Last edited by darksoul; 10-17-2006, 04:38 AM.
    1337 5y54|)m1n: 157717888
    BM-2cUBw4B2fgiYAfjkE7JvWaJMiUXD96n9tN
    Cambooth
  • IncaD
    Confirmed User
    • Jan 2006
    • 3524

    #2
    nice idea, but that page reads like those annoying anti-spyware popups. the text and layout will have to be done in a way that surfers actually stop and read it.

    Comment

    • Trax
      [----------------------]
      • Aug 2001
      • 14486

      #3
      I like that a lot
      i was wondering if there was a way to do that

      Comment

      • darksoul
        Confirmed User
        • Apr 2002
        • 4997

        #4
        Originally posted by IncaD
        nice idea, but that page reads like those annoying anti-spyware popups.
        It is an anti-spyware popup

        the text and layout will have to be done in a way that surfers actually stop and read it.
        Ofcourse it can be better.
        1337 5y54|)m1n: 157717888
        BM-2cUBw4B2fgiYAfjkE7JvWaJMiUXD96n9tN
        Cambooth

        Comment

        • Damian_Maxcash
          So Fucking Banned
          • Oct 2002
          • 12745

          #5
          Originally posted by IncaD
          nice idea, but that page reads like those annoying anti-spyware popups. the text and layout will have to be done in a way that surfers actually stop and read it.

          I think its more the .htaccess and general idea that he is trying to get across - not his public relation skills

          Glad to see that someone else thinks its time to do something, rather than just bitch about it.

          Comment

          • marketsmart
            HOMICIDAL TROLL KILLER
            • Dec 2004
            • 20419

            #6
            its a good idea!

            Comment

            • Tuga
              Confirmed User
              • Nov 2002
              • 7678

              #7
              Looks promising.

              Go Fuck Yourself!
              ICQ 101411627

              Comment

              • jayeff
                Confirmed User
                • May 2001
                • 2944

                #8
                To make it less aggravating for your visitors and to make it seem less like you are hijacking them yourself, you could simply direct those with Zango's toolbar (or any like it) to an alternate main page.

                Since these visitors are likely to be hijacked anyway, it would not be any great real loss to use (some of) your usual promo space on such pages to warn against scumware and provide links to sites (or set up your own page) offering info on how to remove it.

                Comment

                • Jace
                  FBOP Class Of 2013
                  • Jan 2004
                  • 35562

                  #9
                  there is a thread on another forum about the new way google is presenting a warning page before people enter a site....someone who was getting hundreds of thousands of hits a day was down something like 50% of his traffic because of that extra step to get into his site

                  give a surfer any extra steps, and they won't bother

                  Comment

                  • darksoul
                    Confirmed User
                    • Apr 2002
                    • 4997

                    #10
                    Originally posted by jayeff
                    To make it less aggravating for your visitors and to make it seem less like you are hijacking them yourself, you could simply direct those with Zango's toolbar (or any like it) to an alternate main page.

                    Since these visitors are likely to be hijacked anyway, it would not be any great real loss to use (some of) your usual promo space on such pages to warn against scumware and provide links to sites (or set up your own page) offering info on how to remove it.
                    I can easily script a zero size image which when seen by an infected user it would show a banner linking to a page with info, thing is
                    how many webmasters are going to use such a thing ?
                    1337 5y54|)m1n: 157717888
                    BM-2cUBw4B2fgiYAfjkE7JvWaJMiUXD96n9tN
                    Cambooth

                    Comment

                    • darksoul
                      Confirmed User
                      • Apr 2002
                      • 4997

                      #11
                      Originally posted by Jace
                      there is a thread on another forum about the new way google is presenting a warning page before people enter a site....someone who was getting hundreds of thousands of hits a day was down something like 50% of his traffic because of that extra step to get into his site

                      give a surfer any extra steps, and they won't bother

                      right, but in this case the user is certainly infected and your chance of
                      making a sale is close to zero. So no real loss.
                      1337 5y54|)m1n: 157717888
                      BM-2cUBw4B2fgiYAfjkE7JvWaJMiUXD96n9tN
                      Cambooth

                      Comment

                      • Russian
                        Confirmed User
                        • Dec 2003
                        • 430

                        #12
                        Originally posted by darksoul
                        I've parsed my server logs and altho it accounts for 1% of the traffic I still believe its something that should be prevented as soon as possible.
                        Among the solutions proposed here I think another one is to inform the user.

                        Preview Here

                        If you want to inform your surfers you can create a landing page like that or use mine and add the following .htaccess code to your sites:

                        Code:
                        RewriteEngine On
                        RewriteCond %{HTTP_USER_AGENT} ^.*ZangoToolbar.*$ [NC]
                        RewriteCond %{HTTP_REFERER} !^http://www.dark5.com.*$ [NC]
                        RewriteCond %{HTTP_REFERER} !^http://www.yourdomain.com.*$ [NC]
                        RewriteRule .* http://www.dark5.com/warnings/zango.php?ref=www.yourdomain.com [R,L]

                        I've added it to a couple of my sites and will add it to all.
                        If all big traffic sites would use something like this we could accomplish something.

                        If you run a TGP this thing will just kill it. So it's not a way out.
                        C lick my sig

                        Comment

                        • darksoul
                          Confirmed User
                          • Apr 2002
                          • 4997

                          #13
                          Originally posted by Russian
                          If you run a TGP this thing will just kill it. So it's not a way out.
                          so you're saying that it doesn't matter what kind of traffic you have
                          as long as its a lot of it.
                          This is why this industry is shit.
                          1337 5y54|)m1n: 157717888
                          BM-2cUBw4B2fgiYAfjkE7JvWaJMiUXD96n9tN
                          Cambooth

                          Comment

                          • darksoul
                            Confirmed User
                            • Apr 2002
                            • 4997

                            #14
                            Originally posted by Russian
                            If you run a TGP this thing will just kill it. So it's not a way out.
                            mind you, tgps are probably the core reason of this mess because they jerk surfers around sending them to all kind of installers.
                            1337 5y54|)m1n: 157717888
                            BM-2cUBw4B2fgiYAfjkE7JvWaJMiUXD96n9tN
                            Cambooth

                            Comment

                            • 12clicks
                              Too lazy to set a custom title
                              • Jan 2001
                              • 19814

                              #15
                              surfers don't care.
                              I'm not a dinosaur, I'm a crocodile. I've seen dinosaurs come and go and I'm left unimpressed.

                              Comment

                              • Jace
                                FBOP Class Of 2013
                                • Jan 2004
                                • 35562

                                #16
                                Originally posted by darksoul
                                mind you, tgps are probably the core reason of this mess because they jerk surfers around sending them to all kind of installers.
                                tgp's are the root of a lot of evil in the online porn industry

                                Comment

                                • Jace
                                  FBOP Class Of 2013
                                  • Jan 2004
                                  • 35562

                                  #17
                                  Originally posted by 12clicks
                                  surfers don't care.
                                  12clicks speaks the truth

                                  Comment

                                  • darksoul
                                    Confirmed User
                                    • Apr 2002
                                    • 4997

                                    #18
                                    Originally posted by 12clicks
                                    surfers don't care.
                                    possible.
                                    But I think first of all they're not informed enough to care.
                                    1337 5y54|)m1n: 157717888
                                    BM-2cUBw4B2fgiYAfjkE7JvWaJMiUXD96n9tN
                                    Cambooth

                                    Comment

                                    • StarkReality
                                      Confirmed User
                                      • May 2004
                                      • 4444

                                      #19
                                      Well, instead of the warning page, you could just create a second version of your mainpage, let's call it youareinfected.html and change the rewrite rule accordingly. On top of this page, you place a Zango warning, below it the html from your mainpage.

                                      Lazy visitors will just click your thumbs/trades/etc as normal, referrer for the trades on other sites will be your domain as usual. So, no visitors are lost and you show a warning.

                                      Comment

                                      • Damian_Maxcash
                                        So Fucking Banned
                                        • Oct 2002
                                        • 12745

                                        #20
                                        Originally posted by 12clicks
                                        surfers don't care.
                                        Thats right - if we do our job right they just go in the direction we point them.

                                        and hope there are no distractions on the way.

                                        The best learning experiance I had was sitting my step father in front of a computer and telling him to find some porn.....

                                        Comment

                                        • darksoul
                                          Confirmed User
                                          • Apr 2002
                                          • 4997

                                          #21
                                          Originally posted by StarkReality
                                          Well, instead of the warning page, you could just create a second version of your mainpage, let's call it youareinfected.html and change the rewrite rule accordingly. On top of this page, you place a Zango warning, below it the html from your mainpage.

                                          Lazy visitors will just click your thumbs/trades/etc as normal, referrer for the trades on other sites will be your domain as usual. So, no visitors are lost and you show a warning.
                                          You don't even need that you can use javascript to detect Zango
                                          and if its infected you just add an extra link on your main page.
                                          1337 5y54|)m1n: 157717888
                                          BM-2cUBw4B2fgiYAfjkE7JvWaJMiUXD96n9tN
                                          Cambooth

                                          Comment

                                          • Russian
                                            Confirmed User
                                            • Dec 2003
                                            • 430

                                            #22
                                            Originally posted by darksoul
                                            mind you, tgps are probably the core reason of this mess because they jerk surfers around sending them to all kind of installers.
                                            Huh? Man, my tgp sends first click to galleries and it's totally clean site and since Zango has added my main sponsor to it's fucking toolbar or something I have only seen one sign-up and have my traffic counted by the sponsor decreased to as low as 20-30 clicks per day.
                                            Should I then actually redirect a given surfer somewhere? Fuck no as this will mean I will totally kill my site.
                                            Should I change a sponsor? Well, no guaratee a new one will convert as well as no guarantee my site won't die because of low prod.
                                            C lick my sig

                                            Comment

                                            • darksoul
                                              Confirmed User
                                              • Apr 2002
                                              • 4997

                                              #23
                                              Originally posted by Russian
                                              Huh? Man, my tgp sends first click to galleries and it's totally clean site and since Zango has added my main sponsor to it's fucking toolbar or something I have only seen one sign-up and have my traffic counted by the sponsor decreased to as low as 20-30 clicks per day.
                                              Should I then actually redirect a given surfer somewhere? Fuck no as this will mean I will totally kill my site.
                                              Should I change a sponsor? Well, no guaratee a new one will convert as well as no guarantee my site won't die because of low prod.
                                              I wasn't reffering to your tgp but tgps in general.
                                              But if your surfers have Zango installed it would be better to warn them
                                              than sending them to sponsors first where you have little chances of making sales.
                                              Not necesarely a redirect, you can use a banner to point to a warning page or anything.
                                              1337 5y54|)m1n: 157717888
                                              BM-2cUBw4B2fgiYAfjkE7JvWaJMiUXD96n9tN
                                              Cambooth

                                              Comment

                                              • Doctor Dre
                                                Too lazy to set a custom title
                                                • Jan 2001
                                                • 51692

                                                #24
                                                Originally posted by Russian
                                                Huh? Man, my tgp sends first click to galleries and it's totally clean site and since Zango has added my main sponsor to it's fucking toolbar or something I have only seen one sign-up and have my traffic counted by the sponsor decreased to as low as 20-30 clicks per day.
                                                Should I then actually redirect a given surfer somewhere? Fuck no as this will mean I will totally kill my site.
                                                Should I change a sponsor? Well, no guaratee a new one will convert as well as no guarantee my site won't die because of low prod.
                                                Zango can't be the only problem there budy... it's less then a 5 % of your traffic for sure.
                                                Originally posted by rayadp05
                                                I rebooted, deleted temp files, history, cookies and everything...still cannot view the news clip. All I see is that fucking gay ass music video from "Rick Roll". Anyone else have a different link to the news clip?

                                                Comment

                                                • Dollarmansteve
                                                  Confirmed User
                                                  • May 2005
                                                  • 2849

                                                  #25
                                                  Originally posted by darksoul
                                                  I wasn't reffering to your tgp but tgps in general.
                                                  But if your surfers have Zango installed it would be better to warn them
                                                  than sending them to sponsors first where you have little chances of making sales.
                                                  Not necesarely a redirect, you can use a banner to point to a warning page or anything.
                                                  Not every sponsor program buys traffic from Zango - there is only a potential to lose sales if the traffic is sent to a sponsor that is purchasing zango traffic. So, the statement in bold is an unwarranted fear and not a good reason to use a script such as yours. Im not saying that it is a bad thing to inform the surfers - but to do it for the reason stated above is irrational.
                                                  I died.

                                                  Comment

                                                  • SmokeyTheBear
                                                    ►SouthOfHeaven
                                                    • Jun 2004
                                                    • 28609

                                                    #26
                                                    Originally posted by 12clicks
                                                    surfers don't care.
                                                    Thats why you start denying them access to your websites and they will care
                                                    hatisblack at yahoo.com

                                                    Comment

                                                    • TheSwed
                                                      Confirmed User
                                                      • Feb 2004
                                                      • 3483

                                                      #27
                                                      Originally posted by Doctor Dre
                                                      Zango can't be the only problem there budy... it's less then a 5 % of your traffic for sure.
                                                      Yes..but if you have AFF as a top banner on a tgp and a surfer click on it...the surfer are for sure lost true a popup hell

                                                      Cheap Viagra and Cialis Erectionpills

                                                      Comment

                                                      • darksoul
                                                        Confirmed User
                                                        • Apr 2002
                                                        • 4997

                                                        #28
                                                        Originally posted by Dollarmansteve
                                                        Not every sponsor program buys traffic from Zango - there is only a potential to lose sales if the traffic is sent to a sponsor that is purchasing zango traffic. So, the statement in bold is an unwarranted fear and not a good reason to use a script such as yours. Im not saying that it is a bad thing to inform the surfers - but to do it for the reason stated above is irrational.
                                                        thats wrong.
                                                        even if the respective sponsor its not buying zango traffic
                                                        anyone can take away that traffic.
                                                        1337 5y54|)m1n: 157717888
                                                        BM-2cUBw4B2fgiYAfjkE7JvWaJMiUXD96n9tN
                                                        Cambooth

                                                        Comment

                                                        • Xenophage
                                                          Registered User
                                                          • Oct 2001
                                                          • 12122

                                                          #29
                                                          Originally posted by Doctor Dre
                                                          Zango can't be the only problem there budy... it's less then a 5 % of your traffic for sure.


                                                          Actually its less than half of 1%

                                                          Comment

                                                          • u-Bob
                                                            there's no $$$ in porn
                                                            • Jul 2005
                                                            • 33063

                                                            #30
                                                            Originally posted by LegendaryLars
                                                            Actually its less than half of 1%
                                                            Your point being? Even if it's only 0.5%, it's still theft.

                                                            Comment

                                                            • darksoul
                                                              Confirmed User
                                                              • Apr 2002
                                                              • 4997

                                                              #31
                                                              Originally posted by u-Bob
                                                              Your point being? Even if it's only 0.5%, it's still theft.
                                                              it is theft
                                                              but it wasn't brought up by anyone so far and whoever says its going broke because of this is full of shit.
                                                              1337 5y54|)m1n: 157717888
                                                              BM-2cUBw4B2fgiYAfjkE7JvWaJMiUXD96n9tN
                                                              Cambooth

                                                              Comment

                                                              • Brujah
                                                                Beer Money Baron
                                                                • Jan 2001
                                                                • 22157

                                                                #32
                                                                Can you use javascript to change the focus to 'self' if it isn't already and then close all other windows on the page that might be open on detection of the Zango visitor?

                                                                Comment

                                                                • darksoul
                                                                  Confirmed User
                                                                  • Apr 2002
                                                                  • 4997

                                                                  #33
                                                                  I dont think js can close pages it didn't open itself. I might be wrong.
                                                                  1337 5y54|)m1n: 157717888
                                                                  BM-2cUBw4B2fgiYAfjkE7JvWaJMiUXD96n9tN
                                                                  Cambooth

                                                                  Comment

                                                                  • SmokeyTheBear
                                                                    ►SouthOfHeaven
                                                                    • Jun 2004
                                                                    • 28609

                                                                    #34
                                                                    p.s. i think you should change the zangotoolbar to plain zango with wildcards on both sides because i think sometimes it doesnt say zangotoolbar just zango
                                                                    hatisblack at yahoo.com

                                                                    Comment

                                                                    • darksoul
                                                                      Confirmed User
                                                                      • Apr 2002
                                                                      • 4997

                                                                      #35
                                                                      Originally posted by SmokeyTheBear
                                                                      p.s. i think you should change the zangotoolbar to plain zango with wildcards on both sides because i think sometimes it doesnt say zangotoolbar just zango
                                                                      it always uses Zangotoolbar.
                                                                      but ofcourse you knew that from few days ago
                                                                      1337 5y54|)m1n: 157717888
                                                                      BM-2cUBw4B2fgiYAfjkE7JvWaJMiUXD96n9tN
                                                                      Cambooth

                                                                      Comment

                                                                      • fetishblog
                                                                        Confirmed User
                                                                        • Sep 2005
                                                                        • 5995

                                                                        #36
                                                                        You can't spell.

                                                                        Fling.com doesn't steal your traffic and sales unlike some other dating companies. I promote them, and so should you!

                                                                        Comment

                                                                        • darksoul
                                                                          Confirmed User
                                                                          • Apr 2002
                                                                          • 4997

                                                                          #37
                                                                          Originally posted by fetishblog
                                                                          You can't spell.
                                                                          thanks for your valuable contribution
                                                                          1337 5y54|)m1n: 157717888
                                                                          BM-2cUBw4B2fgiYAfjkE7JvWaJMiUXD96n9tN
                                                                          Cambooth

                                                                          Comment

                                                                          • pornguy
                                                                            Too lazy to set a custom title
                                                                            • Mar 2003
                                                                            • 62910

                                                                            #38
                                                                            Make it look more like a 404 warning page
                                                                            PornGuy skype me pornguy_epic

                                                                            AmateurDough The Hottes Shemales online!
                                                                            TChicks.com | Angeles Cid | Mariana Cordoba | MAILERS WELCOME!

                                                                            Comment

                                                                            • pornpf69
                                                                              Too lazy to set a custom title
                                                                              • Jun 2004
                                                                              • 15782

                                                                              #39
                                                                              had anyone closed any acocnts from zango?

                                                                              Comment

                                                                              • darksoul
                                                                                Confirmed User
                                                                                • Apr 2002
                                                                                • 4997

                                                                                #40
                                                                                Originally posted by pornpf69
                                                                                had anyone closed any acocnts from zango?
                                                                                thats a bit delicate.
                                                                                If I use your refcode to buy traffic from zango, would you like your account closed ?
                                                                                1337 5y54|)m1n: 157717888
                                                                                BM-2cUBw4B2fgiYAfjkE7JvWaJMiUXD96n9tN
                                                                                Cambooth

                                                                                Comment

                                                                                • Tempest
                                                                                  Too lazy to set a custom title
                                                                                  • May 2004
                                                                                  • 10217

                                                                                  #41
                                                                                  Originally posted by Russian
                                                                                  If you run a TGP this thing will just kill it. So it's not a way out.
                                                                                  If sending maybe 1% of your traffic to a page wher ethey can click to get back is going to kill your site then you have a much bigger problem than Zango.

                                                                                  Comment

                                                                                  • Tempest
                                                                                    Too lazy to set a custom title
                                                                                    • May 2004
                                                                                    • 10217

                                                                                    #42
                                                                                    Originally posted by LegendaryLars
                                                                                    Actually its less than half of 1%
                                                                                    If it's as insignificant as you've been trying to imply then you should have no problem stopping your stealing traffic from webmasters.

                                                                                    Comment

                                                                                    • Thurbs
                                                                                      The Thrilla in Manila
                                                                                      • Sep 2004
                                                                                      • 4785

                                                                                      #43
                                                                                      to some extent surfers dont care at all ... i remember alot of my friends PC's were just full of spyware, if I wanted to check a site from friends, some of them, would say things like "just close all those popups when IE comes up, it does that" im sure I'm not the only one that has heard that kind of warning from friends.

                                                                                      Comment

                                                                                      • Splum
                                                                                        Confirmed User
                                                                                        • May 2003
                                                                                        • 6195

                                                                                        #44
                                                                                        Zango is owning this industry

                                                                                        Comment

                                                                                        • interracialtoons
                                                                                          Confirmed User
                                                                                          • May 2006
                                                                                          • 1910

                                                                                          #45
                                                                                          "Zango owning industry"...

                                                                                          But what will happen if we decide to close our sites because there just isn't enough money in it anymore. Will zango still make money?
                                                                                          Done.

                                                                                          Comment

                                                                                          • GonZo
                                                                                            Confirmed User
                                                                                            • Jul 2002
                                                                                            • 3180

                                                                                            #46
                                                                                            Originally posted by Tempest
                                                                                            If it's as insignificant as you've been trying to imply then you should have no problem stopping your stealing traffic from webmasters.
                                                                                            Didnt you read?
                                                                                            Lars has plenty of money to burn next month!
                                                                                            Assclown Bob Rice wants to BANG your credit card!
                                                                                            "I am putting the bastards of this world on notice; greed and corruption will always be met with "a voice made of ink and rage."
                                                                                            All the information above is my personal opinion.

                                                                                            Comment

                                                                                            • GrouchyAdmin
                                                                                              Now choke yourself!
                                                                                              • Apr 2006
                                                                                              • 12085

                                                                                              #47
                                                                                              How long until Zango just stops stuffing their name in the User-Agent? Two? Three releases?

                                                                                              Comment

                                                                                              • s9ann0
                                                                                                Confirmed User
                                                                                                • Sep 2001
                                                                                                • 4873

                                                                                                #48
                                                                                                thanks I am sure this will solve the problem

                                                                                                Comment

                                                                                                • 12clicks
                                                                                                  Too lazy to set a custom title
                                                                                                  • Jan 2001
                                                                                                  • 19814

                                                                                                  #49
                                                                                                  Originally posted by SmokeyTheBear
                                                                                                  Thats why you start denying them access to your websites and they will care
                                                                                                  sadly, that horse has left the barn long ago.

                                                                                                  Sites needed to block google toolbar surfers from their sites.
                                                                                                  I'm not a dinosaur, I'm a crocodile. I've seen dinosaurs come and go and I'm left unimpressed.

                                                                                                  Comment

                                                                                                  • darksoul
                                                                                                    Confirmed User
                                                                                                    • Apr 2002
                                                                                                    • 4997

                                                                                                    #50
                                                                                                    btw, heres another page where you can redirect the traffic
                                                                                                    http://www.adwaresucks.com/zango/
                                                                                                    or make your own.
                                                                                                    1337 5y54|)m1n: 157717888
                                                                                                    BM-2cUBw4B2fgiYAfjkE7JvWaJMiUXD96n9tN
                                                                                                    Cambooth

                                                                                                    Comment

                                                                                                    Working...