Stop Zango FUCKING DEAD! Here's How...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jacklaidlaw
    Confirmed User
    • Sep 2006
    • 728

    #16
    if a user visits your site using firefox and they got the zango installed will the user agent not show as firefox not zango as the zango user agent only gets used for their popups I might be wrong

    Comment

    • Fuckin Bill
      Confirmed User
      • Feb 2003
      • 1020

      #17
      Originally posted by jacklaidlaw
      if a user visits your site using firefox and they got the zango installed will the user agent not show as firefox not zango as the zango user agent only gets used for their popups I might be wrong
      I installed Zango on my PC and it didn't touch firefox. It looks like it only installs itself into IE by default. But anyway, what the rewrite does is check the user-agent that gets reported and if zango is found anywhere in that line, they get redirected.

      Here's an example of one of my log lines with Zango installed on IE:
      71.33.61.237 - - [09/Nov/2006:05:54:29 -0600] "GET /ct/thumbs/tn75446.jpg HTTP/1.1" 200 4102 "http://www.myfuckinwife.com/" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; ZangoToolbar 4.8.2)"
      You can see that the toolbar comes up as one of the options after the browser type. If it can be installed into firefox, it should come up the same way. The redirect only cares if "zango" is there or not, it doesn't care what browser is being used at all.

      Comment

      • Fuckin Bill
        Confirmed User
        • Feb 2003
        • 1020

        #18
        Here's a bump and a little more info. If you think Zango doesn't effect you or your site, try this little experiment.

        If you're on a linux based server, log into your shell, go into whatever directory stores your logs and type this:

        grep -i zango access_log

        Replace access_log with whatever your log is called, although 95% should be access_log.

        Every single line that comes up on your screen there is a hit from a browser with Zango installed. I guarantee that anyone who does this will find thousands.

        Comment

        • CyberHustler
          Masterbaiter
          • Feb 2006
          • 28718

          #19
          yeah woo hoo the anti-zango revolution in full efect wahaaaa
          “If you can convince the lowest white man he’s better than the best colored man, he won’t notice you’re picking his pocket. Hell, give him somebody to look down on, and he’ll empty his pockets for you.”

          Comment

          • Spunky
            I need a beer
            • Jun 2002
            • 133986

            #20
            Thanks for the tip.

            Comment

            • mikeyddddd
              Viva la vulva!
              • Mar 2003
              • 16557

              #21
              I've been sending Zango users to a warning page for awhile

              Originally posted by mikeyddddd
              I did not say I was doing nothing.

              I am using .htaccess to send anyone using Zango to a page telling them how to remove it, just as some others are.

              They get nothing from my sites, so they either remove Zango or go to some other site that will be stolen from.

              It is probably hurting my traffic, but I'm doing my small part to get rid of Zango users.

              If I were unethical, I would simply send them to someone else directly in a trade. But, I just give them a Zango removal page and that's all they get from me.

              So I am hurting myself today to try to have a better tomorrow for everyone.

              I would like to know if there is a way to implement a solution server-wide without having to change .htaccess across a few hundred domains.
              I'd still like to know how to implement across all the domains on a server more easily.

              Comment

              • Fuckin Bill
                Confirmed User
                • Feb 2003
                • 1020

                #22
                I don't really have the time to sit down now and find the exact how-to type stuff, but basically anything you put into an .htaccess file can also be applied to the global apache httpd.conf file. Htaccess really is just a per-instance extension of the conf file.

                You should be able to set up the exact same redirect code somewhere in the virtualhosts configuration section of your main config file. Then it would be effective on every single domain on the server.

                Of course, doing it that way, you'd have to redirect them somewhere off that server, or you'd get an infinite loop.

                I'll see if I can find the exact stuff sometime tonight or tomorrow.

                Comment

                • BusterBunny
                  perverted justice decoy
                  • Aug 2005
                  • 19291

                  #23
                  thanks now i can log into guba without getting annoying popups
                  my sig caught gonoherpasyphilaids and died

                  Comment

                  • MattO
                    The O is for Oohhh
                    • Feb 2003
                    • 10861

                    #24
                    And ya know Topbucks offers Adware Remover Gold as a product you can sell and make money on, I send my Zango infected surfers to them.

                    Comment

                    • emthree
                      Dialer Kingpin
                      • Jun 2003
                      • 10816

                      #25
                      Very handy. I hope they dont decide to change their useragent to something unique now.

                      Sell Patches & Pills

                      Comment

                      • will76
                        Making $$$$ w/ ClickCash
                        • May 2003
                        • 18037

                        #26
                        Originally posted by x3vip
                        Hey, great to see someone doing something vs. just bitching. Don't know if I'll use it but great job!
                        hey bitching serves a purpose too. Like he said he was reading all of the zango posts this morning and what he was reading made him pissed so he did something.

                        Not everyone can do something, if it wasn't for the people bitching then people like Fuckin Bill might not have ever found out about this. Hell even the sig whore bumping these threads and keeping them on top help.
                        ICQ: 86364801 Email: will [at] innovativeassets [dot] com

                        PROGRAM SHIT LIST - DO NOT PROMOTE (click link for gfy thread)
                        FNCash | Media Revenue

                        Comment

                        • RawAlex
                          So Fucking Banned
                          • Oct 2003
                          • 9465

                          #27
                          Anything to stop zango and make the business model fail.

                          Comment

                          • heywood
                            So Fucking Banned
                            • Jun 2003
                            • 468

                            #28
                            I might add that if you want to test your .htaccess without installing that crap on your machine, you change your user agent string with firefox with the instructions here:

                            http://johnbokma.com/mexit/2004/04/2...useragent.html

                            or you can get this plugin for firefox that will do it also. If you are web developers, you should have this knowledge handy anyway.

                            Comment

                            • heywood
                              So Fucking Banned
                              • Jun 2003
                              • 468

                              #29
                              Originally posted by emthree
                              Very handy. I hope they dont decide to change their useragent to something unique now.

                              If they do, I will personally write something in PHP to put at the top of all our pages that will find it and redirect. The right regular expressions will be able to sort out anything they come up with.

                              Comment

                              • bizarrejan
                                Confirmed User
                                • May 2006
                                • 1487

                                #30
                                thanks for link to plug in

                                Comment

                                Working...